mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 19:28:49 -04:00
Add Pebbles (#1073)
* Add pebbles * Tweak pebbles texture * Add pebbles item texture and recipe
This commit is contained in:
parent
5d37993132
commit
5ae29fb891
13
assets/cubyz/blocks/pebbles.zig.zon
Normal file
13
assets/cubyz/blocks/pebbles.zig.zon
Normal file
@ -0,0 +1,13 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.blockHealth = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .ore,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:pebbles",
|
||||
.item = .{
|
||||
.texture = "pebbles.png",
|
||||
},
|
||||
}
|
BIN
assets/cubyz/blocks/textures/pebbles.png
Normal file
BIN
assets/cubyz/blocks/textures/pebbles.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 383 B |
BIN
assets/cubyz/items/textures/pebbles.png
Normal file
BIN
assets/cubyz/items/textures/pebbles.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 277 B |
@ -67,4 +67,8 @@
|
||||
.inputs = .{"cubyz:cut_diamond_block"},
|
||||
.output = "4 cubyz:diamond",
|
||||
},
|
||||
.{
|
||||
.inputs = .{"cubyz:gravel"},
|
||||
.output = "4 cubyz:pebbles",
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user