mirror of
https://github.com/dragonruler1000/hdm-mod.git
synced 2025-06-30 08:59:33 -05:00
added a subtle knife item and a omelet food.
This commit is contained in:
parent
4ba4baf956
commit
60d2e3d601
8 changed files with 52 additions and 6 deletions
6
src/main/resources/assets/hdm_mod/lang/en_us.json
Normal file
6
src/main/resources/assets/hdm_mod/lang/en_us.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"itemGroup.hdm_mod": "HDM Mod Items",
|
||||
|
||||
"item.hdm_mod.knife": "Subtle Knife",
|
||||
"item.hdm_mod.omelet": "Omelet"
|
||||
}
|
6
src/main/resources/assets/hdm_mod/models/item/knife.json
Normal file
6
src/main/resources/assets/hdm_mod/models/item/knife.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "hdm_mod:items/knife"
|
||||
}
|
||||
}
|
BIN
src/main/resources/assets/hdm_mod/textures/items/knife.png
Normal file
BIN
src/main/resources/assets/hdm_mod/textures/items/knife.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 108 B |
Loading…
Add table
Add a link
Reference in a new issue