Lucernia & Filalux prototypes
This commit is contained in:
parent
24280e7649
commit
b66f074fdb
18 changed files with 86 additions and 0 deletions
|
@ -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" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"defaultMap": {
|
||||
"spriteMap": [
|
||||
{
|
||||
"sprite": "betterend:block/filalux_bottom",
|
||||
"material": "betterend:waving_glow_inc"
|
||||
},
|
||||
{
|
||||
"sprite": "betterend:block/filalux_middle",
|
||||
"material": "betterend:waving"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:glow_all"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:leaves"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:waving_floor"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:glow_inc"
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "betterend:block/filalux_bottom"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "betterend:block/filalux_middle"
|
||||
}
|
||||
}
|
|
@ -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 |
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 |
Loading…
Add table
Add a link
Reference in a new issue