Neon cactus blocks fixes

This commit is contained in:
paulevsGitch 2021-07-09 22:07:47 +03:00
parent c473068e2d
commit cc7b992f11
5 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
{
"parent": "block/slab",
"parent": "betterend:block/slab_noshade",
"textures": {
"bottom": "betterend:block/neon_cactus_block_top",
"top": "betterend:block/neon_cactus_block_top",

View file

@ -1,5 +1,5 @@
{
"parent": "minecraft:block/stairs",
"parent": "betterend:block/lit_stairs",
"textures": {
"bottom": "betterend:block/neon_cactus_block_top",
"top": "betterend:block/neon_cactus_block_top",

View file

@ -1,5 +1,5 @@
{
"parent": "minecraft:block/inner_stairs",
"parent": "betterend:block/lit_stairs_inner",
"textures": {
"bottom": "betterend:block/neon_cactus_block_top",
"top": "betterend:block/neon_cactus_block_top",

View file

@ -1,5 +1,5 @@
{
"parent": "minecraft:block/outer_stairs",
"parent": "betterend:block/lit_stairs_outer",
"textures": {
"bottom": "betterend:block/neon_cactus_block_top",
"top": "betterend:block/neon_cactus_block_top",