Skip to content

Commit c8ae788

Browse files
author
Will Thomas
committed
recipe tweak
1 parent 7622ba4 commit c8ae788

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nixie-tubes",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"title": "Nixie Tubes",
55
"author": "GopherAtl",
66
"homepage": "http://google.com",

prototypes/nixie.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ data:extend(
66
enabled = "true",
77
ingredients =
88
{
9-
{"iron-plate",3},
10-
{"copper-cable", 5},
11-
{"iron-stick", 12},
9+
{"electronic-circuit",1},
10+
{"iron-stick", 10},
1211
},
1312
result = "nixie-tube"
1413
},

0 commit comments

Comments
 (0)