[Feature] Renewable smaragdant

This commit is contained in:
Necrontyr 2022-10-14 22:55:12 +02:00
parent ac96841372
commit 6221600775
8 changed files with 107 additions and 3 deletions

View file

@ -670,6 +670,7 @@
"block.betterend.sandy_jadestone_tiles": "Sandy Jadestone Tiles",
"block.betterend.sandy_jadestone_wall": "Sandy Jadestone Wall",
"block.betterend.smaragdant_crystal": "Smaragdant Crystal",
"block.betterend.budding_smaragdant_crystal": "Budding Smaragdant Crystal",
"block.betterend.smaragdant_crystal_shard": "Smaragdant Crystal Shard",
"block.betterend.virid_jadestone": "Virid Jadestone",
"block.betterend.virid_jadestone_bricks": "Virid Jadestone Bricks",

View file

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"down": "betterend:block/budding_smaragdant_crystal_top",
"east": "betterend:block/budding_smaragdant_crystal_side",
"north": "betterend:block/budding_smaragdant_crystal_side",
"particle": "betterend:block/budding_smaragdant_crystal_side",
"south": "betterend:block/budding_smaragdant_crystal_side",
"up": "betterend:block/budding_smaragdant_crystal_top",
"west": "betterend:block/budding_smaragdant_crystal_side"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "betterend:block/budding_smaragdant_crystal"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B