[Feature] Renewable smaragdant

Merge pull request #97 from Necrontyrr/budding-smaragdant
This commit is contained in:
Frank 2022-11-18 19:21:47 +01:00 committed by GitHub
commit 503c55549d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 115 additions and 4 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

View file

@ -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"
]
}