Compare commits
3 Commits
a2524cf2db
...
780a561c0b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
780a561c0b | ||
|
|
f8070dd89d | ||
|
|
ef9efa3661 |
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"ingredient": "minecraft:copper_block",
|
||||||
|
"result": {
|
||||||
|
"count": 4,
|
||||||
|
"id": "minecraft:copper_door"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"ingredient": "minecraft:copper_block",
|
||||||
|
"result": {
|
||||||
|
"count": 3,
|
||||||
|
"id": "minecraft:copper_trapdoor"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"ingredient": "minecraft:exposed_copper",
|
||||||
|
"result": {
|
||||||
|
"count": 4,
|
||||||
|
"id": "minecraft:exposed_copper_door"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"ingredient": "minecraft:exposed_copper",
|
||||||
|
"result": {
|
||||||
|
"count": 3,
|
||||||
|
"id": "minecraft:exposed_copper_trapdoor"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"ingredient": "minecraft:oxidized_copper",
|
||||||
|
"result": {
|
||||||
|
"count": 4,
|
||||||
|
"id": "minecraft:oxidized_copper_door"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"ingredient": "minecraft:oxidized_copper",
|
||||||
|
"result": {
|
||||||
|
"count": 3,
|
||||||
|
"id": "minecraft:oxidized_copper_trapdoor"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"ingredient": "minecraft:weathered_copper",
|
||||||
|
"result": {
|
||||||
|
"count": 4,
|
||||||
|
"id": "minecraft:weathered_copper_door"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"ingredient": "minecraft:copper_block",
|
||||||
|
"result": {
|
||||||
|
"count": 3,
|
||||||
|
"id": "minecraft:weathered_copper_trapdoor"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -2,33 +2,15 @@
|
||||||
"type": "minecraft:crafting_shapeless",
|
"type": "minecraft:crafting_shapeless",
|
||||||
"category": "building",
|
"category": "building",
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{
|
"minecraft:red_dye",
|
||||||
"item": "minecraft:sand"
|
"minecraft:sand",
|
||||||
},
|
"minecraft:sand",
|
||||||
{
|
"minecraft:sand",
|
||||||
"item": "minecraft:sand"
|
"minecraft:sand",
|
||||||
},
|
"minecraft:sand",
|
||||||
{
|
"minecraft:sand",
|
||||||
"item": "minecraft:sand"
|
"minecraft:sand",
|
||||||
},
|
"minecraft:sand"
|
||||||
{
|
|
||||||
"item": "minecraft:sand"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"item": "minecraft:red_dye"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"item": "minecraft:sand"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"item": "minecraft:sand"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"item": "minecraft:sand"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"item": "minecraft:sand"
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"result": {
|
"result": {
|
||||||
"id": "minecraft:red_sand",
|
"id": "minecraft:red_sand",
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:stonecutting",
|
"type": "minecraft:stonecutting",
|
||||||
"ingredient": {
|
"ingredient": "minecraft:cobblestone",
|
||||||
"item": "minecraft:cobblestone"
|
|
||||||
},
|
|
||||||
"result": {
|
"result": {
|
||||||
"count": 1,
|
"count": 1,
|
||||||
"id": "minecraft:gravel"
|
"id": "minecraft:gravel"
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:stonecutting",
|
"type": "minecraft:stonecutting",
|
||||||
"ingredient": {
|
"ingredient": "minecraft:gravel",
|
||||||
"item": "minecraft:gravel"
|
|
||||||
},
|
|
||||||
"result": {
|
"result": {
|
||||||
"count": 1,
|
"count": 1,
|
||||||
"id": "minecraft:sand"
|
"id": "minecraft:sand"
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
}
|
|
||||||
|
|
@ -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"
|
|
||||||
}
|
|
||||||
|
|
@ -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"
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user