working on adding the subtle knife.

This commit is contained in:
dragonruler1000 2025-05-12 12:33:51 -05:00
parent 7df8f28c16
commit c2e75fdb20
4 changed files with 39 additions and 4 deletions

View file

@ -2,7 +2,7 @@
"itemGroup.hdmModItemTab": "HDM Mod Items",
"itemGroup.hdmModBlockTab": "HDM Mod Blocks",
"item.hdm_mod.knife": "Subtle Knife",
"item.hdm_mod.subtle_knife": "Subtle Knife",
"item.hdm_mod.omelet": "Omelet",
"item.hdm_mod.dust": "Dust",
"block.hdm_mod.block_of_dust": "Block of Dust"

View file

@ -1,5 +1,5 @@
{
"parent": "item/handheld",
"parent": "item/generated",
"textures": {
"layer0": "hdm_mod:items/knife"
}