diff --git a/mods/default/genders.lua b/mods/default/genders.lua index 871d7f2..6c4226a 100644 --- a/mods/default/genders.lua +++ b/mods/default/genders.lua @@ -121,9 +121,6 @@ minetest.register_on_joinplayer(function(player) elseif genders[player:get_player_name()] == 2 then default.player_set_model(player, "character_18.b3d") player:set_local_animation({x=0, y=79}, {x=168, y=187}, {x=189, y=198}, {x=200, y=219}, 30) - elseif player:get_player_name() == "Jordach" then - default.player_set_model(player, "character_jordach.b3d") - player:set_local_animation({x=0, y=79}, {x=168, y=187}, {x=189, y=198}, {x=200, y=219}, 30) elseif player:get_player_name() == "Hoodedice" then default.player_set_model(player, "characterfemale.b3d") player:set_local_animation({x=0, y=79}, {x=168, y=187}, {x=189, y=198}, {x=200, y=219}, 30) diff --git a/mods/player_textures/textures/player_Jordach.png b/mods/player_textures/textures/player_Jordach.png index 31354ab..1dda6e2 100644 Binary files a/mods/player_textures/textures/player_Jordach.png and b/mods/player_textures/textures/player_Jordach.png differ diff --git a/mods/statues/init.lua b/mods/statues/init.lua index 74895ec..967287c 100644 --- a/mods/statues/init.lua +++ b/mods/statues/init.lua @@ -66,7 +66,7 @@ male_statue_names = {"Adarqet", "Josh", "Kacey", "kaeza", - "Jordach", + --"Jordach", "KingBOBO", "KOD", "Lalluffi", @@ -213,7 +213,7 @@ female_statue_names = {"abigail", "Hoodedice", } -cloth_statue_names = {"18_test", "Sokomine"} +cloth_statue_names = {"18_test", "Sokomine", "Jordach",} -- create a statue that looks like the default skins minetest.register_node("statues:default_skin", {