Smaragdant crystal as a pillar, crystall mos retexture
This commit is contained in:
parent
48c21395a6
commit
2135fe50b5
4 changed files with 6 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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 |
Binary file not shown.
Before Width: | Height: | Size: 559 B After Width: | Height: | Size: 240 B |
Loading…
Add table
Add a link
Reference in a new issue