Add Pebbles (#1073)

* Add pebbles

* Tweak pebbles texture

* Add pebbles item texture and recipe
This commit is contained in:
Carrie 2025-02-19 12:27:29 -07:00 committed by GitHub
parent 5d37993132
commit 5ae29fb891
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,13 @@
.{
.class = .stone,
.blockHealth = 1,
.drops = .{
.{.items = .{.auto}},
},
.rotation = .ore,
.model = "cubyz:cube",
.texture = "cubyz:pebbles",
.item = .{
.texture = "pebbles.png",
},
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 B

View File

@ -67,4 +67,8 @@
.inputs = .{"cubyz:cut_diamond_block"},
.output = "4 cubyz:diamond",
},
.{
.inputs = .{"cubyz:gravel"},
.output = "4 cubyz:pebbles",
},
}