Thallasium Chandelier (floor, WIP)
This commit is contained in:
parent
7e9d809814
commit
6b8422dae3
58 changed files with 306 additions and 87 deletions
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=up": { "model": "betterend:block/thallasium_chandelier" },
|
||||
"facing=down": { "model": "betterend:block/blue_vine_fur", "x": 180 },
|
||||
"facing=north": { "model": "betterend:block/blue_vine_fur", "x": 90 },
|
||||
"facing=south": { "model": "betterend:block/blue_vine_fur", "x": 90, "y": 180 },
|
||||
"facing=east": { "model": "betterend:block/blue_vine_fur", "x": 90, "y": 90 },
|
||||
"facing=west": { "model": "betterend:block/blue_vine_fur", "x": 90, "y": 270 }
|
||||
}
|
||||
}
|
|
@ -592,5 +592,6 @@
|
|||
"block.betterend.thallasium_trapdoor": "Thallasium Trapdoor",
|
||||
|
||||
"block.betterend.lumecorn_seed": "Lumecorn Seed",
|
||||
"item.betterend.lumecorn_rod": "Lumecorn Rod"
|
||||
"item.betterend.lumecorn_rod": "Lumecorn Rod",
|
||||
"block.betterend.thallasium_chandelier": "Thallasium Chandelier"
|
||||
}
|
||||
|
|
|
@ -594,5 +594,6 @@
|
|||
"block.betterend.thallasium_trapdoor": "Талласиевый люк",
|
||||
|
||||
"block.betterend.lumecorn_seed": "Семя люмекорна",
|
||||
"item.betterend.lumecorn_rod": "Стержень люмекорна"
|
||||
"item.betterend.lumecorn_rod": "Стержень люмекорна",
|
||||
"block.betterend.thallasium_chandelier": "Талласиевый канделябр"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:glow_65"
|
||||
}
|
10
src/main/resources/assets/betterend/materials/glow_60.json
Normal file
10
src/main/resources/assets/betterend/materials/glow_60.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"layers": [
|
||||
{
|
||||
"vertexSource": "canvas:shaders/material/default.vert",
|
||||
"fragmentSource": "betterend:shaders/material/glow_65.frag",
|
||||
"disableAo": true,
|
||||
"disableDiffuse": true
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,132 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"textures": {
|
||||
"particle": "betterend:block/thallasium_chandelier",
|
||||
"texture": "betterend:block/thallasium_chandelier"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 6, 0, 6 ],
|
||||
"to": [ 10, 1, 10 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 4, 4 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 4, 4 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 0, 4, 4, 5 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 0, 4, 4, 5 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 0, 4, 4, 5 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 4, 4, 5 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX3",
|
||||
"from": [ 2, 1, 2 ],
|
||||
"to": [ 2.001, 10, 19 ],
|
||||
"rotation": { "origin": [ 2, 1, 2 ], "axis": "y", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 7, 16, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 7, 16, 16 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX3",
|
||||
"from": [ 14, 1, 2 ],
|
||||
"to": [ 14.001, 10, 19 ],
|
||||
"rotation": { "origin": [ 14, 1, 2 ], "axis": "y", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 7, 16, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 7, 16, 16 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX5",
|
||||
"from": [ 2, 10, 2 ],
|
||||
"to": [ 2.001, 16, 7.5 ],
|
||||
"rotation": { "origin": [ 2, 10, 2 ], "axis": "y", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX5",
|
||||
"from": [ 6, 10, 2 ],
|
||||
"to": [ 6.001, 16, 7.5 ],
|
||||
"rotation": { "origin": [ 6, 10, 2 ], "axis": "y", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX5",
|
||||
"from": [ 10, 10, 2 ],
|
||||
"to": [ 10.001, 16, 7.5 ],
|
||||
"rotation": { "origin": [ 10, 10, 2 ], "axis": "y", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX5",
|
||||
"from": [ 14, 10, 2 ],
|
||||
"to": [ 14.001, 16, 7.5 ],
|
||||
"rotation": { "origin": [ 14, 10, 2 ], "axis": "y", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX5",
|
||||
"from": [ 2, 10, 10 ],
|
||||
"to": [ 2.001, 16, 15.5 ],
|
||||
"rotation": { "origin": [ 2, 10, 10 ], "axis": "y", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX5",
|
||||
"from": [ 6, 10, 10 ],
|
||||
"to": [ 6.001, 16, 15.5 ],
|
||||
"rotation": { "origin": [ 6, 10, 10 ], "axis": "y", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX5",
|
||||
"from": [ 10, 10, 10 ],
|
||||
"to": [ 10.001, 16, 15.5 ],
|
||||
"rotation": { "origin": [ 10, 10, 10 ], "axis": "y", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX5",
|
||||
"from": [ 14, 10, 10 ],
|
||||
"to": [ 14.001, 16, 15.5 ],
|
||||
"rotation": { "origin": [ 14, 10, 10 ], "axis": "y", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "betterend:item/thallasium_chandelier"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
#include frex:shaders/api/fragment.glsl
|
||||
#include frex:shaders/lib/math.glsl
|
||||
|
||||
void frx_startFragment(inout frx_FragmentData fragData) {
|
||||
fragData.emissivity = frx_luminance(fragData.spriteColor.rgb) > 0.65 ? 1 : 0;
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 543 B |
Binary file not shown.
After Width: | Height: | Size: 366 B |
Loading…
Add table
Add a link
Reference in a new issue