Cubyz/assets/cubyz/blocks/basalt_wall.zig.zon
careeoki afcef76cdf
Stone Walls (#825)
* Add wall model, add stone walls with wip textures

* Some work on textures...

* More work on texture. Tweak Voidstone bricsk

* Add voidstone and ferrock tiles, tweak their textures, more work on twall textures

* Add voidstone and ferrock walls., more work on textures

* Add remaining textures and add missing recipies

* undo change

* Remove mtl references

* Optimized (but z-fighting) wall model

* Fix a thing *backflip*

* Update fence and wall model for new code

* Improve how the fence rotation handles UVs on the top and bottom faces.

---------

Co-authored-by: IntegratedQuantum <jahe788@gmail.com>
2024-12-19 17:52:56 +01:00

16 lines
277 B
Zig

.{
.class = .stone,
.hardness = 25,
.drops = .{
.auto,
},
.rotation = .fence,
.model = "cubyz:wall",
.texture = "cubyz:basalt_wall",
.texture_top = "cubyz:basalt_wall_top",
.texture_bottom = "cubyz:basalt_wall_top",
.item = .{
.texture = "wall/basalt.png",
},
}