mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Crafting recipe for black lantern
This commit is contained in:
parent
477098de16
commit
99bedde100
@ -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.
|
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
|
- HQX upscaling shader for people playing on low internal resolutions
|
||||||
- Pets can now be traded with.
|
- Pets can now be traded with.
|
||||||
|
- Crafting recipe for black lantern
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Use fluent for translations
|
- Use fluent for translations
|
||||||
|
@ -1890,6 +1890,15 @@
|
|||||||
],
|
],
|
||||||
craft_sprite: Some(CraftingBench),
|
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
|
/// MODULAR WEAPONS/SWORDS/SECONDARY COMPONENTS
|
||||||
"short hilt": (
|
"short hilt": (
|
||||||
output: ("common.items.modular.weapon.secondary.sword.short", 1),
|
output: ("common.items.modular.weapon.secondary.sword.short", 1),
|
||||||
|
Loading…
Reference in New Issue
Block a user