mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Moved items from 'items.crafting_ing.modular' to 'items.modular.weapon' (no assets).
This commit is contained in:
parent
ad48b634ab
commit
72f38068e0
@ -307,7 +307,7 @@ lazy_static! {
|
||||
static ref SECONDARY_COMPONENT_POOL: SecondaryComponentPool = {
|
||||
let mut component_pool = HashMap::new();
|
||||
|
||||
const ASSET_PREFIX: &str = "common.items.crafting_ing.modular.secondary";
|
||||
const ASSET_PREFIX: &str = "common.items.modular.weapon.secondary";
|
||||
|
||||
for toolkind in SUPPORTED_TOOLKINDS {
|
||||
let directory = format!("{}.{}", ASSET_PREFIX, toolkind.identifier_name());
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user