Resumbit:Terrarium redo (#1007)
|
@ -12,10 +12,7 @@
|
|||
"6": "biomesoplenty:blocks/jar_bottom",
|
||||
"7": "biomesoplenty:blocks/jar_stopper_side",
|
||||
"8": "biomesoplenty:blocks/jar_stopper_top",
|
||||
"9": "biomesoplenty:blocks/jar_bamboo_grass_side",
|
||||
"10": "biomesoplenty:blocks/jar_bamboo_grass_top",
|
||||
"11": "biomesoplenty:blocks/jar_bamboo_grass_bottom",
|
||||
"12": "biomesoplenty:blocks/jar_bamboo"
|
||||
"9": "biomesoplenty:blocks/jar_bamboo_inside"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -68,27 +65,27 @@
|
|||
"down": { "texture": "#8", "uv": [ 6.0, 5.0, 11.0, 10.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Base",
|
||||
"from": [ 5.0, 1.0, 5.0 ],
|
||||
"to": [ 12.0, 5.0, 12.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"up": { "texture": "#10", "uv": [ 5.0, 5.0, 12.0, 12.0 ] },
|
||||
"down": { "texture": "#11", "uv": [ 5.0, 5.0, 12.0, 12.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"up": { "texture": "#9", "uv": [ 9.0, 9.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#9", "uv": [ 9.0, 0.0, 16.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Cross 1",
|
||||
"from": [ 5.0, 5.0, 8.0 ],
|
||||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -97,9 +94,9 @@
|
|||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "biomesoplenty:items/terrarium_cactus",
|
||||
"particle": "biomesoplenty:items/terrarium_bamboo",
|
||||
"0": "biomesoplenty:blocks/jar_main_side",
|
||||
"1": "biomesoplenty:blocks/jar_main_top",
|
||||
"2": "biomesoplenty:blocks/jar_main_bottom",
|
||||
|
@ -12,10 +12,7 @@
|
|||
"6": "biomesoplenty:blocks/jar_bottom",
|
||||
"7": "biomesoplenty:blocks/jar_stopper_side",
|
||||
"8": "biomesoplenty:blocks/jar_stopper_top",
|
||||
"9": "biomesoplenty:blocks/jar_cactus_grass_side",
|
||||
"10": "biomesoplenty:blocks/jar_cactus_grass_top",
|
||||
"11": "biomesoplenty:blocks/jar_cactus_grass_bottom",
|
||||
"12": "biomesoplenty:blocks/jar_cactus"
|
||||
"9": "biomesoplenty:blocks/jar_cactus_inside"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -68,27 +65,27 @@
|
|||
"down": { "texture": "#8", "uv": [ 6.0, 5.0, 11.0, 10.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Base",
|
||||
"from": [ 5.0, 1.0, 5.0 ],
|
||||
"to": [ 12.0, 5.0, 12.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"up": { "texture": "#10", "uv": [ 5.0, 5.0, 12.0, 12.0 ] },
|
||||
"down": { "texture": "#11", "uv": [ 5.0, 5.0, 12.0, 12.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"up": { "texture": "#9", "uv": [ 9.0, 9.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#9", "uv": [ 9.0, 0.0, 16.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Cross 1",
|
||||
"from": [ 5.0, 5.0, 8.0 ],
|
||||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -97,9 +94,9 @@
|
|||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "biomesoplenty:items/terrarium_dead",
|
||||
"particle": "biomesoplenty:items/terrarium_bamboo",
|
||||
"0": "biomesoplenty:blocks/jar_main_side",
|
||||
"1": "biomesoplenty:blocks/jar_main_top",
|
||||
"2": "biomesoplenty:blocks/jar_main_bottom",
|
||||
|
@ -12,10 +12,7 @@
|
|||
"6": "biomesoplenty:blocks/jar_bottom",
|
||||
"7": "biomesoplenty:blocks/jar_stopper_side",
|
||||
"8": "biomesoplenty:blocks/jar_stopper_top",
|
||||
"9": "biomesoplenty:blocks/jar_dead_grass_side",
|
||||
"10": "biomesoplenty:blocks/jar_dead_grass_top",
|
||||
"11": "biomesoplenty:blocks/jar_dead_grass_bottom",
|
||||
"12": "biomesoplenty:blocks/jar_dead"
|
||||
"9": "biomesoplenty:blocks/jar_dead_inside"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -68,27 +65,27 @@
|
|||
"down": { "texture": "#8", "uv": [ 6.0, 5.0, 11.0, 10.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Base",
|
||||
"from": [ 5.0, 1.0, 5.0 ],
|
||||
"to": [ 12.0, 5.0, 12.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"up": { "texture": "#10", "uv": [ 5.0, 5.0, 12.0, 12.0 ] },
|
||||
"down": { "texture": "#11", "uv": [ 5.0, 5.0, 12.0, 12.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"up": { "texture": "#9", "uv": [ 9.0, 9.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#9", "uv": [ 9.0, 0.0, 16.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Cross 1",
|
||||
"from": [ 5.0, 5.0, 8.0 ],
|
||||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -97,9 +94,9 @@
|
|||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "biomesoplenty:items/terrarium_ender",
|
||||
"particle": "biomesoplenty:items/terrarium_bamboo",
|
||||
"0": "biomesoplenty:blocks/jar_main_side",
|
||||
"1": "biomesoplenty:blocks/jar_main_top",
|
||||
"2": "biomesoplenty:blocks/jar_main_bottom",
|
||||
|
@ -12,10 +12,7 @@
|
|||
"6": "biomesoplenty:blocks/jar_bottom",
|
||||
"7": "biomesoplenty:blocks/jar_stopper_side",
|
||||
"8": "biomesoplenty:blocks/jar_stopper_top",
|
||||
"9": "biomesoplenty:blocks/jar_ender_grass_side",
|
||||
"10": "biomesoplenty:blocks/jar_ender_grass_top",
|
||||
"11": "biomesoplenty:blocks/jar_ender_grass_bottom",
|
||||
"12": "biomesoplenty:blocks/jar_ender"
|
||||
"9": "biomesoplenty:blocks/jar_ender_inside"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -68,27 +65,27 @@
|
|||
"down": { "texture": "#8", "uv": [ 6.0, 5.0, 11.0, 10.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Base",
|
||||
"from": [ 5.0, 1.0, 5.0 ],
|
||||
"to": [ 12.0, 5.0, 12.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"up": { "texture": "#10", "uv": [ 5.0, 5.0, 12.0, 12.0 ] },
|
||||
"down": { "texture": "#11", "uv": [ 5.0, 5.0, 12.0, 12.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"up": { "texture": "#9", "uv": [ 9.0, 9.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#9", "uv": [ 9.0, 0.0, 16.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Cross 1",
|
||||
"from": [ 5.0, 5.0, 8.0 ],
|
||||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -97,9 +94,9 @@
|
|||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "biomesoplenty:items/terrarium_fern",
|
||||
"particle": "biomesoplenty:items/terrarium_bamboo",
|
||||
"0": "biomesoplenty:blocks/jar_main_side",
|
||||
"1": "biomesoplenty:blocks/jar_main_top",
|
||||
"2": "biomesoplenty:blocks/jar_main_bottom",
|
||||
|
@ -12,10 +12,7 @@
|
|||
"6": "biomesoplenty:blocks/jar_bottom",
|
||||
"7": "biomesoplenty:blocks/jar_stopper_side",
|
||||
"8": "biomesoplenty:blocks/jar_stopper_top",
|
||||
"9": "biomesoplenty:blocks/jar_fern_grass_side",
|
||||
"10": "biomesoplenty:blocks/jar_fern_grass_top",
|
||||
"11": "biomesoplenty:blocks/jar_fern_grass_bottom",
|
||||
"12": "biomesoplenty:blocks/jar_fern"
|
||||
"9": "biomesoplenty:blocks/jar_fern_inside"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -68,27 +65,27 @@
|
|||
"down": { "texture": "#8", "uv": [ 6.0, 5.0, 11.0, 10.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Base",
|
||||
"from": [ 5.0, 1.0, 5.0 ],
|
||||
"to": [ 12.0, 5.0, 12.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"up": { "texture": "#10", "uv": [ 5.0, 5.0, 12.0, 12.0 ] },
|
||||
"down": { "texture": "#11", "uv": [ 5.0, 5.0, 12.0, 12.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"up": { "texture": "#9", "uv": [ 9.0, 9.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#9", "uv": [ 9.0, 0.0, 16.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Cross 1",
|
||||
"from": [ 5.0, 5.0, 8.0 ],
|
||||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -97,9 +94,9 @@
|
|||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "biomesoplenty:items/terrarium_flax",
|
||||
"particle": "biomesoplenty:items/terrarium_bamboo",
|
||||
"0": "biomesoplenty:blocks/jar_main_side",
|
||||
"1": "biomesoplenty:blocks/jar_main_top",
|
||||
"2": "biomesoplenty:blocks/jar_main_bottom",
|
||||
|
@ -12,10 +12,7 @@
|
|||
"6": "biomesoplenty:blocks/jar_bottom",
|
||||
"7": "biomesoplenty:blocks/jar_stopper_side",
|
||||
"8": "biomesoplenty:blocks/jar_stopper_top",
|
||||
"9": "biomesoplenty:blocks/jar_flax_grass_side",
|
||||
"10": "biomesoplenty:blocks/jar_flax_grass_top",
|
||||
"11": "biomesoplenty:blocks/jar_flax_grass_bottom",
|
||||
"12": "biomesoplenty:blocks/jar_flax"
|
||||
"9": "biomesoplenty:blocks/jar_flax_inside"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -68,27 +65,27 @@
|
|||
"down": { "texture": "#8", "uv": [ 6.0, 5.0, 11.0, 10.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Base",
|
||||
"from": [ 5.0, 1.0, 5.0 ],
|
||||
"to": [ 12.0, 5.0, 12.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"up": { "texture": "#10", "uv": [ 5.0, 5.0, 12.0, 12.0 ] },
|
||||
"down": { "texture": "#11", "uv": [ 5.0, 5.0, 12.0, 12.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"up": { "texture": "#9", "uv": [ 9.0, 9.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#9", "uv": [ 9.0, 0.0, 16.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Cross 1",
|
||||
"from": [ 5.0, 5.0, 8.0 ],
|
||||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -97,9 +94,9 @@
|
|||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "biomesoplenty:items/terrarium_flower",
|
||||
"particle": "biomesoplenty:items/terrarium_bamboo",
|
||||
"0": "biomesoplenty:blocks/jar_main_side",
|
||||
"1": "biomesoplenty:blocks/jar_main_top",
|
||||
"2": "biomesoplenty:blocks/jar_main_bottom",
|
||||
|
@ -12,10 +12,7 @@
|
|||
"6": "biomesoplenty:blocks/jar_bottom",
|
||||
"7": "biomesoplenty:blocks/jar_stopper_side",
|
||||
"8": "biomesoplenty:blocks/jar_stopper_top",
|
||||
"9": "biomesoplenty:blocks/jar_flower_grass_side",
|
||||
"10": "biomesoplenty:blocks/jar_flower_grass_top",
|
||||
"11": "biomesoplenty:blocks/jar_flower_grass_bottom",
|
||||
"12": "biomesoplenty:blocks/jar_flower"
|
||||
"9": "biomesoplenty:blocks/jar_flower_inside"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -68,27 +65,27 @@
|
|||
"down": { "texture": "#8", "uv": [ 6.0, 5.0, 11.0, 10.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Base",
|
||||
"from": [ 5.0, 1.0, 5.0 ],
|
||||
"to": [ 12.0, 5.0, 12.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"up": { "texture": "#10", "uv": [ 5.0, 5.0, 12.0, 12.0 ] },
|
||||
"down": { "texture": "#11", "uv": [ 5.0, 5.0, 12.0, 12.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"up": { "texture": "#9", "uv": [ 9.0, 9.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#9", "uv": [ 9.0, 0.0, 16.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Cross 1",
|
||||
"from": [ 5.0, 5.0, 8.0 ],
|
||||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -97,9 +94,9 @@
|
|||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "biomesoplenty:items/terrarium_glowshroom",
|
||||
"particle": "biomesoplenty:items/terrarium_bamboo",
|
||||
"0": "biomesoplenty:blocks/jar_main_side",
|
||||
"1": "biomesoplenty:blocks/jar_main_top",
|
||||
"2": "biomesoplenty:blocks/jar_main_bottom",
|
||||
|
@ -12,10 +12,7 @@
|
|||
"6": "biomesoplenty:blocks/jar_bottom",
|
||||
"7": "biomesoplenty:blocks/jar_stopper_side",
|
||||
"8": "biomesoplenty:blocks/jar_stopper_top",
|
||||
"9": "biomesoplenty:blocks/jar_glowshroom_grass_side",
|
||||
"10": "biomesoplenty:blocks/jar_glowshroom_grass_top",
|
||||
"11": "biomesoplenty:blocks/jar_glowshroom_grass_bottom",
|
||||
"12": "biomesoplenty:blocks/jar_glowshroom"
|
||||
"9": "biomesoplenty:blocks/jar_glowshroom_inside"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -68,27 +65,27 @@
|
|||
"down": { "texture": "#8", "uv": [ 6.0, 5.0, 11.0, 10.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Base",
|
||||
"from": [ 5.0, 1.0, 5.0 ],
|
||||
"to": [ 12.0, 5.0, 12.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"up": { "texture": "#10", "uv": [ 5.0, 5.0, 12.0, 12.0 ] },
|
||||
"down": { "texture": "#11", "uv": [ 5.0, 5.0, 12.0, 12.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"up": { "texture": "#9", "uv": [ 9.0, 9.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#9", "uv": [ 9.0, 0.0, 16.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Cross 1",
|
||||
"from": [ 5.0, 5.0, 8.0 ],
|
||||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -97,9 +94,9 @@
|
|||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "biomesoplenty:items/terrarium_koru",
|
||||
"particle": "biomesoplenty:items/terrarium_bamboo",
|
||||
"0": "biomesoplenty:blocks/jar_main_side",
|
||||
"1": "biomesoplenty:blocks/jar_main_top",
|
||||
"2": "biomesoplenty:blocks/jar_main_bottom",
|
||||
|
@ -12,10 +12,7 @@
|
|||
"6": "biomesoplenty:blocks/jar_bottom",
|
||||
"7": "biomesoplenty:blocks/jar_stopper_side",
|
||||
"8": "biomesoplenty:blocks/jar_stopper_top",
|
||||
"9": "biomesoplenty:blocks/jar_koru_grass_side",
|
||||
"10": "biomesoplenty:blocks/jar_koru_grass_top",
|
||||
"11": "biomesoplenty:blocks/jar_koru_grass_bottom",
|
||||
"12": "biomesoplenty:blocks/jar_koru"
|
||||
"9": "biomesoplenty:blocks/jar_koru_inside"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -68,27 +65,27 @@
|
|||
"down": { "texture": "#8", "uv": [ 6.0, 5.0, 11.0, 10.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Base",
|
||||
"from": [ 5.0, 1.0, 5.0 ],
|
||||
"to": [ 12.0, 5.0, 12.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"up": { "texture": "#10", "uv": [ 5.0, 5.0, 12.0, 12.0 ] },
|
||||
"down": { "texture": "#11", "uv": [ 5.0, 5.0, 12.0, 12.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"up": { "texture": "#9", "uv": [ 9.0, 9.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#9", "uv": [ 9.0, 0.0, 16.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Cross 1",
|
||||
"from": [ 5.0, 5.0, 8.0 ],
|
||||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -97,9 +94,9 @@
|
|||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "biomesoplenty:items/terrarium_mushroom",
|
||||
"particle": "biomesoplenty:items/terrarium_bamboo",
|
||||
"0": "biomesoplenty:blocks/jar_main_side",
|
||||
"1": "biomesoplenty:blocks/jar_main_top",
|
||||
"2": "biomesoplenty:blocks/jar_main_bottom",
|
||||
|
@ -12,10 +12,7 @@
|
|||
"6": "biomesoplenty:blocks/jar_bottom",
|
||||
"7": "biomesoplenty:blocks/jar_stopper_side",
|
||||
"8": "biomesoplenty:blocks/jar_stopper_top",
|
||||
"9": "biomesoplenty:blocks/jar_mushroom_grass_side",
|
||||
"10": "biomesoplenty:blocks/jar_mushroom_grass_top",
|
||||
"11": "biomesoplenty:blocks/jar_mushroom_grass_bottom",
|
||||
"12": "biomesoplenty:blocks/jar_mushroom"
|
||||
"9": "biomesoplenty:blocks/jar_mushroom_inside"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -68,27 +65,27 @@
|
|||
"down": { "texture": "#8", "uv": [ 6.0, 5.0, 11.0, 10.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Base",
|
||||
"from": [ 5.0, 1.0, 5.0 ],
|
||||
"to": [ 12.0, 5.0, 12.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"up": { "texture": "#10", "uv": [ 5.0, 5.0, 12.0, 12.0 ] },
|
||||
"down": { "texture": "#11", "uv": [ 5.0, 5.0, 12.0, 12.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"up": { "texture": "#9", "uv": [ 9.0, 9.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#9", "uv": [ 9.0, 0.0, 16.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Cross 1",
|
||||
"from": [ 5.0, 5.0, 8.0 ],
|
||||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -97,9 +94,9 @@
|
|||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "biomesoplenty:items/terrarium_mystic",
|
||||
"particle": "biomesoplenty:items/terrarium_bamboo",
|
||||
"0": "biomesoplenty:blocks/jar_main_side",
|
||||
"1": "biomesoplenty:blocks/jar_main_top",
|
||||
"2": "biomesoplenty:blocks/jar_main_bottom",
|
||||
|
@ -12,10 +12,7 @@
|
|||
"6": "biomesoplenty:blocks/jar_bottom",
|
||||
"7": "biomesoplenty:blocks/jar_stopper_side",
|
||||
"8": "biomesoplenty:blocks/jar_stopper_top",
|
||||
"9": "biomesoplenty:blocks/jar_mystic_grass_side",
|
||||
"10": "biomesoplenty:blocks/jar_mystic_grass_top",
|
||||
"11": "biomesoplenty:blocks/jar_mystic_grass_bottom",
|
||||
"12": "biomesoplenty:blocks/jar_mystic"
|
||||
"9": "biomesoplenty:blocks/jar_mystic_inside"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -68,27 +65,27 @@
|
|||
"down": { "texture": "#8", "uv": [ 6.0, 5.0, 11.0, 10.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Base",
|
||||
"from": [ 5.0, 1.0, 5.0 ],
|
||||
"to": [ 12.0, 5.0, 12.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"up": { "texture": "#10", "uv": [ 5.0, 5.0, 12.0, 12.0 ] },
|
||||
"down": { "texture": "#11", "uv": [ 5.0, 5.0, 12.0, 12.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"up": { "texture": "#9", "uv": [ 9.0, 9.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#9", "uv": [ 9.0, 0.0, 16.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Cross 1",
|
||||
"from": [ 5.0, 5.0, 8.0 ],
|
||||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -97,9 +94,9 @@
|
|||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "biomesoplenty:items/terrarium_nether",
|
||||
"particle": "biomesoplenty:items/terrarium_bamboo",
|
||||
"0": "biomesoplenty:blocks/jar_main_side",
|
||||
"1": "biomesoplenty:blocks/jar_main_top",
|
||||
"2": "biomesoplenty:blocks/jar_main_bottom",
|
||||
|
@ -12,10 +12,7 @@
|
|||
"6": "biomesoplenty:blocks/jar_bottom",
|
||||
"7": "biomesoplenty:blocks/jar_stopper_side",
|
||||
"8": "biomesoplenty:blocks/jar_stopper_top",
|
||||
"9": "biomesoplenty:blocks/jar_nether_grass_side",
|
||||
"10": "biomesoplenty:blocks/jar_nether_grass_top",
|
||||
"11": "biomesoplenty:blocks/jar_nether_grass_bottom",
|
||||
"12": "biomesoplenty:blocks/jar_nether"
|
||||
"9": "biomesoplenty:blocks/jar_nether_inside"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -68,27 +65,27 @@
|
|||
"down": { "texture": "#8", "uv": [ 6.0, 5.0, 11.0, 10.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Base",
|
||||
"from": [ 5.0, 1.0, 5.0 ],
|
||||
"to": [ 12.0, 5.0, 12.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"up": { "texture": "#10", "uv": [ 5.0, 5.0, 12.0, 12.0 ] },
|
||||
"down": { "texture": "#11", "uv": [ 5.0, 5.0, 12.0, 12.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"up": { "texture": "#9", "uv": [ 9.0, 9.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#9", "uv": [ 9.0, 0.0, 16.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Cross 1",
|
||||
"from": [ 5.0, 5.0, 8.0 ],
|
||||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -97,9 +94,9 @@
|
|||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "biomesoplenty:items/terrarium_ominous",
|
||||
"particle": "biomesoplenty:items/terrarium_bamboo",
|
||||
"0": "biomesoplenty:blocks/jar_main_side",
|
||||
"1": "biomesoplenty:blocks/jar_main_top",
|
||||
"2": "biomesoplenty:blocks/jar_main_bottom",
|
||||
|
@ -12,10 +12,7 @@
|
|||
"6": "biomesoplenty:blocks/jar_bottom",
|
||||
"7": "biomesoplenty:blocks/jar_stopper_side",
|
||||
"8": "biomesoplenty:blocks/jar_stopper_top",
|
||||
"9": "biomesoplenty:blocks/jar_ominous_grass_side",
|
||||
"10": "biomesoplenty:blocks/jar_ominous_grass_top",
|
||||
"11": "biomesoplenty:blocks/jar_ominous_grass_bottom",
|
||||
"12": "biomesoplenty:blocks/jar_ominous"
|
||||
"9": "biomesoplenty:blocks/jar_ominous_inside"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -68,27 +65,27 @@
|
|||
"down": { "texture": "#8", "uv": [ 6.0, 5.0, 11.0, 10.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Base",
|
||||
"from": [ 5.0, 1.0, 5.0 ],
|
||||
"to": [ 12.0, 5.0, 12.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"up": { "texture": "#10", "uv": [ 5.0, 5.0, 12.0, 12.0 ] },
|
||||
"down": { "texture": "#11", "uv": [ 5.0, 5.0, 12.0, 12.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"up": { "texture": "#9", "uv": [ 9.0, 9.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#9", "uv": [ 9.0, 0.0, 16.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Cross 1",
|
||||
"from": [ 5.0, 5.0, 8.0 ],
|
||||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -97,9 +94,9 @@
|
|||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "biomesoplenty:items/terrarium_origin",
|
||||
"particle": "biomesoplenty:items/terrarium_bamboo",
|
||||
"0": "biomesoplenty:blocks/jar_main_side",
|
||||
"1": "biomesoplenty:blocks/jar_main_top",
|
||||
"2": "biomesoplenty:blocks/jar_main_bottom",
|
||||
|
@ -12,10 +12,7 @@
|
|||
"6": "biomesoplenty:blocks/jar_bottom",
|
||||
"7": "biomesoplenty:blocks/jar_stopper_side",
|
||||
"8": "biomesoplenty:blocks/jar_stopper_top",
|
||||
"9": "biomesoplenty:blocks/jar_origin_grass_side",
|
||||
"10": "biomesoplenty:blocks/jar_origin_grass_top",
|
||||
"11": "biomesoplenty:blocks/jar_origin_grass_bottom",
|
||||
"12": "biomesoplenty:blocks/jar_origin"
|
||||
"9": "biomesoplenty:blocks/jar_origin_inside"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -68,27 +65,27 @@
|
|||
"down": { "texture": "#8", "uv": [ 6.0, 5.0, 11.0, 10.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Base",
|
||||
"from": [ 5.0, 1.0, 5.0 ],
|
||||
"to": [ 12.0, 5.0, 12.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"up": { "texture": "#10", "uv": [ 5.0, 5.0, 12.0, 12.0 ] },
|
||||
"down": { "texture": "#11", "uv": [ 5.0, 5.0, 12.0, 12.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"up": { "texture": "#9", "uv": [ 9.0, 9.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#9", "uv": [ 9.0, 0.0, 16.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Cross 1",
|
||||
"from": [ 5.0, 5.0, 8.0 ],
|
||||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -97,9 +94,9 @@
|
|||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "biomesoplenty:items/terrarium_sapling",
|
||||
"particle": "biomesoplenty:items/terrarium_bamboo",
|
||||
"0": "biomesoplenty:blocks/jar_main_side",
|
||||
"1": "biomesoplenty:blocks/jar_main_top",
|
||||
"2": "biomesoplenty:blocks/jar_main_bottom",
|
||||
|
@ -12,10 +12,7 @@
|
|||
"6": "biomesoplenty:blocks/jar_bottom",
|
||||
"7": "biomesoplenty:blocks/jar_stopper_side",
|
||||
"8": "biomesoplenty:blocks/jar_stopper_top",
|
||||
"9": "biomesoplenty:blocks/jar_sapling_grass_side",
|
||||
"10": "biomesoplenty:blocks/jar_sapling_grass_top",
|
||||
"11": "biomesoplenty:blocks/jar_sapling_grass_bottom",
|
||||
"12": "biomesoplenty:blocks/jar_sapling"
|
||||
"9": "biomesoplenty:blocks/jar_sapling_inside"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -68,27 +65,27 @@
|
|||
"down": { "texture": "#8", "uv": [ 6.0, 5.0, 11.0, 10.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Base",
|
||||
"from": [ 5.0, 1.0, 5.0 ],
|
||||
"to": [ 12.0, 5.0, 12.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"up": { "texture": "#10", "uv": [ 5.0, 5.0, 12.0, 12.0 ] },
|
||||
"down": { "texture": "#11", "uv": [ 5.0, 5.0, 12.0, 12.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"up": { "texture": "#9", "uv": [ 9.0, 9.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#9", "uv": [ 9.0, 0.0, 16.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Cross 1",
|
||||
"from": [ 5.0, 5.0, 8.0 ],
|
||||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -97,9 +94,9 @@
|
|||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "biomesoplenty:items/terrarium_wasteland",
|
||||
"particle": "biomesoplenty:items/terrarium_bamboo",
|
||||
"0": "biomesoplenty:blocks/jar_main_side",
|
||||
"1": "biomesoplenty:blocks/jar_main_top",
|
||||
"2": "biomesoplenty:blocks/jar_main_bottom",
|
||||
|
@ -12,10 +12,7 @@
|
|||
"6": "biomesoplenty:blocks/jar_bottom",
|
||||
"7": "biomesoplenty:blocks/jar_stopper_side",
|
||||
"8": "biomesoplenty:blocks/jar_stopper_top",
|
||||
"9": "biomesoplenty:blocks/jar_wasteland_grass_side",
|
||||
"10": "biomesoplenty:blocks/jar_wasteland_grass_top",
|
||||
"11": "biomesoplenty:blocks/jar_wasteland_grass_bottom",
|
||||
"12": "biomesoplenty:blocks/jar_wasteland"
|
||||
"9": "biomesoplenty:blocks/jar_wasteland_inside"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -68,27 +65,27 @@
|
|||
"down": { "texture": "#8", "uv": [ 6.0, 5.0, 11.0, 10.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Base",
|
||||
"from": [ 5.0, 1.0, 5.0 ],
|
||||
"to": [ 12.0, 5.0, 12.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 5.0, 10.0, 12.0, 14.0 ] },
|
||||
"up": { "texture": "#10", "uv": [ 5.0, 5.0, 12.0, 12.0 ] },
|
||||
"down": { "texture": "#11", "uv": [ 5.0, 5.0, 12.0, 12.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"east": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"west": { "texture": "#9", "uv": [ 0.0, 12.0, 7.0, 16.0 ] },
|
||||
"up": { "texture": "#9", "uv": [ 9.0, 9.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#9", "uv": [ 9.0, 0.0, 16.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Plant Cross 1",
|
||||
"from": [ 5.0, 5.0, 8.0 ],
|
||||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -97,9 +94,9 @@
|
|||
"to": [ 12.0, 10.0, 8.0 ],
|
||||
"rotation": { "origin": [ 8.0, 8.0, 8.0 ], "axis": "y", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] },
|
||||
"south": { "texture": "#12", "uv": [ 5.0, 5.0, 12.0, 10.0 ] }
|
||||
"north": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] },
|
||||
"south": { "texture": "#9", "uv": [ 0.0, 2.0, 7.0, 7.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 245 B |
Before Width: | Height: | Size: 231 B |
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 220 B |
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 259 B |
Before Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 220 B |
After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 202 B |
Before Width: | Height: | Size: 220 B |
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 233 B |
Before Width: | Height: | Size: 253 B |
Before Width: | Height: | Size: 233 B |
After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 237 B |
Before Width: | Height: | Size: 233 B |
Before Width: | Height: | Size: 240 B |
Before Width: | Height: | Size: 220 B |
After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 255 B |
Before Width: | Height: | Size: 233 B |
Before Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 220 B |
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 281 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 232 B |
Before Width: | Height: | Size: 220 B |
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 220 B |
After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 282 B |
Before Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 220 B |
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 247 B |
Before Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 240 B |
Before Width: | Height: | Size: 220 B |
After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 259 B |
Before Width: | Height: | Size: 247 B |
Before Width: | Height: | Size: 241 B |
Before Width: | Height: | Size: 220 B |
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 272 B |
Before Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 235 B |
Before Width: | Height: | Size: 220 B |
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 260 B |
Before Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 220 B |
After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 280 B |
Before Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 220 B |
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 260 B |
Before Width: | Height: | Size: 250 B |
Before Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 250 B |
After Width: | Height: | Size: 2.9 KiB |