mirror of
https://github.com/dragonruler1000/hdm-mod.git
synced 2025-06-29 08:29:33 -05:00
Fixed texture issues with Dust Block and added recipe for turning block of dust into dust.
This commit is contained in:
parent
c12f41f1a4
commit
b956947e28
2 changed files with 12 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {"model": "hdm_mod:blocks/block_of_dust" }
|
||||
"": {"model": "hdm_mod:block/block_of_dust" }
|
||||
}
|
||||
}
|
11
src/main/resources/data/hdm_mod/recipies/dust.json
Normal file
11
src/main/resources/data/hdm_mod/recipies/dust.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "hdm_mod:block_of_dust"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "hdm_mod:dust"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue