mirror of
https://github.com/dragonruler1000/hdm-mod.git
synced 2025-06-30 17:09:32 -05:00
Working on getting a dust item added.
This commit is contained in:
parent
547e612065
commit
edf1b8b2d0
12 changed files with 181 additions and 115 deletions
|
@ -2,5 +2,6 @@
|
|||
"itemGroup.hdm_mod": "HDM Mod Items",
|
||||
|
||||
"item.hdm_mod.knife": "Subtle Knife",
|
||||
"item.hdm_mod.omelet": "Omelet"
|
||||
"item.hdm_mod.omelet": "Omelet",
|
||||
"item.hdm_mod.dust": "Dust"
|
||||
}
|
6
src/main/resources/assets/hdm_mod/models/item/dust.json
Normal file
6
src/main/resources/assets/hdm_mod/models/item/dust.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "hdm_mod:item/dust"
|
||||
}
|
||||
}
|
BIN
src/main/resources/assets/hdm_mod/textures/items/dust.png
Normal file
BIN
src/main/resources/assets/hdm_mod/textures/items/dust.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 191 B |
Loading…
Add table
Add a link
Reference in a new issue