Sulphuric rock furnace, shaders, furnaces tag

This commit is contained in:
paulevsGitch 2021-02-12 17:40:15 +03:00
parent 3d56209653
commit c5182a4418
22 changed files with 112 additions and 7 deletions

View file

@ -0,0 +1,10 @@
{
"defaultMap": {
"spriteMap": [
{
"sprite": "betterend:block/flavolite_furnace_glow",
"material": "betterend:glow_all"
}
]
}
}

View file

@ -0,0 +1,10 @@
{
"defaultMap": {
"spriteMap": [
{
"sprite": "betterend:block/sulphuric_rock_furnace_glow",
"material": "betterend:glow_all"
}
]
}
}

View file

@ -0,0 +1,10 @@
{
"defaultMap": {
"spriteMap": [
{
"sprite": "betterend:block/violecite_furnace_glow",
"material": "betterend:glow_all"
}
]
}
}