diff --git a/assets/minecraft/blockstates/allium.json b/assets/minecraft/blockstates/allium.json new file mode 100644 index 0000000..1fd7b25 --- /dev/null +++ b/assets/minecraft/blockstates/allium.json @@ -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 + } + ] + } +} \ No newline at end of file diff --git a/assets/minecraft/blockstates/potted_allium.json b/assets/minecraft/blockstates/potted_allium.json new file mode 100644 index 0000000..25abb58 --- /dev/null +++ b/assets/minecraft/blockstates/potted_allium.json @@ -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 + } + ] + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/allium_trans_1.json b/assets/minecraft/models/block/allium_trans_1.json new file mode 100644 index 0000000..f8a9a1c --- /dev/null +++ b/assets/minecraft/models/block/allium_trans_1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/allium_trans_1" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/allium_trans_2.json b/assets/minecraft/models/block/allium_trans_2.json new file mode 100644 index 0000000..4d91a88 --- /dev/null +++ b/assets/minecraft/models/block/allium_trans_2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/allium_trans_2" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/allium_trans_3.json b/assets/minecraft/models/block/allium_trans_3.json new file mode 100644 index 0000000..b541e67 --- /dev/null +++ b/assets/minecraft/models/block/allium_trans_3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/allium_trans_3" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/allium_trans_4.json b/assets/minecraft/models/block/allium_trans_4.json new file mode 100644 index 0000000..fb911dd --- /dev/null +++ b/assets/minecraft/models/block/allium_trans_4.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/allium_trans_4" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/potted_allium_trans_1.json b/assets/minecraft/models/block/potted_allium_trans_1.json new file mode 100644 index 0000000..364e0de --- /dev/null +++ b/assets/minecraft/models/block/potted_allium_trans_1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/allium_trans_1" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/potted_allium_trans_2.json b/assets/minecraft/models/block/potted_allium_trans_2.json new file mode 100644 index 0000000..2cb3d15 --- /dev/null +++ b/assets/minecraft/models/block/potted_allium_trans_2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/allium_trans_2" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/potted_allium_trans_3.json b/assets/minecraft/models/block/potted_allium_trans_3.json new file mode 100644 index 0000000..baf3516 --- /dev/null +++ b/assets/minecraft/models/block/potted_allium_trans_3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/allium_trans_3" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/potted_allium_trans_4.json b/assets/minecraft/models/block/potted_allium_trans_4.json new file mode 100644 index 0000000..57224c7 --- /dev/null +++ b/assets/minecraft/models/block/potted_allium_trans_4.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/allium_trans_4" + } +} \ No newline at end of file diff --git a/assets/minecraft/textures/block/allium_trans_1.png b/assets/minecraft/textures/block/allium_trans_1.png new file mode 100644 index 0000000..b4b57aa Binary files /dev/null and b/assets/minecraft/textures/block/allium_trans_1.png differ diff --git a/assets/minecraft/textures/block/allium_trans_2.png b/assets/minecraft/textures/block/allium_trans_2.png new file mode 100644 index 0000000..650f420 Binary files /dev/null and b/assets/minecraft/textures/block/allium_trans_2.png differ diff --git a/assets/minecraft/textures/block/allium_trans_3.png b/assets/minecraft/textures/block/allium_trans_3.png new file mode 100644 index 0000000..9d584e6 Binary files /dev/null and b/assets/minecraft/textures/block/allium_trans_3.png differ diff --git a/assets/minecraft/textures/block/allium_trans_4.png b/assets/minecraft/textures/block/allium_trans_4.png new file mode 100644 index 0000000..d4adf61 Binary files /dev/null and b/assets/minecraft/textures/block/allium_trans_4.png differ