Neon cactus blocks fixes
This commit is contained in:
parent
c473068e2d
commit
cc7b992f11
5 changed files with 6 additions and 6 deletions
|
@ -2,9 +2,9 @@ package ru.betterend.blocks;
|
|||
|
||||
import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings;
|
||||
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() {
|
||||
super(FabricBlockSettings.copyOf(Blocks.CACTUS).luminance(15));
|
||||
}
|
||||
|
|
|
@ -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