This commit is contained in:
2026-01-28 09:36:20 +01:00
parent 5b986b0262
commit b7c5f9cb31
21 changed files with 540 additions and 52 deletions

View File

@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
"PCP",
"PPP"
],
"key": {
"S": {
"item": "minecraft:smooth_stone"
},
"P": {
"tag": "minecraft:planks"
},
"C": {
"item": "szar:cannabis"
}
},
"result": {
"item": "szar:chemical_workbench",
"count": 1
}
}

View File

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

View File

@@ -0,0 +1,19 @@
{
"feature": "szar:cannabis_patch",
"placement": [
{
"type": "minecraft:count",
"count": 2
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}