mirror of
https://github.com/dragonruler1000/hdm-mod.git
synced 2025-06-30 00:49:32 -05:00
Added a recipe. just need to get it to work.
This commit is contained in:
parent
15d8ab29b9
commit
c12f41f1a4
3 changed files with 18 additions and 3 deletions
16
src/main/resources/data/hdm_mod/recipies/block_of_dust.json
Normal file
16
src/main/resources/data/hdm_mod/recipies/block_of_dust.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "hdm_mod:dust"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "hdm_mod:block_of_dust"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue