[Feature] Renewable smaragdant
This commit is contained in:
parent
ac96841372
commit
6221600775
8 changed files with 107 additions and 3 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue