[Feature] Renewable smaragdant
Merge pull request #97 from Necrontyrr/budding-smaragdant
This commit is contained in:
commit
503c55549d
10 changed files with 115 additions and 4 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 |
|
@ -349,6 +349,7 @@
|
|||
"betterend:aeternium_ingot",
|
||||
"betterend:sulphuric_rock_flower_pot",
|
||||
"betterend:umbrella_tree_gate",
|
||||
"betterend:jellyshroom_composter"
|
||||
"betterend:jellyshroom_composter",
|
||||
"betterend:smaragdant_crystal"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue