Trans Allium

This commit is contained in:
Ampflower 2023-08-23 14:32:14 -05:00
parent 49cdbfa347
commit c21df32982
No known key found for this signature in database
GPG Key ID: EE6AE34FD60A0EAC
14 changed files with 100 additions and 0 deletions

View File

@ -0,0 +1,26 @@
{
"variants": {
"": [
{
"model": "minecraft:block/allium",
"weight": 1000
},
{
"model": "minecraft:block/allium_trans_1",
"weight": 30
},
{
"model": "minecraft:block/allium_trans_2",
"weight": 30
},
{
"model": "minecraft:block/allium_trans_3",
"weight": 30
},
{
"model": "minecraft:block/allium_trans_4",
"weight": 1
}
]
}
}

View File

@ -0,0 +1,26 @@
{
"variants": {
"": [
{
"model": "minecraft:block/potted_allium",
"weight": 1000
},
{
"model": "minecraft:block/potted_allium_trans_1",
"weight": 30
},
{
"model": "minecraft:block/potted_allium_trans_2",
"weight": 30
},
{
"model": "minecraft:block/potted_allium_trans_3",
"weight": 30
},
{
"model": "minecraft:block/potted_allium_trans_4",
"weight": 1
}
]
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cross",
"textures": {
"cross": "minecraft:block/allium_trans_1"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cross",
"textures": {
"cross": "minecraft:block/allium_trans_2"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cross",
"textures": {
"cross": "minecraft:block/allium_trans_3"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cross",
"textures": {
"cross": "minecraft:block/allium_trans_4"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"textures": {
"plant": "minecraft:block/allium_trans_1"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"textures": {
"plant": "minecraft:block/allium_trans_2"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"textures": {
"plant": "minecraft:block/allium_trans_3"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"textures": {
"plant": "minecraft:block/allium_trans_4"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B