mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
alloying furnace gui minor changes
This commit is contained in:
16
assets/mods/basegame/crafting/masonry.json
Normal file
16
assets/mods/basegame/crafting/masonry.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
/* stone brick */
|
||||
"basegame:19": {
|
||||
"workbench": "masonry",
|
||||
"ingredients": [
|
||||
[1, 1, "$ROCK"]
|
||||
]
|
||||
},
|
||||
/* white stone tile */
|
||||
"basegame:18": {
|
||||
"workbench": "masonry",
|
||||
"ingredients": [
|
||||
[1, 1, "basegame:21"]
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -75,31 +75,31 @@
|
||||
"item@basegame:44": { /* signal blocker */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 2, "basegame:21", 1, "item@basegame:116", 1, "item@basegame:112"] /* 2 marbles, 1 tin, 1 copper */
|
||||
[1, 2, "$ROCK", 1, "item@basegame:116", 1, "item@basegame:112"] /* 2 rocks, 1 tin, 1 copper */
|
||||
]
|
||||
},
|
||||
"item@basegame:45": { /* signal latch */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 3, "basegame:21", 1, "item@basegame:116", 2, "item@basegame:112"] /* 3 marbles, 3 tin, 3 copper */
|
||||
[1, 3, "$ROCK", 1, "item@basegame:116", 2, "item@basegame:112"] /* 3 rocks, 3 tin, 3 copper */
|
||||
]
|
||||
},
|
||||
"item@basegame:8": { /* signal emitter */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[2, 1, "basegame:21", 1, "item@basegame:116"] /* 1 marbles, 1 tin, 1 copper */
|
||||
[2, 1, "$ROCK", 1, "item@basegame:116"] /* 1 rocks, 1 tin, 1 copper */
|
||||
]
|
||||
},
|
||||
"item@basegame:46": { /* signal repeater */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 1, "basegame:21", 1, "item@basegame:116"] /* 1 marbles, 1 tin, 1 copper */
|
||||
[1, 1, "$ROCK", 1, "item@basegame:116"] /* 1 rocks, 1 tin, 1 copper */
|
||||
]
|
||||
},
|
||||
"item@basegame:49": { /* signal adder */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 1, "basegame:21", 1, "item@basegame:116"] /* 2 marbles, 2 tin, 2 copper */
|
||||
[1, 1, "$ROCK", 1, "item@basegame:116"] /* 2 rocks, 2 tin, 2 copper */
|
||||
]
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user