Crafting recipe for black lantern

This commit is contained in:
Tianyang Zhang 2022-10-02 17:46:36 +00:00 committed by Marcel
parent 477098de16
commit 99bedde100
2 changed files with 10 additions and 0 deletions

View File

@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Limits on the view distance by the server no longer affect the settings saved on the client.
- HQX upscaling shader for people playing on low internal resolutions
- Pets can now be traded with.
- Crafting recipe for black lantern
### Changed
- Use fluent for translations

View File

@ -1890,6 +1890,15 @@
],
craft_sprite: Some(CraftingBench),
),
/// LANTERN
"black lantern": (
output: ("common.items.lantern.black_0", 1),
inputs: [
(Item("common.items.mineral.ingot.tin"), 5, false),
(Item("common.items.mineral.ore.veloritefrag"), 3, false),
],
craft_sprite: Some(Anvil),
),
/// MODULAR WEAPONS/SWORDS/SECONDARY COMPONENTS
"short hilt": (
output: ("common.items.modular.weapon.secondary.sword.short", 1),