Skip to content

Commit

Permalink
Version 0.1.1 Commit
Browse files Browse the repository at this point in the history
Fixed Localization Typo [Issue #1]
  • Loading branch information
Glockshna committed Jul 9, 2016
1 parent 5541175 commit ace5e24
Show file tree
Hide file tree
Showing 66 changed files with 15 additions and 4 deletions.
File renamed without changes.
17 changes: 14 additions & 3 deletions GMod_0.1.0/data.lua → GMod_0.1.1/data.lua
@@ -1,9 +1,11 @@
----// Config Options \\--

bIncludeInserters = true --Include the additional Inserters
bIncludePlayerResearch = false --Include additional Player Crafting Speed researches
bIncludeUndergroundTransports = false --Include longer variations of the Underground Transport Belts and Underground Pipes
bIncludeUpgradedBelts = false --Include faster variants of Transport Belts
bIncludePlayerResearch = false --Include additional Player Crafting Speed research || NOT IMPLEMENTED
bIncludeUndergroundTransports = false --Include longer variations of the Underground Transport Belts and Underground Pipes || NOT IMPLEMENTED
bIncludeUpgradedBelts = false --Include faster variants of Transport Belts || NOT IMPLEMENTED
bIncludeRobots = false --Include upgraded robot and roboport tiers || NOT IMPLEMENTED
bIncludeRobotResearch = false --Include additional robot speed and carryweight researches || NOT IMPLEMENTED

--// End Config Options \\--
--\\ Do Not Edit Below //--
Expand All @@ -26,4 +28,13 @@ end
if bIncludeUpgradedBelts == true then
require("prototypes.technologies.upgraded-belts")
require("prototypes.upgraded-belts")
end

if bIncludeRobots == true then
require("prototypes.technologies.robot-tiers")
require("prototypes.robots")
end

if bIncludeRobotResearch == true then
require("prototypes.technologies.robot-upgrades")
end
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion GMod_0.1.0/info.json → GMod_0.1.1/info.json
@@ -1,6 +1,6 @@
{
"name": "GMod",
"version": "0.1.0",
"version": "0.1.1",
"title": "Glockshna's Bits N Bobs",
"author": "Glockshna",
"homepage": "ripme.xyz",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ace5e24

Please sign in to comment.