Initially add changes, god this will take a while
This commit is contained in:
parent
b43a0668aa
commit
0fad36a08c
272 changed files with 3438 additions and 197 deletions
22
src/main/generated/data/new_soviet/recipes/green_bricks.json
Normal file
22
src/main/generated/data/new_soviet/recipes/green_bricks.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:bricks"
|
||||
},
|
||||
"G": {
|
||||
"item": "minecraft:green_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"#G#",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"item": "new_soviet:green_bricks"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue