1 parent 7622ba4 commit c8ae788Copy full SHA for c8ae788
2 files changed
info.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nixie-tubes",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"title": "Nixie Tubes",
5
"author": "GopherAtl",
6
"homepage": "http://google.com",
prototypes/nixie.lua
@@ -6,9 +6,8 @@ data:extend(
enabled = "true",
7
ingredients =
8
9
- {"iron-plate",3},
10
- {"copper-cable", 5},
11
- {"iron-stick", 12},
+ {"electronic-circuit",1},
+ {"iron-stick", 10},
12
},
13
result = "nixie-tube"
14
0 commit comments