Fixed texture issues with Dust Block and added recipe for turning block of dust into dust.

This commit is contained in:
dragonruler1000 2025-05-11 19:32:13 -05:00
parent c12f41f1a4
commit b956947e28
2 changed files with 12 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{
"variants": {
"": {"model": "hdm_mod:blocks/block_of_dust" }
"": {"model": "hdm_mod:block/block_of_dust" }
}
}

View file

@ -0,0 +1,11 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "hdm_mod:block_of_dust"
}
],
"result": {
"item": "hdm_mod:dust"
}
}