Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
v0.12.32
Browse files Browse the repository at this point in the history
Fix: #1
Acknowlegement: https://github.com/syskill
  • Loading branch information
DRY411S committed Jul 24, 2016
1 parent c30b56e commit a217048
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions data.lua
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
require("prototypes.items")
require("prototypes.recipes")
require("prototypes.technology")
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AddAssemblerBatteries",
"version": "0.12.31",
"version": "0.12.32",
"title": "Add Assembler Batteries",
"author": "DRY411S",
"homepage": "https://github.com/DRY411S/Add-Assembler-Batteries/releases",
Expand Down
3 changes: 3 additions & 0 deletions prototypes/items.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
table.insert(data.raw["module"]["productivity-module"].limitation, "assembler-battery")
table.insert(data.raw["module"]["productivity-module-2"].limitation, "assembler-battery")
table.insert(data.raw["module"]["productivity-module-3"].limitation, "assembler-battery")

0 comments on commit a217048

Please sign in to comment.