cactus fixes & destruction
This commit is contained in:
parent
56d10bfcda
commit
bd73d1c576
7 changed files with 118 additions and 38 deletions
|
@ -12,8 +12,8 @@
|
|||
"to": [ 14, 14, 14 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#top" },
|
||||
"up": { "uv": [ 4, 4, 12, 12 ], "texture": "#top" },
|
||||
"down": { "uv": [ 2, 2, 14, 14 ], "texture": "#top" },
|
||||
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#top" },
|
||||
"north": { "uv": [ 2, 0, 14, 16 ], "texture": "#side" },
|
||||
"south": { "uv": [ 2, 0, 14, 16 ], "texture": "#side" },
|
||||
"west": { "uv": [ 2, 0, 14, 16 ], "texture": "#side" },
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
"to": [ 14, 14, 14 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#top" },
|
||||
"up": { "uv": [ 4, 4, 12, 12 ], "texture": "#top" },
|
||||
"down": { "uv": [ 2, 2, 14, 14 ], "texture": "#top" },
|
||||
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#top" },
|
||||
"north": { "uv": [ 2, 0, 14, 16 ], "texture": "#side" },
|
||||
"south": { "uv": [ 2, 0, 14, 16 ], "texture": "#side" },
|
||||
"west": { "uv": [ 2, 0, 14, 16 ], "texture": "#side" },
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
"to": [ 14, 14, 14 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#top" },
|
||||
"up": { "uv": [ 4, 4, 12, 12 ], "texture": "#top" },
|
||||
"down": { "uv": [ 2, 2, 14, 14 ], "texture": "#top" },
|
||||
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#top" },
|
||||
"north": { "uv": [ 2, 0, 14, 16 ], "texture": "#side" },
|
||||
"south": { "uv": [ 2, 0, 14, 16 ], "texture": "#side" },
|
||||
"west": { "uv": [ 2, 0, 14, 16 ], "texture": "#side" },
|
||||
|
|
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"textures": {
|
||||
"particle": "betterend:block/neon_cactus_medium_side",
|
||||
"overlay": "betterend:block/neon_cactus_medium_side_moss_overlay",
|
||||
"side": "betterend:block/neon_cactus_medium_side_moss",
|
||||
"top": "betterend:block/neon_cactus_medium_top"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 3, -3, 3 ],
|
||||
"to": [ 13, 13, 13 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 3, 3, 13, 13 ], "texture": "#top" },
|
||||
"up": { "uv": [ 3, 3, 13, 13 ], "texture": "#top" },
|
||||
"north": { "uv": [ 3, 0, 13, 16 ], "texture": "#side" },
|
||||
"south": { "uv": [ 3, 0, 13, 16 ], "texture": "#side" },
|
||||
"west": { "uv": [ 3, 0, 13, 16 ], "texture": "#side" },
|
||||
"east": { "uv": [ 3, 0, 13, 16 ], "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 3, -3, 3 ],
|
||||
"to": [ 13, 13, 13 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 3, 0, 13, 16 ], "texture": "#overlay" },
|
||||
"south": { "uv": [ 3, 0, 13, 16 ], "texture": "#overlay" },
|
||||
"west": { "uv": [ 3, 0, 13, 16 ], "texture": "#overlay" },
|
||||
"east": { "uv": [ 3, 0, 13, 16 ], "texture": "#overlay" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX2",
|
||||
"from": [ 0, -3, 0 ],
|
||||
"to": [ 0.001, 13, 22.5 ],
|
||||
"rotation": { "origin": [ 0, -3, 0 ], "axis": "y", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX2",
|
||||
"from": [ 16, -3, 0 ],
|
||||
"to": [ 16.001, 13, 22.5 ],
|
||||
"rotation": { "origin": [ 16, -3, 0 ], "axis": "y", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"textures": {
|
||||
"particle": "betterend:block/neon_cactus_small_side_moss",
|
||||
"overlay": "betterend:block/neon_cactus_small_side_dust_overlay",
|
||||
"side": "betterend:block/neon_cactus_medium_side",
|
||||
"particle": "betterend:block/neon_cactus_medium_side",
|
||||
"overlay": "betterend:block/neon_cactus_medium_side_dust_overlay",
|
||||
"side": "betterend:block/neon_cactus_medium_side_dust",
|
||||
"top": "betterend:block/neon_cactus_medium_top"
|
||||
},
|
||||
"elements": [
|
||||
|
|
|
@ -1,42 +1,42 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "betterend:block/neon_cactus_small_side_moss",
|
||||
"particle": "betterend:block/neon_cactus_small_side",
|
||||
"overlay": "betterend:block/neon_cactus_small_side_moss_overlay",
|
||||
"side": "betterend:block/neon_cactus_medium_side",
|
||||
"top": "betterend:block/neon_cactus_medium_top"
|
||||
"side": "betterend:block/neon_cactus_small_side_moss",
|
||||
"top": "betterend:block/neon_cactus_small_top"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 3, -3, 3 ],
|
||||
"to": [ 13, 13, 13 ],
|
||||
"from": [ 4, -4, 4 ],
|
||||
"to": [ 12, 12, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 3, 3, 13, 13 ], "texture": "#top" },
|
||||
"up": { "uv": [ 3, 3, 13, 13 ], "texture": "#top" },
|
||||
"north": { "uv": [ 3, 0, 13, 16 ], "texture": "#side" },
|
||||
"south": { "uv": [ 3, 0, 13, 16 ], "texture": "#side" },
|
||||
"west": { "uv": [ 3, 0, 13, 16 ], "texture": "#side" },
|
||||
"east": { "uv": [ 3, 0, 13, 16 ], "texture": "#side" }
|
||||
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#top" },
|
||||
"up": { "uv": [ 4, 4, 12, 12 ], "texture": "#top" },
|
||||
"north": { "uv": [ 4, 0, 12, 16 ], "texture": "#side" },
|
||||
"south": { "uv": [ 4, 0, 12, 16 ], "texture": "#side" },
|
||||
"west": { "uv": [ 4, 0, 12, 16 ], "texture": "#side" },
|
||||
"east": { "uv": [ 4, 0, 12, 16 ], "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 3, -3, 3 ],
|
||||
"to": [ 13, 13, 13 ],
|
||||
"from": [ 4, -4, 4 ],
|
||||
"to": [ 12, 12, 12 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 3, 0, 13, 16 ], "texture": "#overlay" },
|
||||
"south": { "uv": [ 3, 0, 13, 16 ], "texture": "#overlay" },
|
||||
"west": { "uv": [ 3, 0, 13, 16 ], "texture": "#overlay" },
|
||||
"east": { "uv": [ 3, 0, 13, 16 ], "texture": "#overlay" }
|
||||
"north": { "uv": [ 4, 0, 12, 16 ], "texture": "#overlay" },
|
||||
"south": { "uv": [ 4, 0, 12, 16 ], "texture": "#overlay" },
|
||||
"west": { "uv": [ 4, 0, 12, 16 ], "texture": "#overlay" },
|
||||
"east": { "uv": [ 4, 0, 12, 16 ], "texture": "#overlay" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX2",
|
||||
"from": [ 0, -3, 0 ],
|
||||
"to": [ 0.001, 13, 22.5 ],
|
||||
"rotation": { "origin": [ 0, -3, 0 ], "axis": "y", "angle": 45 },
|
||||
"from": [ 0, -4, 0 ],
|
||||
"to": [ 0.001, 12, 22.5 ],
|
||||
"rotation": { "origin": [ 0, -4, 0 ], "axis": "y", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
|
||||
|
@ -45,9 +45,9 @@
|
|||
},
|
||||
{
|
||||
"__comment": "PlaneX2",
|
||||
"from": [ 16, -3, 0 ],
|
||||
"to": [ 16.001, 13, 22.5 ],
|
||||
"rotation": { "origin": [ 16, -3, 0 ], "axis": "y", "angle": -45 },
|
||||
"from": [ 16, -4, 0 ],
|
||||
"to": [ 16.001, 12, 22.5 ],
|
||||
"rotation": { "origin": [ 16, -4, 0 ], "axis": "y", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue