Fix to world models

This commit is contained in:
Pao
2023-01-27 00:30:55 +01:00
parent c99975cf18
commit b8a334f337
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -1,16 +1,16 @@
module TOC module TOC
{ {
model WoodenHook model MetalHook
{ {
mesh = WorldItems/hook, mesh = WorldItems/hook,
texture = WorldItems/metal, texture = Clothes/metal,
scale = 0.15, scale = 0.15,
} }
model WoodenHook model WoodenHook
{ {
mesh = WorldItems/hook, mesh = WorldItems/hook,
texture = WorldItems/wood, texture = Clothes/wood,
scale = 0.15, scale = 0.15,
} }
} }