Basic crops system

This commit is contained in:
2026-09-25 22:49:27 -03:00
parent ef25e66f08
commit 099811670f
22 changed files with 985 additions and 178 deletions
+66
View File
@@ -0,0 +1,66 @@
{
"format_version": 1,
"block": {
"id": "bworld:wheat",
"textures": {
"crop": "bworld:wheat_stage_0"
},
"model": "engine:crop",
"variants": {
"age=0": {
"textures": {
"crop": "bworld:wheat_stage_0"
}
},
"age=1": {
"textures": {
"crop": "bworld:wheat_stage_1"
}
},
"age=2": {
"textures": {
"crop": "bworld:wheat_stage_2"
}
},
"age=3": {
"textures": {
"crop": "bworld:wheat_stage_3"
}
},
"age=4": {
"textures": {
"crop": "bworld:wheat_stage_4"
}
},
"age=5": {
"textures": {
"crop": "bworld:wheat_stage_5"
}
},
"age=6": {
"textures": {
"crop": "bworld:wheat_stage_6"
}
},
"age=7": {
"textures": {
"crop": "bworld:wheat_stage_7"
}
}
},
"render_layer": "cutout",
"collision": false,
"mining": {
"toughness": 0
},
"drops": "bworld:wheat_seeds",
"item": false,
"states": [
{
"name": "age",
"bits": 3,
"default": 0
}
]
}
}
+7
View File
@@ -0,0 +1,7 @@
{
"format_version": 1,
"item": {
"id": "bworld:bone_meal",
"texture": "bworld:bone_meal"
}
}
+7
View File
@@ -0,0 +1,7 @@
{
"format_version": 1,
"item": {
"id": "bworld:wheat",
"texture": "bworld:wheat"
}
}
+8
View File
@@ -0,0 +1,8 @@
{
"format_version": 1,
"item": {
"id": "bworld:wheat_seeds",
"texture": "bworld:wheat_seeds",
"places": "bworld:wheat"
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B