finish the listing of player statues, minus ones with a - in the name
This commit is contained in:
parent
0ecfb430db
commit
e57bf80fa1
@ -47,9 +47,95 @@ male_statue_names = {"Adarqet",
|
||||
"Esteban",
|
||||
"Evergreen",
|
||||
"Fang8413",
|
||||
"flames",
|
||||
"flams",
|
||||
"freeze",
|
||||
"GatesKeeper",
|
||||
"Geopbyte",
|
||||
"GreenDimond",
|
||||
"GtX",
|
||||
"hampa16",
|
||||
"Herobrine",
|
||||
"hippoHIH",
|
||||
"HoboGaming",
|
||||
"John",
|
||||
"hunterx689",
|
||||
"jojoa1997",
|
||||
"iPlay",
|
||||
"iPushButton1997",
|
||||
"InfinityProject",
|
||||
"jordan4ibanez",
|
||||
"Josh",
|
||||
"Kacey",
|
||||
"kaeza",
|
||||
"Jordach",
|
||||
"KingBOBO",
|
||||
"KOD",
|
||||
"Lalluffi",
|
||||
"Lemon",
|
||||
"LforLeeeeeeeX",
|
||||
"madin",
|
||||
"marioaka47",
|
||||
"markveidemanis",
|
||||
"Mcc457",
|
||||
"MichealEh",
|
||||
"Microchip",
|
||||
"minergamergogo",
|
||||
"Mr_Meep",
|
||||
"mrfrosty",
|
||||
"MustLoveCats",
|
||||
"Nate",
|
||||
"NekoGloop",
|
||||
"Novacain",
|
||||
"Obiewan1111",
|
||||
"onez",
|
||||
"oOChainLynxOo",
|
||||
"OWNSyouAll",
|
||||
"Penguin",
|
||||
"PenguinDad",
|
||||
"PeterPanda",
|
||||
"pheonixfire",
|
||||
"PilzAdam",
|
||||
"playzooki",
|
||||
"pokemon_shadow",
|
||||
"ProBoy",
|
||||
"Rancon",
|
||||
"Razor",
|
||||
"Recker",
|
||||
"RedDog",
|
||||
"Rhys",
|
||||
"Rick2",
|
||||
"S",
|
||||
"SantaKlaus",
|
||||
"Sawag",
|
||||
"sdzen",
|
||||
"SetoAssassin",
|
||||
"ShadowNinja",
|
||||
"Shaheer",
|
||||
"silly1089",
|
||||
"SkyDoesMinecraft",
|
||||
"solidus_1602",
|
||||
"Sonic",
|
||||
"Tails",
|
||||
"stampylongnose",
|
||||
"StephenGreat",
|
||||
"Steve2",
|
||||
"stormchaser2000",
|
||||
"stormchaser3000",
|
||||
"SuperBoy",
|
||||
"Swordsman481",
|
||||
"Tfz",
|
||||
"TheKing",
|
||||
"Tobunchies",
|
||||
"Tom",
|
||||
"tret",
|
||||
"xaivanov",
|
||||
--"X-treme", breaks minetest, uncomment when fixed
|
||||
"YoYoBuddy",
|
||||
"Zacharie",
|
||||
"ZackBlance123",
|
||||
"Zeal",
|
||||
"Zeg9",
|
||||
"Zephyrus1497",
|
||||
"legendofexodia",
|
||||
}
|
||||
|
||||
female_statue_names = {"abigail",
|
||||
@ -58,9 +144,73 @@ female_statue_names = {"abigail",
|
||||
"babe",
|
||||
"Bearbar123",
|
||||
"butterlover215",
|
||||
"candyprincess",
|
||||
"Cassie123",
|
||||
"cherry_fish",
|
||||
"ChubbaBubba",
|
||||
"COOLCAT",
|
||||
"corza",
|
||||
"crazyginger72",
|
||||
"crystaldynamic",
|
||||
"CrystalGlow",
|
||||
"CrystalGlows",
|
||||
"CuteGamerGirl",
|
||||
"CutieCupcake",
|
||||
"flames",
|
||||
"flams",
|
||||
"fluffypillows93",
|
||||
"grisha",
|
||||
"Hayy_Its_Kenzie",
|
||||
"iluvpeeps7",
|
||||
"JadePlaysGames",
|
||||
"jenna456",
|
||||
"jessiebessie",
|
||||
"josie",
|
||||
"JusticeCutie9",
|
||||
"kaity",
|
||||
"KeeksMeepiness",
|
||||
"Kenna455WarriorCats",
|
||||
"KikaRz",
|
||||
"KittyCatLover",
|
||||
"ladyygaga",
|
||||
"Lannie",
|
||||
"lolol",
|
||||
"Memow",
|
||||
"mercedes1978",
|
||||
"mercedes",
|
||||
"Miki",
|
||||
"Misty",
|
||||
"NeonSkyz",
|
||||
"NightVampire",
|
||||
"omg",
|
||||
"Oshawott117",
|
||||
"Pelisan",
|
||||
"PerryWinkle",
|
||||
"picklelove45",
|
||||
--"Pink-Pineapple", likewise, wait for hyphens to be allowed as a node name
|
||||
"prettygirl01",
|
||||
"ProGirl",
|
||||
"Pudding_Warrior",
|
||||
"RayRay",
|
||||
"RedLoxx",
|
||||
"rommiekerova",
|
||||
"Salems_Lady_MC",
|
||||
"Selah",
|
||||
"selena",
|
||||
"shadowzone",
|
||||
"skittle",
|
||||
"Tory10",
|
||||
"Traxie21",
|
||||
"Ukrain111",
|
||||
"UmmerShamma",
|
||||
"VanessaEzekowitz",
|
||||
"WarriorCatlove",
|
||||
"WarriorCatslove",
|
||||
"wonderwomen",
|
||||
"YunaMaria",
|
||||
}
|
||||
|
||||
cloth_statue_names = {}
|
||||
cloth_statue_names = {"18_test", "Sokomine"}
|
||||
|
||||
-- create a statue that looks like the default skins
|
||||
minetest.register_node("statues:default_skin", {
|
||||
@ -118,7 +268,33 @@ for j=1, #female_statue_names do
|
||||
description = "Statue of "..female_statue_names[j],
|
||||
tiles = {co..female_statue_names[j]..".png"},
|
||||
drawtype = "mesh",
|
||||
mesh = "male_statue.b3d",
|
||||
mesh = "female_statue.b3d",
|
||||
groups = {choppy=3, not_in_creative_inventory=1},
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
collision_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-0.5, -0.5, -0.5, 0.5, 1.29, 0.5}
|
||||
},
|
||||
},
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-0.5, -0.5, -0.5, 0.5, 1.29, 0.5}
|
||||
},
|
||||
},
|
||||
})
|
||||
end
|
||||
|
||||
for k=1, #cloth_statue_names do
|
||||
-- create MC 1.8 models
|
||||
|
||||
minetest.register_node("statues:"..string.lower(cloth_statue_names[k]), {
|
||||
description = "Statue of "..cloth_statue_names[k],
|
||||
tiles = {co..cloth_statue_names[k]..".png"},
|
||||
drawtype = "mesh",
|
||||
mesh = "male-18-statue.b3d",
|
||||
groups = {choppy=3, not_in_creative_inventory=1},
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user