feat(pickaxe): implement Hooked_PickaxeItemGetDestroySpeed and Hooked_PickaxeItemCanDestroySpecial
- Add hook implementations for custom pickaxe tier support - Hooked_PickaxeItemGetDestroySpeed: use CustomPickaxeRegistry destroy speed for configured pickaxes when mining effective blocks - Hooked_PickaxeItemCanDestroySpecial: use CustomPickaxeRegistry effective blocks and harvest level (obsidian requires level 3) - Add TryReadItemIdFromPickaxe and TryReadTileId helpers for reading item/tile IDs from native pointers
BIN
ExampleMod/assets/blocks/orichalcum_ore.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
ExampleMod/assets/items/ruby_axe.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
ExampleMod/assets/items/ruby_hoe.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.9 KiB |
BIN
ExampleMod/assets/items/ruby_shovel.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
ExampleMod/assets/items/ruby_sword.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
@@ -4,4 +4,11 @@
|
||||
# This file documents the expected format for future multi-locale support.
|
||||
|
||||
block.examplemod.ruby_ore=Ruby Ore
|
||||
block.examplemod.orichalcum_ore=Orichalcum Ore
|
||||
item.examplemod.ruby=Ruby
|
||||
item.examplemod.ruby_sword=Ruby Sword
|
||||
item.examplemod.ruby_shovel=Ruby Shovel
|
||||
item.examplemod.ruby_pickaxe=Ruby Pickaxe
|
||||
item.examplemod.ruby_axe=Ruby Axe
|
||||
item.examplemod.ruby_hoe=Ruby Hoe
|
||||
item.examplemod.ruby_wand=Ruby Wand
|
||||
|
||||