some cleanup, 3d modeling stuff and terrorist plane fixes

This commit is contained in:
2026-02-27 18:29:17 +01:00
parent c19c9931bb
commit ab2c60db79
25 changed files with 456 additions and 83 deletions

View File

@@ -5,11 +5,10 @@
"tag": "minecraft:music_discs"
},
{
"item": "szar:epstein_files"
"item": "szar:fasz"
}
],
"result": {
"item": "szar:baiter",
"count": 1
"item": "szar:baiter"
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "minecraft:music_discs"
},
{
"item": "szar:epstein_files"
}
],
"result": {
"item": "szar:efn"
}
}

View File

@@ -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
}
}
}

View 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
}
}

View 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
}
}