Tobacco Crop (no fruit)

This commit is contained in:
Vos
2025-11-11 15:59:03 -06:00
parent 734ff0e7d9
commit 6cf60c7d6b
28 changed files with 220 additions and 7 deletions
@@ -0,0 +1,25 @@
{
"variants": {
"age=0": {
"model": "acesbs:block/tobacco_crop_stage0"
},
"age=1": {
"model": "acesbs:block/tobacco_crop_stage1"
},
"age=2": {
"model": "acesbs:block/tobacco_crop_stage2"
},
"age=3": {
"model": "acesbs:block/tobacco_crop_stage3"
},
"age=4": {
"model": "acesbs:block/tobacco_crop_stage4"
},
"age=5": {
"model": "acesbs:block/tobacco_crop_stage5"
},
"age=6": {
"model": "acesbs:block/tobacco_crop_stage6"
}
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/crop",
"textures": {
"crop": "acesbs:block/tobacco_crop_stage0"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/crop",
"textures": {
"crop": "acesbs:block/tobacco_crop_stage1"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/crop",
"textures": {
"crop": "acesbs:block/tobacco_crop_stage2"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/crop",
"textures": {
"crop": "acesbs:block/tobacco_crop_stage3"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/crop",
"textures": {
"crop": "acesbs:block/tobacco_crop_stage4"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/crop",
"textures": {
"crop": "acesbs:block/tobacco_crop_stage5"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/crop",
"textures": {
"crop": "acesbs:block/tobacco_crop_stage6"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "acesbs:item/tobacco_seeds"
}
}