Smaragdant crystal as a pillar, crystall mos retexture

This commit is contained in:
paulevsGitch 2021-03-08 17:08:59 +03:00
parent 48c21395a6
commit 2135fe50b5
4 changed files with 6 additions and 4 deletions

View file

@ -4,9 +4,9 @@ import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings;
import net.fabricmc.fabric.api.tool.attribute.v1.FabricToolTags;
import net.minecraft.block.Material;
import net.minecraft.sound.BlockSoundGroup;
import ru.betterend.blocks.basis.BlockBase;
import ru.betterend.blocks.basis.EndPillarBlock;
public class SmaragdantCrystalBlock extends BlockBase {
public class SmaragdantCrystalBlock extends EndPillarBlock {
public SmaragdantCrystalBlock() {
super(FabricBlockSettings.of(Material.GLASS)
.breakByTool(FabricToolTags.PICKAXES)

View file

@ -1,5 +1,7 @@
{
"variants": {
"": { "model": "betterend:block/smaragdant_crystal" }
"axis=x": { "model": "betterend:block/smaragdant_crystal", "x": 90, "y": 90 },
"axis=y": { "model": "betterend:block/smaragdant_crystal" },
"axis=z": { "model": "betterend:block/smaragdant_crystal", "x": 90 }
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 549 B

After

Width:  |  Height:  |  Size: 274 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 559 B

After

Width:  |  Height:  |  Size: 240 B

Before After
Before After