Fixes & textures

This commit is contained in:
paulevsGitch 2021-03-21 04:13:18 +03:00
parent a549f52527
commit 4ceda82bfb
24 changed files with 301 additions and 102 deletions

View file

@ -0,0 +1,7 @@
{
"variants": {
"shape=top": { "model": "betterend:block/magnula_middle" },
"shape=middle": { "model": "betterend:block/magnula_middle" },
"shape=bottom": { "model": "betterend:block/magnula_bottom" }
}
}

View file

@ -0,0 +1,24 @@
{
"variants": {
"shape=bottom,facing=up": { "model": "betterend:block/neon_cactus_big" },
"shape=bottom,facing=down": { "model": "betterend:block/neon_cactus_big", "x": 180 },
"shape=bottom,facing=north": { "model": "betterend:block/neon_cactus_big", "x": 90 },
"shape=bottom,facing=south": { "model": "betterend:block/neon_cactus_big", "x": 90, "y": 180 },
"shape=bottom,facing=east": { "model": "betterend:block/neon_cactus_big", "x": 90, "y": 90 },
"shape=bottom,facing=west": { "model": "betterend:block/neon_cactus_big", "x": 90, "y": 270 },
"shape=middle,facing=up": { "model": "betterend:block/neon_cactus_medium" },
"shape=middle,facing=down": { "model": "betterend:block/neon_cactus_medium", "x": 180 },
"shape=middle,facing=north": { "model": "betterend:block/neon_cactus_medium", "x": 90 },
"shape=middle,facing=south": { "model": "betterend:block/neon_cactus_medium", "x": 90, "y": 180 },
"shape=middle,facing=east": { "model": "betterend:block/neon_cactus_medium", "x": 90, "y": 90 },
"shape=middle,facing=west": { "model": "betterend:block/neon_cactus_medium", "x": 90, "y": 270 },
"shape=top,facing=up": { "model": "betterend:block/neon_cactus_small" },
"shape=top,facing=down": { "model": "betterend:block/neon_cactus_small", "x": 180 },
"shape=top,facing=north": { "model": "betterend:block/neon_cactus_small", "x": 90 },
"shape=top,facing=south": { "model": "betterend:block/neon_cactus_small", "x": 90, "y": 180 },
"shape=top,facing=east": { "model": "betterend:block/neon_cactus_small", "x": 90, "y": 90 },
"shape=top,facing=west": { "model": "betterend:block/neon_cactus_small", "x": 90, "y": 270 }
}
}

View file

@ -0,0 +1,3 @@
{
"defaultMaterial": "betterend:glow_50"
}

View file

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

View file

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

View file

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "betterend:block/neon_cactus_big_top",
"side": "betterend:block/neon_cactus_big_side"
}
}

View file

@ -0,0 +1,58 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/neon_cactus_small_side",
"side": "betterend:block/neon_cactus_medium_side",
"top": "betterend:block/neon_cactus_medium_top"
},
"elements": [
{
"__comment": "Box1",
"from": [ 2, 0, 2 ],
"to": [ 14, 16, 14 ],
"shade": false,
"faces": {
"up": { "uv": [ 4, 4, 12, 12 ], "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" },
"east": { "uv": [ 2, 0, 14, 16 ], "texture": "#side" }
}
},
{
"__comment": "PlaneX2",
"from": [ 0, 0, 0 ],
"to": [ 0.001, 16, 22.5 ],
"rotation": { "origin": [ 0, 0, 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, 0, 0 ],
"to": [ 16.001, 16, 22.5 ],
"rotation": { "origin": [ 16, 0, 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": "Box1",
"from": [ 2, -2, 2 ],
"to": [ 14, 0, 14 ],
"shade": false,
"faces": {
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#top" },
"north": { "uv": [ 2, 0, 14, 2 ], "texture": "#side" },
"south": { "uv": [ 2, 0, 14, 2 ], "texture": "#side" },
"west": { "uv": [ 2, 0, 14, 2 ], "texture": "#side" },
"east": { "uv": [ 2, 0, 14, 2 ], "texture": "#side" }
}
}
]
}

View file

@ -0,0 +1,58 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/neon_cactus_small_side",
"side": "betterend:block/neon_cactus_small_side",
"top": "betterend:block/neon_cactus_small_top"
},
"elements": [
{
"__comment": "Box1",
"from": [ 4, 0, 4 ],
"to": [ 12, 16, 12 ],
"shade": false,
"faces": {
"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": "PlaneX2",
"from": [ 0, 0, 0 ],
"to": [ 0.001, 16, 22.5 ],
"rotation": { "origin": [ 0, 0, 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, 0, 0 ],
"to": [ 16.001, 16, 22.5 ],
"rotation": { "origin": [ 16, 0, 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": "Box1",
"from": [ 4, -4, 4 ],
"to": [ 12, 0, 12 ],
"shade": false,
"faces": {
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#top" },
"north": { "uv": [ 4, 0, 12, 4 ], "texture": "#side" },
"south": { "uv": [ 4, 0, 12, 4 ], "texture": "#side" },
"west": { "uv": [ 4, 0, 12, 4 ], "texture": "#side" },
"east": { "uv": [ 4, 0, 12, 4 ], "texture": "#side" }
}
}
]
}

View file

@ -1,6 +1,6 @@
{
"parent": "betterend:block/cross_no_distortion",
"parent": "block/cross",
"textures": {
"texture": "betterend:block/rubinea_bottom"
"cross": "betterend:block/rubinea_bottom"
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "betterend:block/cross_no_distortion",
"parent": "block/cross",
"textures": {
"texture": "betterend:block/rubinea"
"cross": "betterend:block/rubinea"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:block/magnula_bottom"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 712 B

After

Width:  |  Height:  |  Size: 2 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 B