stable
Ivory 2025-04-25 21:09:19 -04:00
commit 4bd8a1adcc
2925 changed files with 3453 additions and 0 deletions

BIN
Hafen_2.25/alex.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,12 @@
{
"variants": {
"": [
{"model": "block/brown_mushroom", "weight": 100},
{"model": "block/brown_mushroom_1", "weight": 100},
{"model": "block/brown_mushroom_2", "weight": 100},
{"model": "block/brown_mushroom_3", "weight": 100},
{"model": "block/brown_mushroom_4", "weight": 100},
{"model": "block/gold_mushroom"}
]
}
}

View File

@ -0,0 +1,11 @@
{
"variants": {
"": [
{"model": "block/crimson_fungi", "weight": 100},
{"model": "block/crimson_fungi_1", "weight": 100},
{"model": "block/crimson_fungi_2", "weight": 100},
{"model": "block/crimson_fungi_3", "weight": 100},
{"model": "block/crimson_fungi_4", "weight": 100}
]
}
}

View File

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "block/crimson_nylium" },
{ "model": "block/crimson_nylium", "y": 90 },
{ "model": "block/crimson_nylium", "y": 180 },
{ "model": "block/crimson_nylium", "y": 270 }
]
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"": [
{ "model": "block/netherrack" }
]
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "block/potted_brown_mushroom" }
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "minecraft:block/potted_crimson_fungus"
}
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "block/potted_red_mushroom" }
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "minecraft:block/potted_warped_fungus"
}
}
}

View File

@ -0,0 +1,12 @@
{
"variants": {
"": [
{"model": "block/red_mushroom", "weight": 100},
{"model": "block/red_mushroom_1", "weight": 100},
{"model": "block/red_mushroom_2", "weight": 100},
{"model": "block/red_mushroom_3", "weight": 100},
{"model": "block/red_mushroom_4", "weight": 100},
{"model": "block/gold_mushroom"}
]
}
}

View File

@ -0,0 +1,11 @@
{
"variants": {
"": [
{"model": "block/warped_fungi", "weight": 100},
{"model": "block/warped_fungi_1", "weight": 100},
{"model": "block/warped_fungi_2", "weight": 100},
{"model": "block/warped_fungi_3", "weight": 100},
{"model": "block/warped_fungi_4", "weight": 100}
]
}
}

View File

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "block/warped_nylium" },
{ "model": "block/warped_nylium", "y": 90 },
{ "model": "block/warped_nylium", "y": 180 },
{ "model": "block/warped_nylium", "y": 270 }
]
}
}

View File

@ -0,0 +1,47 @@
{ "parent": "block/block",
"ambientocclusion": false,
"textures": {
"particle": "block/beacon_glass",
"glass": "block/beacon_glass",
"obsidian": "block/obsidian",
"beacon": "block/beacon"
},
"elements": [
{ "__comment": "Glass shell",
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" }
}
},
{ "__comment": "Obsidian base",
"from": [ 2, 0.1, 2 ],
"to": [ 14, 3, 14 ],
"faces": {
"down": { "uv": [ 2, 2, 14, 14 ], "texture": "#obsidian" },
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#obsidian" },
"north": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" },
"south": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" },
"west": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" },
"east": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" }
}
},
{ "__comment": "Inner beacon texture",
"from": [ 3, 3, 3 ],
"to": [ 13, 14, 13 ],
"faces": {
"down": { "uv": [ 3, 3, 13, 13 ], "texture": "#beacon" },
"up": { "uv": [ 3, 3, 13, 13 ], "texture": "#beacon" },
"north": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" },
"south": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" },
"west": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" },
"east": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" }
}
}
]
}

View File

@ -0,0 +1,33 @@
{
"textures": {
"particle": "block/brown_mushroom",
"texture": "block/brown_mushroom"
},
"elements": [
{
"__comment": "Box3",
"from": [ 6, 1.5, 6 ],
"to": [ 10, 3.5, 10 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 7.25, 0, 7.25 ],
"to": [ 8.75, 1.5, 8.75 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,83 @@
{
"textures": {
"particle": "block/brown_mushroom",
"texture": "block/brown_mushroom"
},
"elements": [
{
"__comment": "Box1",
"from": [ 2, 2.5, 1.5 ],
"to": [ 8, 5, 7.5 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 3, 3, 9, 9 ], "texture": "#texture" },
"north": { "uv": [ 9, 3, 3, 0 ], "texture": "#texture" },
"south": { "uv": [ 3, 9, 9, 12 ], "texture": "#texture" },
"west": { "uv": [ 3, 9, 0, 3 ], "texture": "#texture", "rotation": 90 },
"east": { "uv": [ 9, 3, 12, 9 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 4, 0, 3.5 ],
"to": [ 6, 2.5, 5.5 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 10.5, 1.5, 9 ],
"to": [ 14.5, 3.5, 13 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 11.75, 0, 10.25 ],
"to": [ 13.25, 1.5, 11.75 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 3.5, 0.75, 11.5 ],
"to": [ 6.5, 1.75, 14.5 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 4.5, 0, 12.5 ],
"to": [ 5.5, 1, 13.5 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,83 @@
{
"textures": {
"particle": "block/brown_mushroom",
"texture": "block/brown_mushroom"
},
"elements": [
{
"__comment": "Box3",
"from": [ 8.5, 1, 11 ],
"to": [ 11.5, 2, 14 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 9.5, 0, 12 ],
"to": [ 10.5, 1, 13 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 9.5, 1.5, 2.25 ],
"to": [ 12.5, 2.5, 5.25 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 2, 2.5, 7 ],
"to": [ 5, 3.5, 10 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 3, 0, 8 ],
"to": [ 4, 2.5, 9 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 10.5, 0, 3.25 ],
"to": [ 11.5, 1.5, 4.25 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,58 @@
{
"textures": {
"particle": "block/brown_mushroom",
"texture": "block/brown_mushroom"
},
"elements": [
{
"__comment": "Box3",
"from": [ 3.75, 1.5, 4.25 ],
"to": [ 7.75, 3.5, 8.25 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 5, 0, 5.5 ],
"to": [ 6.5, 1.5, 7 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 10, 1, 10 ],
"to": [ 13, 2, 13 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 11, 0, 11 ],
"to": [ 12, 1, 12 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,33 @@
{
"textures": {
"particle": "block/brown_mushroom",
"texture": "block/brown_mushroom"
},
"elements": [
{
"__comment": "Box1",
"from": [ 5, 2.5, 5 ],
"to": [ 11, 5, 11 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 3, 3, 9, 9 ], "texture": "#texture" },
"north": { "uv": [ 9, 3, 3, 0 ], "texture": "#texture" },
"south": { "uv": [ 3, 9, 9, 12 ], "texture": "#texture" },
"west": { "uv": [ 3, 9, 0, 3 ], "texture": "#texture", "rotation": 90 },
"east": { "uv": [ 9, 3, 12, 9 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 7, 0, 7 ],
"to": [ 9, 2.5, 9 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,33 @@
{
"textures": {
"particle": "block/crimson_fungi",
"texture": "block/crimson_fungi"
},
"elements": [
{
"__comment": "Box3",
"from": [ 6, 1.5, 6 ],
"to": [ 10, 3.5, 10 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 7.25, 0, 7.25 ],
"to": [ 8.75, 1.5, 8.75 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,83 @@
{
"textures": {
"particle": "block/crimson_fungi",
"texture": "block/crimson_fungi"
},
"elements": [
{
"__comment": "Box1",
"from": [ 2, 2.5, 1.5 ],
"to": [ 8, 5, 7.5 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 3, 3, 9, 9 ], "texture": "#texture" },
"north": { "uv": [ 9, 3, 3, 0 ], "texture": "#texture" },
"south": { "uv": [ 3, 9, 9, 12 ], "texture": "#texture" },
"west": { "uv": [ 3, 9, 0, 3 ], "texture": "#texture", "rotation": 90 },
"east": { "uv": [ 9, 3, 12, 9 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 4, 0, 3.5 ],
"to": [ 6, 2.5, 5.5 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 10.5, 1.5, 9 ],
"to": [ 14.5, 3.5, 13 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 11.75, 0, 10.25 ],
"to": [ 13.25, 1.5, 11.75 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 3.5, 0.75, 11.5 ],
"to": [ 6.5, 1.75, 14.5 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 4.5, 0, 12.5 ],
"to": [ 5.5, 1, 13.5 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,83 @@
{
"textures": {
"particle": "block/crimson_fungi",
"texture": "block/crimson_fungi"
},
"elements": [
{
"__comment": "Box3",
"from": [ 8.5, 1, 11 ],
"to": [ 11.5, 2, 14 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 9.5, 0, 12 ],
"to": [ 10.5, 1, 13 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 9.5, 1.5, 2.25 ],
"to": [ 12.5, 2.5, 5.25 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 2, 2.5, 7 ],
"to": [ 5, 3.5, 10 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 3, 0, 8 ],
"to": [ 4, 2.5, 9 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 10.5, 0, 3.25 ],
"to": [ 11.5, 1.5, 4.25 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,58 @@
{
"textures": {
"particle": "block/crimson_fungi",
"texture": "block/crimson_fungi"
},
"elements": [
{
"__comment": "Box3",
"from": [ 3.75, 1.5, 4.25 ],
"to": [ 7.75, 3.5, 8.25 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 5, 0, 5.5 ],
"to": [ 6.5, 1.5, 7 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 10, 1, 10 ],
"to": [ 13, 2, 13 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 11, 0, 11 ],
"to": [ 12, 1, 12 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,33 @@
{
"textures": {
"particle": "block/crimson_fungi",
"texture": "block/crimson_fungi"
},
"elements": [
{
"__comment": "Box1",
"from": [ 5, 2.5, 5 ],
"to": [ 11, 5, 11 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 3, 3, 9, 9 ], "texture": "#texture" },
"north": { "uv": [ 9, 3, 3, 0 ], "texture": "#texture" },
"south": { "uv": [ 3, 9, 9, 12 ], "texture": "#texture" },
"west": { "uv": [ 3, 9, 0, 3 ], "texture": "#texture", "rotation": 90 },
"east": { "uv": [ 9, 3, 12, 9 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 7, 0, 7 ],
"to": [ 9, 2.5, 9 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,33 @@
{
"textures": {
"particle": "block/mushroom_gold",
"texture": "block/mushroom_gold"
},
"elements": [
{
"__comment": "Box3",
"from": [ 6, 1.5, 6 ],
"to": [ 10, 3.5, 10 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 7.25, 0, 7.25 ],
"to": [ 8.75, 1.5, 8.75 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,61 @@
{
"credit": "Made with Blockbench",
"textures": {
"particle": "block/iron_bars_model",
"iron_bars": "block/iron_bars_model"
},
"elements": [
{
"name": "Box3",
"from": [7, 9, 7],
"to": [9, 17, 9],
"faces": {
"north": {"uv": [0, 1, 2, 7], "texture": "#iron_bars"},
"east": {"uv": [0, 1, 2, 7], "texture": "#iron_bars"},
"south": {"uv": [0, 1, 2, 7], "texture": "#iron_bars"},
"west": {"uv": [0, 1, 2, 7], "texture": "#iron_bars"},
"up": {"uv": [0, 1, 2, 7], "texture": "#iron_bars"},
"down": {"uv": [0, 1, 2, 7], "texture": "#iron_bars"}
}
},
{
"name": "Box3",
"from": [7, 3, 7],
"to": [9, 7, 9],
"faces": {
"north": {"uv": [0, 9, 2, 13], "texture": "#iron_bars"},
"east": {"uv": [0, 9, 2, 13], "texture": "#iron_bars"},
"south": {"uv": [0, 9, 2, 13], "texture": "#iron_bars"},
"west": {"uv": [0, 9, 2, 13], "texture": "#iron_bars"},
"up": {"uv": [0, 9, 2, 13], "texture": "#iron_bars"},
"down": {"uv": [0, 9, 2, 13], "texture": "#iron_bars"}
}
},
{
"name": "Box4",
"from": [7, -1, 7],
"to": [9, 3, 9],
"faces": {
"north": {"uv": [0, 11, 2, 15], "texture": "#iron_bars"},
"east": {"uv": [0, 11, 2, 15], "texture": "#iron_bars"},
"south": {"uv": [0, 11, 2, 15], "texture": "#iron_bars"},
"west": {"uv": [0, 11, 2, 15], "texture": "#iron_bars"},
"up": {"uv": [0, 11, 2, 15], "texture": "#iron_bars"},
"down": {"uv": [0, 11, 2, 15], "texture": "#iron_bars"}
}
},
{
"name": "Box3",
"from": [7, 7, 8],
"to": [9, 9, 9],
"faces": {
"north": {"uv": [1, 7, 2, 9], "texture": "#iron_bars"},
"east": {"uv": [2, 7, 1, 9], "texture": "#iron_bars"},
"south": {"uv": [2, 7, 1, 9], "texture": "#iron_bars"},
"west": {"uv": [1, 7, 2, 9], "texture": "#iron_bars"},
"up": {"uv": [1, 8, 2, 7], "rotation": 90, "texture": "#iron_bars"},
"down": {"uv": [1, 8, 2, 9], "rotation": 270, "texture": "#iron_bars"}
}
}
]
}

View File

@ -0,0 +1,61 @@
{
"credit": "Made with Blockbench",
"textures": {
"particle": "block/iron_bars_model",
"iron_bars": "block/iron_bars_model"
},
"elements": [
{
"name": "Box3",
"from": [7, 9, 7],
"to": [9, 17, 9],
"faces": {
"north": {"uv": [0, 3, 2, 7], "texture": "#iron_bars"},
"east": {"uv": [0, 3, 2, 7], "texture": "#iron_bars"},
"south": {"uv": [0, 3, 2, 7], "texture": "#iron_bars"},
"west": {"uv": [0, 3, 2, 7], "texture": "#iron_bars"},
"up": {"uv": [0, 3, 2, 7], "texture": "#iron_bars"},
"down": {"uv": [0, 3, 2, 7], "texture": "#iron_bars"}
}
},
{
"name": "Box3",
"from": [7, 3, 7],
"to": [9, 7, 9],
"faces": {
"north": {"uv": [0, 9, 2, 13], "texture": "#iron_bars"},
"east": {"uv": [0, 9, 2, 13], "texture": "#iron_bars"},
"south": {"uv": [0, 9, 2, 13], "texture": "#iron_bars"},
"west": {"uv": [0, 9, 2, 13], "texture": "#iron_bars"},
"up": {"uv": [0, 9, 2, 13], "texture": "#iron_bars"},
"down": {"uv": [0, 9, 2, 13], "texture": "#iron_bars"}
}
},
{
"name": "Box4",
"from": [7, -1, 7],
"to": [9, 3, 9],
"faces": {
"north": {"uv": [0, 11, 2, 15], "texture": "#iron_bars"},
"east": {"uv": [0, 11, 2, 15], "texture": "#iron_bars"},
"south": {"uv": [0, 11, 2, 15], "texture": "#iron_bars"},
"west": {"uv": [0, 11, 2, 15], "texture": "#iron_bars"},
"up": {"uv": [0, 11, 2, 15], "texture": "#iron_bars"},
"down": {"uv": [0, 11, 2, 15], "texture": "#iron_bars"}
}
},
{
"name": "Box3",
"from": [7, 7, 7],
"to": [9, 9, 8],
"faces": {
"north": {"uv": [1, 7, 2, 9], "texture": "#iron_bars"},
"east": {"uv": [2, 7, 1, 9], "texture": "#iron_bars"},
"south": {"uv": [2, 7, 1, 9], "texture": "#iron_bars"},
"west": {"uv": [0, 7, 1, 9], "texture": "#iron_bars"},
"up": {"uv": [1, 8, 2, 7], "rotation": 90, "texture": "#iron_bars"},
"down": {"uv": [1, 8, 2, 9], "rotation": 270, "texture": "#iron_bars"}
}
}
]
}

View File

@ -0,0 +1,48 @@
{
"credit": "Made with Blockbench",
"textures": {
"particle": "block/iron_bars_model",
"iron_bars": "block/iron_bars_model"
},
"elements": [
{
"name": "Box3",
"from": [7, 1, 7],
"to": [9, 15, 9],
"faces": {
"north": {"uv": [4, 1, 5, 15], "texture": "#iron_bars"},
"east": {"uv": [6, 1, 4, 15], "texture": "#iron_bars"},
"south": {"uv": [6, 15, 5, 1], "rotation": 180, "texture": "#iron_bars"},
"west": {"uv": [4, 1, 6, 15], "texture": "#iron_bars"},
"up": {"uv": [4, 2, 6, 1], "rotation": 90, "texture": "#iron_bars"},
"down": {"uv": [4, 14, 6, 15], "rotation": 270, "texture": "#iron_bars"}
}
},
{
"name": "Box4",
"from": [7, 15, 7],
"to": [9, 16, 9],
"faces": {
"north": {"uv": [4, 14, 6, 15], "texture": "#iron_bars"},
"east": {"uv": [6, 14, 4, 15], "texture": "#iron_bars"},
"south": {"uv": [6, 15, 4, 14], "rotation": 180, "texture": "#iron_bars"},
"west": {"uv": [4, 14, 6, 15], "texture": "#iron_bars"},
"up": {"uv": [4, 2, 6, 1], "rotation": 90, "texture": "#iron_bars"},
"down": {"uv": [4, 15, 6, 16], "rotation": 270, "texture": "#iron_bars"}
}
},
{
"name": "Box4",
"from": [7, 0, 7],
"to": [9, 1, 9],
"faces": {
"north": {"uv": [4, 14, 6, 15], "texture": "#iron_bars"},
"east": {"uv": [6, 14, 4, 15], "texture": "#iron_bars"},
"south": {"uv": [6, 15, 4, 14], "rotation": 180, "texture": "#iron_bars"},
"west": {"uv": [4, 14, 6, 15], "texture": "#iron_bars"},
"up": {"uv": [4, 2, 6, 1], "rotation": 90, "texture": "#iron_bars"},
"down": {"uv": [4, 14, 6, 15], "rotation": 270, "texture": "#iron_bars"}
}
}
]
}

View File

@ -0,0 +1,23 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/iron_bars_model",
"edge": "block/none"
},
"elements": [
{ "from": [ 7, 0.001, 7 ],
"to": [ 9, 0.001, 9 ],
"faces": {
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" },
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }
}
},
{ "from": [ 7, 15.999, 7 ],
"to": [ 9, 15.999, 9 ],
"faces": {
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" },
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }
}
}
]
}

View File

@ -0,0 +1,47 @@
{
"textures": {
"particle": "block/iron_bars_model",
"iron_bars": "block/iron_bars_model"
},
"elements": [
{
"__comment": "Box1",
"from": [ 7.5, 0, 1 ],
"to": [ 8.5, 16, 3 ],
"faces": {
"down": { "uv": [ 0, 15, 2, 16 ], "texture": "#iron_bars", "rotation": 270 },
"up": { "uv": [ 0, 1, 2, 0 ], "texture": "#iron_bars", "rotation": 90 },
"north": { "uv": [ 0, 0, 1, 16 ], "texture": "#iron_bars" },
"south": { "uv": [ 2, 16, 1, 0 ], "texture": "#iron_bars", "rotation": 180 },
"west": { "uv": [ 0, 0, 2, 16 ], "texture": "#iron_bars" },
"east": { "uv": [ 2, 0, 0, 16 ], "texture": "#iron_bars" }
}
},
{
"__comment": "Box2",
"from": [ 7, 7, 0 ],
"to": [ 9, 9, 8 ],
"faces": {
"down": { "uv": [ 0, 8, 8, 9 ], "texture": "#iron_bars", "rotation": 270 },
"up": { "uv": [ 0, 8, 8, 7 ], "texture": "#iron_bars", "rotation": 90 },
"north": { "uv": [ 0, 7, 1, 9 ], "texture": "#iron_bars", "cullface": "north" },
"south": { "uv": [ 8, 7, 7, 9 ], "texture": "#iron_bars", "cullface": "south" },
"west": { "uv": [ 0, 7, 8, 9 ], "texture": "#iron_bars" },
"east": { "uv": [ 8, 7, 0, 9 ], "texture": "#iron_bars" }
}
},
{
"__comment": "Box3",
"from": [ 7.5, 0, 5 ],
"to": [ 8.5, 16, 7 ],
"faces": {
"down": { "uv": [ 4, 15, 6, 16 ], "texture": "#iron_bars", "rotation": 270 },
"up": { "uv": [ 4, 1, 6, 0 ], "texture": "#iron_bars", "rotation": 90 },
"north": { "uv": [ 4, 0, 5, 16 ], "texture": "#iron_bars" },
"south": { "uv": [ 6, 16, 5, 0 ], "texture": "#iron_bars", "rotation": 180 },
"west": { "uv": [ 4, 0, 6, 16 ], "texture": "#iron_bars" },
"east": { "uv": [ 6, 0, 4, 16 ], "texture": "#iron_bars" }
}
}
]
}

View File

@ -0,0 +1,47 @@
{
"textures": {
"particle": "block/iron_bars_model",
"iron_bars": "block/iron_bars_model"
},
"elements": [
{
"__comment": "Box2",
"from": [ 7, 7, 8 ],
"to": [ 9, 9, 16 ],
"faces": {
"down": { "uv": [ 8, 8, 16, 9 ], "texture": "#iron_bars", "rotation": 270 },
"up": { "uv": [ 8, 8, 16, 7 ], "texture": "#iron_bars", "rotation": 90 },
"north": { "uv": [ 8, 7, 9, 9 ], "texture": "#iron_bars", "cullface": "north" },
"south": { "uv": [ 16, 7, 15, 9 ], "texture": "#iron_bars", "cullface": "south" },
"west": { "uv": [ 8, 7, 16, 9 ], "texture": "#iron_bars" },
"east": { "uv": [ 16, 7, 8, 9 ], "texture": "#iron_bars" }
}
},
{
"__comment": "Box4",
"from": [ 7.5, 0, 9 ],
"to": [ 8.5, 16, 11 ],
"faces": {
"down": { "uv": [ 8, 15, 10, 16 ], "texture": "#iron_bars", "rotation": 270 },
"up": { "uv": [ 8, 1, 10, 0 ], "texture": "#iron_bars", "rotation": 90 },
"north": { "uv": [ 8, 0, 9, 16 ], "texture": "#iron_bars" },
"south": { "uv": [ 10, 16, 9, 0 ], "texture": "#iron_bars", "rotation": 180 },
"west": { "uv": [ 8, 0, 10, 16 ], "texture": "#iron_bars" },
"east": { "uv": [ 10, 0, 8, 16 ], "texture": "#iron_bars" }
}
},
{
"__comment": "Box5",
"from": [ 7.5, 0, 13 ],
"to": [ 8.5, 16, 15 ],
"faces": {
"down": { "uv": [ 12, 15, 14, 16 ], "texture": "#iron_bars", "rotation": 270 },
"up": { "uv": [ 12, 1, 14, 0 ], "texture": "#iron_bars", "rotation": 90 },
"north": { "uv": [ 12, 0, 13, 16 ], "texture": "#iron_bars" },
"south": { "uv": [ 14, 16, 13, 0 ], "texture": "#iron_bars", "rotation": 180 },
"west": { "uv": [ 12, 0, 14, 16 ], "texture": "#iron_bars" },
"east": { "uv": [ 14, 0, 12, 16 ], "texture": "#iron_bars" }
}
}
]
}

View File

@ -0,0 +1,67 @@
{
"textures": {
"particle": "block/pumpkin_side",
"front": "block/pumpkin_face_on",
"side": "block/pumpkin_side",
"top": "block/pumpkin_top"
},
"elements": [
{
"__comment": "Box1",
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#front" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" }
}
},
{
"__comment": "Box2",
"from": [ 7, 16, 7 ],
"to": [ 9, 18, 9 ],
"faces": {
"down": { "uv": [ 7, 9, 9, 7 ], "texture": "#top" },
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#top" },
"north": { "uv": [ 9, 8, 7, 7 ], "texture": "#top" },
"south": { "uv": [ 7, 8, 9, 9 ], "texture": "#top" },
"west": { "uv": [ 7, 7, 8, 9 ], "texture": "#top", "rotation": 270 },
"east": { "uv": [ 9, 7, 8, 9 ], "texture": "#top", "rotation": 90 }
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 2.5, 0 ],
"scale": [ 0.375, 0.375, 0.375 ]
},
"thirdperson_lefthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 2.5, 0 ],
"scale": [ 0.375, 0.375, 0.375 ]
},
"firstperson_righthand": {
"rotation": [ 0, 45, 0 ],
"scale": [ 0.4, 0.4, 0.4 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 45, 0 ],
"scale": [ 0.4, 0.4, 0.4 ]
},
"gui": {
"rotation": [ 30, 225, 0 ],
"scale": [ 0.625, 0.625, 0.625 ]
},
"ground": {
"translation": [ 0, 3, 0 ],
"scale": [ 0.25, 0.25, 0.25 ]
},
"fixed": {
"scale": [ 0.5, 0.5, 0.5 ]
}
}
}

View File

@ -0,0 +1,67 @@
{
"textures": {
"particle": "block/melon_side",
"front": "block/melon_side",
"side": "block/melon_side",
"top": "block/melon_top"
},
"elements": [
{
"__comment": "Box1",
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#front" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" }
}
},
{
"__comment": "Box2",
"from": [ 7, 16, 7 ],
"to": [ 9, 18, 9 ],
"faces": {
"down": { "uv": [ 7, 9, 9, 7 ], "texture": "#top" },
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#top" },
"north": { "uv": [ 9, 8, 7, 7 ], "texture": "#top" },
"south": { "uv": [ 7, 8, 9, 9 ], "texture": "#top" },
"west": { "uv": [ 7, 7, 8, 9 ], "texture": "#top", "rotation": 270 },
"east": { "uv": [ 9, 7, 8, 9 ], "texture": "#top", "rotation": 90 }
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 2.5, 0 ],
"scale": [ 0.375, 0.375, 0.375 ]
},
"thirdperson_lefthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 2.5, 0 ],
"scale": [ 0.375, 0.375, 0.375 ]
},
"firstperson_righthand": {
"rotation": [ 0, 45, 0 ],
"scale": [ 0.4, 0.4, 0.4 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 45, 0 ],
"scale": [ 0.4, 0.4, 0.4 ]
},
"gui": {
"rotation": [ 30, 225, 0 ],
"scale": [ 0.625, 0.625, 0.625 ]
},
"ground": {
"translation": [ 0, 3, 0 ],
"scale": [ 0.25, 0.25, 0.25 ]
},
"fixed": {
"scale": [ 0.5, 0.5, 0.5 ]
}
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "block/netherrack"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_mirrored_all",
"textures": {
"all": "block/netherrack"
}
}

View File

@ -0,0 +1,111 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/flower_pot",
"flowerpot": "block/flower_pot",
"dirt": "block/dirt",
"texture": "block/brown_mushroom"
},
"elements": [
{
"__comment": "Box3",
"from": [ 4.75, 7.75, 4.75 ],
"to": [ 8.75, 9.75, 8.75 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 6, 3.25, 6 ],
"to": [ 7.5, 7.75, 7.5 ],
"faces": {
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 8, 6.5, 8 ],
"to": [ 11, 7.5, 11 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 9, 3.75, 9 ],
"to": [ 10, 6.75, 10 ],
"faces": {
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"from": [ 5, 0, 5 ],
"to": [ 6, 6, 11 ],
"faces": {
"down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 10, 0, 5 ],
"to": [ 11, 6, 11 ],
"faces": {
"down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 6, 0, 5 ],
"to": [ 10, 6, 6 ],
"faces": {
"down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" },
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 6, 0, 10 ],
"to": [ 10, 6, 11 ],
"faces": {
"down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 6, 0, 6 ],
"to": [ 10, 4, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" }
}
}
]
}

View File

@ -0,0 +1,111 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/flower_pot",
"flowerpot": "block/flower_pot",
"dirt": "block/dirt",
"texture": "block/crimson_fungi"
},
"elements": [
{
"__comment": "Box3",
"from": [ 4.75, 7.75, 4.75 ],
"to": [ 8.75, 9.75, 8.75 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 6, 3.25, 6 ],
"to": [ 7.5, 7.75, 7.5 ],
"faces": {
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 8, 6.5, 8 ],
"to": [ 11, 7.5, 11 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 9, 3.75, 9 ],
"to": [ 10, 6.75, 10 ],
"faces": {
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"from": [ 5, 0, 5 ],
"to": [ 6, 6, 11 ],
"faces": {
"down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 10, 0, 5 ],
"to": [ 11, 6, 11 ],
"faces": {
"down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 6, 0, 5 ],
"to": [ 10, 6, 6 ],
"faces": {
"down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" },
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 6, 0, 10 ],
"to": [ 10, 6, 11 ],
"faces": {
"down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 6, 0, 6 ],
"to": [ 10, 4, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" }
}
}
]
}

View File

@ -0,0 +1,111 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/flower_pot",
"flowerpot": "block/flower_pot",
"dirt": "block/dirt",
"texture": "block/red_mushroom"
},
"elements": [
{
"__comment": "Box3",
"from": [ 4.75, 7.75, 4.75 ],
"to": [ 8.75, 9.75, 8.75 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 6, 3.25, 6 ],
"to": [ 7.5, 7.75, 7.5 ],
"faces": {
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 8, 6.5, 8 ],
"to": [ 11, 7.5, 11 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 9, 3.75, 9 ],
"to": [ 10, 6.75, 10 ],
"faces": {
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"from": [ 5, 0, 5 ],
"to": [ 6, 6, 11 ],
"faces": {
"down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 10, 0, 5 ],
"to": [ 11, 6, 11 ],
"faces": {
"down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 6, 0, 5 ],
"to": [ 10, 6, 6 ],
"faces": {
"down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" },
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 6, 0, 10 ],
"to": [ 10, 6, 11 ],
"faces": {
"down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 6, 0, 6 ],
"to": [ 10, 4, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" }
}
}
]
}

View File

@ -0,0 +1,111 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/flower_pot",
"flowerpot": "block/flower_pot",
"dirt": "block/dirt",
"texture": "block/warped_fungi"
},
"elements": [
{
"__comment": "Box3",
"from": [ 4.75, 7.75, 4.75 ],
"to": [ 8.75, 9.75, 8.75 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 6, 3.25, 6 ],
"to": [ 7.5, 7.75, 7.5 ],
"faces": {
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 8, 6.5, 8 ],
"to": [ 11, 7.5, 11 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 9, 3.75, 9 ],
"to": [ 10, 6.75, 10 ],
"faces": {
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"from": [ 5, 0, 5 ],
"to": [ 6, 6, 11 ],
"faces": {
"down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 10, 0, 5 ],
"to": [ 11, 6, 11 ],
"faces": {
"down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 6, 0, 5 ],
"to": [ 10, 6, 6 ],
"faces": {
"down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" },
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 6, 0, 10 ],
"to": [ 10, 6, 11 ],
"faces": {
"down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 6, 0, 6 ],
"to": [ 10, 4, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" }
}
}
]
}

View File

@ -0,0 +1,67 @@
{
"textures": {
"particle": "block/pumpkin_side",
"front": "block/pumpkin_side",
"side": "block/pumpkin_side",
"top": "block/pumpkin_top"
},
"elements": [
{
"__comment": "Box1",
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#front" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" }
}
},
{
"__comment": "Box2",
"from": [ 7, 16, 7 ],
"to": [ 9, 18, 9 ],
"faces": {
"down": { "uv": [ 7, 9, 9, 7 ], "texture": "#top" },
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#top" },
"north": { "uv": [ 9, 8, 7, 7 ], "texture": "#top" },
"south": { "uv": [ 7, 8, 9, 9 ], "texture": "#top" },
"west": { "uv": [ 7, 7, 8, 9 ], "texture": "#top", "rotation": 270 },
"east": { "uv": [ 9, 7, 8, 9 ], "texture": "#top", "rotation": 90 }
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 2.5, 0 ],
"scale": [ 0.375, 0.375, 0.375 ]
},
"thirdperson_lefthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 2.5, 0 ],
"scale": [ 0.375, 0.375, 0.375 ]
},
"firstperson_righthand": {
"rotation": [ 0, 45, 0 ],
"scale": [ 0.4, 0.4, 0.4 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 45, 0 ],
"scale": [ 0.4, 0.4, 0.4 ]
},
"gui": {
"rotation": [ 30, 225, 0 ],
"scale": [ 0.625, 0.625, 0.625 ]
},
"ground": {
"translation": [ 0, 3, 0 ],
"scale": [ 0.25, 0.25, 0.25 ]
},
"fixed": {
"scale": [ 0.5, 0.5, 0.5 ]
}
}
}

View File

@ -0,0 +1,33 @@
{
"textures": {
"particle": "block/red_mushroom",
"texture": "block/red_mushroom"
},
"elements": [
{
"__comment": "Box3",
"from": [ 6, 1.5, 6 ],
"to": [ 10, 3.5, 10 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 7.25, 0, 7.25 ],
"to": [ 8.75, 1.5, 8.75 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,83 @@
{
"textures": {
"particle": "block/red_mushroom",
"texture": "block/red_mushroom"
},
"elements": [
{
"__comment": "Box1",
"from": [ 2, 2.5, 1.5 ],
"to": [ 8, 5, 7.5 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 3, 3, 9, 9 ], "texture": "#texture" },
"north": { "uv": [ 9, 3, 3, 0 ], "texture": "#texture" },
"south": { "uv": [ 3, 9, 9, 12 ], "texture": "#texture" },
"west": { "uv": [ 3, 9, 0, 3 ], "texture": "#texture", "rotation": 90 },
"east": { "uv": [ 9, 3, 12, 9 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 4, 0, 3.5 ],
"to": [ 6, 2.5, 5.5 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 10.5, 1.5, 9 ],
"to": [ 14.5, 3.5, 13 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 11.75, 0, 10.25 ],
"to": [ 13.25, 1.5, 11.75 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 3.5, 0.75, 11.5 ],
"to": [ 6.5, 1.75, 14.5 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 4.5, 0, 12.5 ],
"to": [ 5.5, 1, 13.5 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,83 @@
{
"textures": {
"particle": "block/red_mushroom",
"texture": "block/red_mushroom"
},
"elements": [
{
"__comment": "Box3",
"from": [ 8.5, 1, 11 ],
"to": [ 11.5, 2, 14 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 9.5, 0, 12 ],
"to": [ 10.5, 1, 13 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 9.5, 1.5, 2.25 ],
"to": [ 12.5, 2.5, 5.25 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 2, 2.5, 7 ],
"to": [ 5, 3.5, 10 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 3, 0, 8 ],
"to": [ 4, 2.5, 9 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 10.5, 0, 3.25 ],
"to": [ 11.5, 1.5, 4.25 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,58 @@
{
"textures": {
"particle": "block/red_mushroom",
"texture": "block/red_mushroom"
},
"elements": [
{
"__comment": "Box3",
"from": [ 3.75, 1.5, 4.25 ],
"to": [ 7.75, 3.5, 8.25 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 5, 0, 5.5 ],
"to": [ 6.5, 1.5, 7 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 10, 1, 10 ],
"to": [ 13, 2, 13 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 11, 0, 11 ],
"to": [ 12, 1, 12 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,33 @@
{
"textures": {
"particle": "block/red_mushroom",
"texture": "block/red_mushroom"
},
"elements": [
{
"__comment": "Box1",
"from": [ 5, 2.5, 5 ],
"to": [ 11, 5, 11 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 3, 3, 9, 9 ], "texture": "#texture" },
"north": { "uv": [ 9, 3, 3, 0 ], "texture": "#texture" },
"south": { "uv": [ 3, 9, 9, 12 ], "texture": "#texture" },
"west": { "uv": [ 3, 9, 0, 3 ], "texture": "#texture", "rotation": 90 },
"east": { "uv": [ 9, 3, 12, 9 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 7, 0, 7 ],
"to": [ 9, 2.5, 9 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,33 @@
{
"textures": {
"particle": "block/warped_fungi",
"texture": "block/warped_fungi"
},
"elements": [
{
"__comment": "Box3",
"from": [ 6, 1.5, 6 ],
"to": [ 10, 3.5, 10 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 7.25, 0, 7.25 ],
"to": [ 8.75, 1.5, 8.75 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,83 @@
{
"textures": {
"particle": "block/warped_fungi",
"texture": "block/warped_fungi"
},
"elements": [
{
"__comment": "Box1",
"from": [ 2, 2.5, 1.5 ],
"to": [ 8, 5, 7.5 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 3, 3, 9, 9 ], "texture": "#texture" },
"north": { "uv": [ 9, 3, 3, 0 ], "texture": "#texture" },
"south": { "uv": [ 3, 9, 9, 12 ], "texture": "#texture" },
"west": { "uv": [ 3, 9, 0, 3 ], "texture": "#texture", "rotation": 90 },
"east": { "uv": [ 9, 3, 12, 9 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 4, 0, 3.5 ],
"to": [ 6, 2.5, 5.5 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 10.5, 1.5, 9 ],
"to": [ 14.5, 3.5, 13 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 11.75, 0, 10.25 ],
"to": [ 13.25, 1.5, 11.75 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 3.5, 0.75, 11.5 ],
"to": [ 6.5, 1.75, 14.5 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 4.5, 0, 12.5 ],
"to": [ 5.5, 1, 13.5 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,83 @@
{
"textures": {
"particle": "block/warped_fungi",
"texture": "block/warped_fungi"
},
"elements": [
{
"__comment": "Box3",
"from": [ 8.5, 1, 11 ],
"to": [ 11.5, 2, 14 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 9.5, 0, 12 ],
"to": [ 10.5, 1, 13 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 9.5, 1.5, 2.25 ],
"to": [ 12.5, 2.5, 5.25 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 2, 2.5, 7 ],
"to": [ 5, 3.5, 10 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 3, 0, 8 ],
"to": [ 4, 2.5, 9 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 10.5, 0, 3.25 ],
"to": [ 11.5, 1.5, 4.25 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,58 @@
{
"textures": {
"particle": "block/warped_fungi",
"texture": "block/warped_fungi"
},
"elements": [
{
"__comment": "Box3",
"from": [ 3.75, 1.5, 4.25 ],
"to": [ 7.75, 3.5, 8.25 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 5, 0, 5.5 ],
"to": [ 6.5, 1.5, 7 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 10, 1, 10 ],
"to": [ 13, 2, 13 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 11, 0, 11 ],
"to": [ 12, 1, 12 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,33 @@
{
"textures": {
"particle": "block/warped_fungi",
"texture": "block/warped_fungi"
},
"elements": [
{
"__comment": "Box1",
"from": [ 5, 2.5, 5 ],
"to": [ 11, 5, 11 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 3, 3, 9, 9 ], "texture": "#texture" },
"north": { "uv": [ 9, 3, 3, 0 ], "texture": "#texture" },
"south": { "uv": [ 3, 9, 9, 12 ], "texture": "#texture" },
"west": { "uv": [ 3, 9, 0, 3 ], "texture": "#texture", "rotation": 90 },
"east": { "uv": [ 9, 3, 12, 9 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 7, 0, 7 ],
"to": [ 9, 2.5, 9 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,70 @@
{
"textures": {
"particle": "block/brown_mushroom",
"texture": "block/brown_mushroom"
},
"elements": [
{
"__comment": "Box3",
"from": [ 6, 1.5, 6 ],
"to": [ 10, 3.5, 10 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 7.25, 0, 7.25 ],
"to": [ 8.75, 1.5, 8.75 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 3, 6 ]
},
"thirdperson_lefthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 3, 6 ]
},
"firstperson_righthand": {
"rotation": [ 0, 45, 0 ],
"translation": [ 0, 6, 0 ],
"scale": [ 0.7, 0.7, 0.7 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 45, 0 ],
"translation": [ 0, 6, 0 ],
"scale": [ 0.7, 0.7, 0.7 ]
},
"gui": {
"rotation": [ 30, 225, 0 ],
"translation": [ 0, 5, 0 ],
"scale": [ 1.5, 1.5, 1.5 ]
},
"head": {
"translation": [ 0, 23, 0 ],
"scale": [ 2, 2, 2 ]
},
"ground": {
"translation": [ 0, 4, 0 ],
"scale": [ 0.8, 0.8, 0.8 ]
},
"fixed": {
"translation": [ 0, 5, 0 ],
"scale": [ 1.5, 1.5, 1.5 ]
}
}
}

View File

@ -0,0 +1,70 @@
{
"textures": {
"particle": "block/crimson_fungi",
"texture": "block/crimson_fungi"
},
"elements": [
{
"__comment": "Box3",
"from": [ 6, 1.5, 6 ],
"to": [ 10, 3.5, 10 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 7.25, 0, 7.25 ],
"to": [ 8.75, 1.5, 8.75 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 3, 6 ]
},
"thirdperson_lefthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 3, 6 ]
},
"firstperson_righthand": {
"rotation": [ 0, 45, 0 ],
"translation": [ 0, 6, 0 ],
"scale": [ 0.7, 0.7, 0.7 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 45, 0 ],
"translation": [ 0, 6, 0 ],
"scale": [ 0.7, 0.7, 0.7 ]
},
"gui": {
"rotation": [ 30, 225, 0 ],
"translation": [ 0, 5, 0 ],
"scale": [ 1.5, 1.5, 1.5 ]
},
"head": {
"translation": [ 0, 23, 0 ],
"scale": [ 2, 2, 2 ]
},
"ground": {
"translation": [ 0, 4, 0 ],
"scale": [ 0.8, 0.8, 0.8 ]
},
"fixed": {
"translation": [ 0, 5, 0 ],
"scale": [ 1.5, 1.5, 1.5 ]
}
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/potion_overlay_splash",
"layer1": "item/lingering_potion"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/potion_overlay",
"layer1": "item/potion"
}
}

View File

@ -0,0 +1,70 @@
{
"textures": {
"particle": "block/red_mushroom",
"texture": "block/red_mushroom"
},
"elements": [
{
"__comment": "Box3",
"from": [ 6, 1.5, 6 ],
"to": [ 10, 3.5, 10 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 7.25, 0, 7.25 ],
"to": [ 8.75, 1.5, 8.75 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 3, 6 ]
},
"thirdperson_lefthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 3, 6 ]
},
"firstperson_righthand": {
"rotation": [ 0, 45, 0 ],
"translation": [ 0, 6, 0 ],
"scale": [ 0.7, 0.7, 0.7 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 45, 0 ],
"translation": [ 0, 6, 0 ],
"scale": [ 0.7, 0.7, 0.7 ]
},
"gui": {
"rotation": [ 30, 225, 0 ],
"translation": [ 0, 5, 0 ],
"scale": [ 1.5, 1.5, 1.5 ]
},
"head": {
"translation": [ 0, 23, 0 ],
"scale": [ 2, 2, 2 ]
},
"ground": {
"translation": [ 0, 4, 0 ],
"scale": [ 0.8, 0.8, 0.8 ]
},
"fixed": {
"translation": [ 0, 5, 0 ],
"scale": [ 1.5, 1.5, 1.5 ]
}
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/potion_overlay_splash",
"layer1": "item/splash_potion"
}
}

View File

@ -0,0 +1,70 @@
{
"textures": {
"particle": "block/warped_fungi",
"texture": "block/warped_fungi"
},
"elements": [
{
"__comment": "Box3",
"from": [ 6, 1.5, 6 ],
"to": [ 10, 3.5, 10 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 7.25, 0, 7.25 ],
"to": [ 8.75, 1.5, 8.75 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 3, 6 ]
},
"thirdperson_lefthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 3, 6 ]
},
"firstperson_righthand": {
"rotation": [ 0, 45, 0 ],
"translation": [ 0, 6, 0 ],
"scale": [ 0.7, 0.7, 0.7 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 45, 0 ],
"translation": [ 0, 6, 0 ],
"scale": [ 0.7, 0.7, 0.7 ]
},
"gui": {
"rotation": [ 30, 225, 0 ],
"translation": [ 0, 5, 0 ],
"scale": [ 1.5, 1.5, 1.5 ]
},
"head": {
"translation": [ 0, 23, 0 ],
"scale": [ 2, 2, 2 ]
},
"ground": {
"translation": [ 0, 4, 0 ],
"scale": [ 0.8, 0.8, 0.8 ]
},
"fixed": {
"translation": [ 0, 5, 0 ],
"scale": [ 1.5, 1.5, 1.5 ]
}
}
}

View File

@ -0,0 +1,3 @@
format=vanilla
blocks=birch_leaves
source=./foliage_birch.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

View File

@ -0,0 +1,3 @@
format=vanilla
blocks=dark_oak_leaves
source=./foliage_roofed.png

View File

@ -0,0 +1,3 @@
format=vanilla
blocks=spruce_leaves
source=./foliage_spruce.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 700 B

View File

@ -0,0 +1,3 @@
format=vanilla
blocks=sugar_cane
source=./sugar_cane.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -0,0 +1 @@
suffix.emissive=_e

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1017 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 999 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 997 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1002 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1009 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 702 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

View File

@ -0,0 +1,10 @@
startFadeIn=0:30
endFadeIn=1:30
startFadeOut=17:00
endFadeOut=18:30
blend=multiply
rotate=true
axis=-0.0 1.0 0.0
speed=1.0
source=./cloudbox1_1.png
weather=clear

View File

@ -0,0 +1,10 @@
startFadeIn=18:30
endFadeIn=19:00
startFadeOut=20:00
endFadeOut=0:00
blend=add
rotate=true
axis=-0.0 1.0 0.0
speed=1.0
source=./cloudbox2.png
weather=clear

View File

@ -0,0 +1,10 @@
startFadeIn=17:00
endFadeIn=18:30
startFadeOut=18:30
endFadeOut=19:00
blend=multiply
rotate=true
axis=-0.0 1.0 0.0
speed=1.0
source=./cloudbox4.png
weather=clear

View File

@ -0,0 +1,10 @@
startFadeIn=20:00
endFadeIn=0:00
startFadeOut=6:30
endFadeOut=7:30
blend=add
rotate=true
axis=-0.0 1.0 0.0
speed=1.0
source=./cloudbox3.png
weather=clear

View File

@ -0,0 +1,10 @@
startFadeIn=5:00
endFadeIn=7:00
startFadeOut=17:00
endFadeOut=18:30
blend=alpha
rotate=true
axis=-0.0 1.0 0.0
speed=1.0
source=./cloudbox_rain_01.png
weather=rain

View File

@ -0,0 +1,10 @@
startFadeIn=17:00
endFadeIn=18:30
startFadeOut=5:00
endFadeOut=7:00
blend=alpha
rotate=true
axis=-0.0 1.0 0.0
speed=1.0
source=./cloudbox_rain_02.png
weather=rain

View File

@ -0,0 +1,10 @@
startFadeIn=5:00
endFadeIn=7:00
startFadeOut=17:00
endFadeOut=18:30
blend=alpha
rotate=true
axis=-0.0 1.0 0.0
speed=1.0
source=./cloudbox_rain_01.png
weather=thunder

View File

@ -0,0 +1,10 @@
startFadeIn=17:00
endFadeIn=18:30
startFadeOut=5:00
endFadeOut=7:00
blend=alpha
rotate=true
axis=-0.0 1.0 0.0
speed=1.0
source=./cloudbox_rain_02.png
weather=thunder

View File

@ -0,0 +1,6 @@
blend=multiply
rotate=true
axis=-0.0 1.0 0.0
speed=1.0
source=./thunder_layer.png
weather=thunder

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B

Some files were not shown because too many files have changed in this diff Show More