Neon cactus blocks fixes
This commit is contained in:
parent
c473068e2d
commit
cc7b992f11
5 changed files with 6 additions and 6 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue