forgot to rechange name

This commit is contained in:
Pao
2023-03-13 23:44:15 +01:00
parent 5a694b87d6
commit f4069e2a7f
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
module TOC
{
model MetalHook
{
mesh = WorldItems/hook,
texture = WorldItems/metal,
scale = 0.15,
}
model WoodenHook
{
mesh = WorldItems/hook,
texture = WorldItems/wood,
scale = 0.15,
}
model ProstheticKnife
{
mesh = WorldItems/prostKnife,
texture = WorldItems/metal_base,
scale = 0.15
}
}