Canvas shaders & lake
This commit is contained in:
parent
a5ba8a3985
commit
7b4965dde1
19 changed files with 94 additions and 12 deletions
|
@ -484,5 +484,10 @@
|
|||
"block.betterend.lacugrove_composter": "Lacugrove Composter",
|
||||
"block.betterend.mossy_glowshroom_composter": "Mossy Glowshroom Composter",
|
||||
"block.betterend.pythadendron_composter": "Pythadendron Composter",
|
||||
"block.betterend.tenanea_composter": "Tenanea Composter"
|
||||
"block.betterend.tenanea_composter": "Tenanea Composter",
|
||||
|
||||
"biome.betterend.old_bulbis_gardens": "Old Bulbis Gardens",
|
||||
"block.betterend.ivis_moss": "Ivis Moss",
|
||||
"block.betterend.ivis_vine": "Ivis Vine",
|
||||
"block.betterend.silk_moth_nest": "Silk Moth Nest"
|
||||
}
|
|
@ -486,5 +486,10 @@
|
|||
"block.betterend.lacugrove_composter": "Компостер из озёрного мангра",
|
||||
"block.betterend.mossy_glowshroom_composter": "Компостер из мшистого светогриба",
|
||||
"block.betterend.pythadendron_composter": "Компостер из пифадендрона",
|
||||
"block.betterend.tenanea_composter": "Компостер из тенанеи"
|
||||
"block.betterend.tenanea_composter": "Компостер из тенанеи",
|
||||
|
||||
"biome.betterend.old_bulbis_gardens": "Древние луковичные сады",
|
||||
"block.betterend.ivis_moss": "Мох ивиса",
|
||||
"block.betterend.ivis_vine": "Лоза ивиса",
|
||||
"block.betterend.silk_moth_nest": "Гнездо шёлковичной моли"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:waving_wall"
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"defaultMap": {
|
||||
"spriteMap": [
|
||||
{
|
||||
"sprite": "betterend:block/ivis_vine",
|
||||
"material": "betterend:waving"
|
||||
},
|
||||
{
|
||||
"sprite": "betterend:block/ivis_vine_bottom",
|
||||
"material": "betterend:waving"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:waving_floor_glow_50_blue"
|
||||
"defaultMaterial": "betterend:waving_floor"
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:waving_floor"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:waving_floor"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:waving_floor"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:glow_all"
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -0,0 +1 @@
|
|||
{}
|
Loading…
Add table
Add a link
Reference in a new issue