mirror of
https://github.com/Jacobwasbeast/LegacyWeaveLoader.git
synced 2026-06-12 07:51:53 +00:00
- 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
15 lines
565 B
Plaintext
15 lines
565 B
Plaintext
# ExampleMod language file (en-GB)
|
|
# Display names for blocks and items.
|
|
# In the current API, use BlockProperties.Name() and ItemProperties.Name() instead.
|
|
# 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
|