mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-15 06:00:26 +02:00
Fixed admin armor's leggings texture
- Fixed admin armor leggings texture which looked like both leggings and boots - Chmoded textures in throwing - Fixed indentation in money/init.lua - Updated timestamp of compassgps's README.md
This commit is contained in:
mods
3d_armor
3d_armor
textures
compassgps
money
throwing
Binary file not shown.
Before ![]() (image error) Size: 140 B After ![]() (image error) Size: 184 B ![]() ![]() |
@ -169,8 +169,8 @@ minetest.register_node("money:shop", {
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
paramtype2 = "facedir",
|
||||
after_place_node = function(pos, placer)
|
||||
local meta = minetest.get_meta(pos)
|
||||
meta:set_string("owner", placer:get_player_name())
|
||||
local meta = minetest.get_meta(pos)
|
||||
meta:set_string("owner", placer:get_player_name())
|
||||
meta:set_string("infotext", "Untuned Shop (owned by " .. placer:get_player_name() .. ")")
|
||||
end,
|
||||
on_construct = function(pos)
|
||||
@ -655,4 +655,3 @@ minetest.register_node("money:admin_barter_shop", {
|
||||
--End.
|
||||
|
||||
minetest.register_alias("admin_barter_shop", "money:admin_barter_shop")
|
||||
|
||||
|
0
mods/throwing/textures/throwing_arrow_model.png
Normal file → Executable file
0
mods/throwing/textures/throwing_arrow_model.png
Normal file → Executable file
Before ![]() (image error) Size: 413 B After ![]() (image error) Size: 413 B ![]() ![]() |
0
mods/throwing/textures/throwing_bow_horn.png
Normal file → Executable file
0
mods/throwing/textures/throwing_bow_horn.png
Normal file → Executable file
Before ![]() (image error) Size: 884 B After ![]() (image error) Size: 884 B ![]() ![]() |
0
mods/throwing/textures/throwing_bow_horn_loaded.png
Normal file → Executable file
0
mods/throwing/textures/throwing_bow_horn_loaded.png
Normal file → Executable file
Before ![]() (image error) Size: 914 B After ![]() (image error) Size: 914 B ![]() ![]() |
Reference in New Issue
Block a user