twin
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"BBB",
|
||||
"NNB"
|
||||
"III",
|
||||
"NNI"
|
||||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"I": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"N": {
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "szar:two_towers",
|
||||
"biomes": "#minecraft:is_overworld",
|
||||
"spawn_overrides": {},
|
||||
"step": "surface_structures",
|
||||
"terrain_adaptation": "beard_thin"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"structures": [
|
||||
{
|
||||
"structure": "szar:two_towers",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"spacing": 40,
|
||||
"separation": 28,
|
||||
"salt": 987654321
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user