Compare commits

...

3 Commits

14 changed files with 75 additions and 103 deletions

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:copper_block",
"result": {
"count": 4,
"id": "minecraft:copper_door"
}
}

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:copper_block",
"result": {
"count": 3,
"id": "minecraft:copper_trapdoor"
}
}

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:exposed_copper",
"result": {
"count": 4,
"id": "minecraft:exposed_copper_door"
}
}

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:exposed_copper",
"result": {
"count": 3,
"id": "minecraft:exposed_copper_trapdoor"
}
}

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:oxidized_copper",
"result": {
"count": 4,
"id": "minecraft:oxidized_copper_door"
}
}

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:oxidized_copper",
"result": {
"count": 3,
"id": "minecraft:oxidized_copper_trapdoor"
}
}

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:weathered_copper",
"result": {
"count": 4,
"id": "minecraft:weathered_copper_door"
}
}

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:copper_block",
"result": {
"count": 3,
"id": "minecraft:weathered_copper_trapdoor"
}
}

View File

@ -2,33 +2,15 @@
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
{
"item": "minecraft:sand"
},
{
"item": "minecraft:sand"
},
{
"item": "minecraft:sand"
},
{
"item": "minecraft:sand"
},
{
"item": "minecraft:red_dye"
},
{
"item": "minecraft:sand"
},
{
"item": "minecraft:sand"
},
{
"item": "minecraft:sand"
},
{
"item": "minecraft:sand"
}
"minecraft:red_dye",
"minecraft:sand",
"minecraft:sand",
"minecraft:sand",
"minecraft:sand",
"minecraft:sand",
"minecraft:sand",
"minecraft:sand",
"minecraft:sand"
],
"result": {
"id": "minecraft:red_sand",

View File

@ -1,8 +1,6 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:cobblestone"
},
"ingredient": "minecraft:cobblestone",
"result": {
"count": 1,
"id": "minecraft:gravel"

View File

@ -1,8 +1,6 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:gravel"
},
"ingredient": "minecraft:gravel",
"result": {
"count": 1,
"id": "minecraft:sand"

View File

@ -1,30 +0,0 @@
{
"type": "minecraft:jigsaw",
"biomes": "#minecraft:has_structure/bastion_remnant",
"max_distance_from_center": 80,
"size": 6,
"spawn_overrides": {
"monster": {
"bounding_box": "piece",
"spawns": [
{
"type": "minecraft:piglin_brute",
"maxCount": 1,
"minCount": 1,
"weight": 4
},
{
"type": "minecraft:piglin",
"maxCount": 4,
"minCount": 1,
"weight": 10
}
]
}
}, "start_height": {
"absolute": 33
},
"start_pool": "minecraft:bastion/starts",
"step": "surface_structures",
"use_expansion_hack": false
}

View File

@ -1,17 +0,0 @@
{
"type": "minecraft:end_city",
"biomes": "#minecraft:has_structure/end_city",
"spawn_overrides": {
"monster": {
"bounding_box": "full",
"spawns": [
{
"type": "minecraft:shulker",
"maxCount": 1,
"minCount": 1,
"weight": 4
}
]
}
}, "step": "surface_structures"
}

View File

@ -1,23 +0,0 @@
{
"type": "minecraft:woodland_mansion",
"biomes": "#minecraft:has_structure/woodland_mansion",
"spawn_overrides": {
"monster": {
"bounding_box": "full",
"spawns": [
{
"type": "minecraft:evoker",
"maxCount": 5,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:vindicator",
"maxCount": 4,
"minCount": 1,
"weight": 10
}
]
}
}, "step": "surface_structures"
}