some cleanup, 3d modeling stuff and terrorist plane fixes
This commit is contained in:
@@ -5,11 +5,10 @@
|
||||
"tag": "minecraft:music_discs"
|
||||
},
|
||||
{
|
||||
"item": "szar:epstein_files"
|
||||
"item": "szar:fasz"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "szar:baiter",
|
||||
"count": 1
|
||||
"item": "szar:baiter"
|
||||
}
|
||||
}
|
||||
14
src/main/resources/data/szar/recipes/efn.json
Normal file
14
src/main/resources/data/szar/recipes/efn.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "minecraft:music_discs"
|
||||
},
|
||||
{
|
||||
"item": "szar:epstein_files"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "szar:efn"
|
||||
}
|
||||
}
|
||||
@@ -6,15 +6,11 @@
|
||||
"SSS"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
"L": {
|
||||
"item": "minecraft:slime_ball"
|
||||
}
|
||||
"S": { "item": "minecraft:sugar" },
|
||||
"L": { "item": "minecraft:slime_ball" }
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:latex",
|
||||
"count": 1
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
19
src/main/resources/data/szar/recipes/plane.json
Normal file
19
src/main/resources/data/szar/recipes/plane.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"GBB",
|
||||
"IFB",
|
||||
"W W"
|
||||
],
|
||||
"key": {
|
||||
"G": { "item": "minecraft:glass" },
|
||||
"B": { "item": "minecraft:iron_block" },
|
||||
"I": { "item": "minecraft:iron_ingot" },
|
||||
"F": { "item": "minecraft:furnace" },
|
||||
"W": { "item": "szar:wheel" }
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:plane",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
16
src/main/resources/data/szar/recipes/wheel.json
Normal file
16
src/main/resources/data/szar/recipes/wheel.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"BLB",
|
||||
"LBL",
|
||||
"BLB"
|
||||
],
|
||||
"key": {
|
||||
"B": { "item": "minecraft:black_dye" },
|
||||
"L": { "item": "szar:latex" }
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:wheel",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user