a040355dce
This reverts commit d4e0d4d1c1
.
11 lines
278 B
Lua
11 lines
278 B
Lua
-- Wielded Item Transformations - http://dev.minetest.net/texture
|
|
|
|
wieldview.transform = {
|
|
["screwdriver:screwdriver"]="R90",
|
|
["screwdriver:screwdriver1"]="R90",
|
|
["screwdriver:screwdriver2"]="R90",
|
|
["screwdriver:screwdriver3"]="R90",
|
|
["screwdriver:screwdriver4"]="R90",
|
|
}
|
|
|