Tobacco Crop (no fruit)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user