Basalt blocks & Lamp (#764)
* Add basalt blocks, add lamp block * Tweak lamp top, make torch light warmer, uranium glass light dimmer, lamp cooler * Minor texture changes * Tweak torch light * Less light from uranium glass, tweak lamp * Tweak torch light
8
assets/cubyz/blocks/basalt.zig.zon
Normal file
@ -0,0 +1,8 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 25,
|
||||
.breakingPower = 1,
|
||||
.rotation = .stairs,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:basalt",
|
||||
}
|
8
assets/cubyz/blocks/basalt_bricks.zig.zon
Normal file
@ -0,0 +1,8 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 25,
|
||||
.breakingPower = 1,
|
||||
.rotation = .stairs,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:basalt_bricks",
|
||||
}
|
8
assets/cubyz/blocks/basalt_tile.zig.zon
Normal file
@ -0,0 +1,8 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 25,
|
||||
.breakingPower = 1,
|
||||
.rotation = .stairs,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:basalt_tile",
|
||||
}
|
@ -7,7 +7,7 @@
|
||||
.transparent = true,
|
||||
.hasBackFace = true,
|
||||
.absorbedLight = 0x4001ff,
|
||||
.emittedLight = 0x80ff00,
|
||||
.emittedLight = 0x214200,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glass/uranium",
|
||||
}
|
||||
|
11
assets/cubyz/blocks/lamp.zig.zon
Normal file
@ -0,0 +1,11 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 8,
|
||||
.drops = .{
|
||||
.auto,
|
||||
},
|
||||
.emittedLight = 0xd9cab4,
|
||||
.texture = "cubyz:lamp",
|
||||
.texture_top = "cubyz:lamp_top",
|
||||
.texture_bottom = "cubyz:lamp_top",
|
||||
}
|
BIN
assets/cubyz/blocks/textures/basalt.png
Normal file
After Width: | Height: | Size: 318 B |
BIN
assets/cubyz/blocks/textures/basalt_bricks.png
Normal file
After Width: | Height: | Size: 335 B |
BIN
assets/cubyz/blocks/textures/basalt_tile.png
Normal file
After Width: | Height: | Size: 316 B |
BIN
assets/cubyz/blocks/textures/lamp.png
Normal file
After Width: | Height: | Size: 403 B |
BIN
assets/cubyz/blocks/textures/lamp.png_emission.png
Normal file
After Width: | Height: | Size: 179 B |
BIN
assets/cubyz/blocks/textures/lamp_top.png
Normal file
After Width: | Height: | Size: 438 B |
BIN
assets/cubyz/blocks/textures/lamp_top.png_emission.png
Normal file
After Width: | Height: | Size: 254 B |
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 338 B |
@ -5,7 +5,7 @@
|
||||
.auto,
|
||||
},
|
||||
.solid = false,
|
||||
.emittedLight = 0x00a09080,
|
||||
.emittedLight = 0xa58d73,
|
||||
.viewThrough = true,
|
||||
.absorbedLight = 0x010101,
|
||||
.collide= false,
|
||||
|
Before Width: | Height: | Size: 143 B After Width: | Height: | Size: 139 B |