end update in the end wohoo idfk

This commit is contained in:
2026-03-29 19:13:20 +02:00
parent 0a120a8ee6
commit 6fc34318bf
11 changed files with 118 additions and 52 deletions

View File

@@ -1,5 +1,6 @@
{
"values": [
"szar:chemical_workbench",
"szar:roulette",
"szar:slot_machine",
"szar:tictactoe",

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "szar:chemical_workbench"
}
]
}
]
}

View File

@@ -1,4 +0,0 @@
{
"type": "szar:surface_replace",
"config": {}
}

View File

@@ -1,15 +0,0 @@
{
"feature": "szar:chorus_endstone_surface",
"placement": [
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}

View File

@@ -2,6 +2,8 @@
"feature": "szar:small_chorus",
"placement": [
{ "type": "minecraft:count", "count": 5 },
{ "type": "minecraft:in_square" }
{ "type": "minecraft:in_square" },
{ "type": "minecraft:heightmap", "heightmap": "WORLD_SURFACE_WG" },
{ "type": "minecraft:biome" }
]
}