Lucernia & Filalux prototypes

This commit is contained in:
paulevsGitch 2021-03-13 17:32:47 +03:00
parent 24280e7649
commit b66f074fdb
18 changed files with 86 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
"variants": {
"shape=top": { "model": "betterend:block/filalux_middle" },
"shape=middle": { "model": "betterend:block/filalux_middle" },
"shape=bottom": { "model": "betterend:block/filalux_bottom" }
}
}

View file

@ -0,0 +1,14 @@
{
"defaultMap": {
"spriteMap": [
{
"sprite": "betterend:block/filalux_bottom",
"material": "betterend:waving_glow_inc"
},
{
"sprite": "betterend:block/filalux_middle",
"material": "betterend:waving"
}
]
}
}

View file

@ -0,0 +1,3 @@
{
"defaultMaterial": "betterend:glow_all"
}

View file

@ -0,0 +1,3 @@
{
"defaultMaterial": "betterend:leaves"
}

View file

@ -0,0 +1,3 @@
{
"defaultMaterial": "betterend:waving_floor"
}

View file

@ -0,0 +1,3 @@
{
"defaultMaterial": "betterend:glow_inc"
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "betterend:block/filalux_bottom"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "betterend:block/filalux_middle"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:block/filalux_bottom"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 302 B

After

Width:  |  Height:  |  Size: 263 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 263 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 241 B

After

Width:  |  Height:  |  Size: 258 B

Before After
Before After