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

@ -2,9 +2,9 @@ package ru.betterend.blocks;
import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings; import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings;
import net.minecraft.world.level.block.Blocks; import net.minecraft.world.level.block.Blocks;
import ru.bclib.blocks.BaseRotatedPillarBlock; import ru.betterend.blocks.basis.LitPillarBlock;
public class NeonCactusBlock extends BaseRotatedPillarBlock { public class NeonCactusBlock extends LitPillarBlock {
public NeonCactusBlock() { public NeonCactusBlock() {
super(FabricBlockSettings.copyOf(Blocks.CACTUS).luminance(15)); super(FabricBlockSettings.copyOf(Blocks.CACTUS).luminance(15));
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/slab", "parent": "betterend:block/slab_noshade",
"textures": { "textures": {
"bottom": "betterend:block/neon_cactus_block_top", "bottom": "betterend:block/neon_cactus_block_top",
"top": "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": { "textures": {
"bottom": "betterend:block/neon_cactus_block_top", "bottom": "betterend:block/neon_cactus_block_top",
"top": "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": { "textures": {
"bottom": "betterend:block/neon_cactus_block_top", "bottom": "betterend:block/neon_cactus_block_top",
"top": "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": { "textures": {
"bottom": "betterend:block/neon_cactus_block_top", "bottom": "betterend:block/neon_cactus_block_top",
"top": "betterend:block/neon_cactus_block_top", "top": "betterend:block/neon_cactus_block_top",