This commit is contained in:
2026-01-30 12:51:54 +01:00
parent 488d1c13dd
commit a7f11c9636
14 changed files with 343 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
{
"criteria": {
"boom": {
"trigger": "minecraft:impossible"
}
},
"display": {
"icon": { "item": "minecraft:tnt" },
"title": "Too Close",
"description": "You were there when the towers fell",
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true
}
}

View File

@@ -1,15 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"i i"
"NNN",
"I I"
],
"key": {
"#": "minecraft:iron_nugget",
"i": "minecraft:iron_ingot"
"I": {
"item": "minecraft:iron_ingot"
},
"N": {
"item": "minecraft:iron_nugget"
}
},
"result": {
"id": "szar:police_handcuff",
"item": "szar:police_handcuff",
"count": 1
}
}

View File

@@ -1,11 +1,11 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"BBB",
"NNB"
"III",
"NNI"
],
"key": {
"B": {
"I": {
"item": "minecraft:iron_ingot"
},
"N": {

View File

@@ -0,0 +1,7 @@
{
"type": "szar:two_towers",
"biomes": "#minecraft:is_overworld",
"spawn_overrides": {},
"step": "surface_structures",
"terrain_adaptation": "beard_thin"
}

View File

@@ -0,0 +1,14 @@
{
"structures": [
{
"structure": "szar:two_towers",
"weight": 1
}
],
"placement": {
"type": "minecraft:random_spread",
"spacing": 40,
"separation": 28,
"salt": 987654321
}
}