tracking eList

This commit is contained in:
Laetitia (O-01-67) 2022-11-14 17:07:30 -05:00 committed by GitHub
parent f083d071fc
commit 0b47569696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,8 @@ if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(explodeAtPlu
minimumSkeletonTries = 3;
maximumSkeletonTries = 3;
eLists.CREEPER = ["creeper", "angelic_creeper", "hell_creeper", "bombing_creeper", "baby_creeper"];
headBodyObject = {
"head": "body",
"creeper_head": "creeper_body",
@ -5799,6 +5801,9 @@ if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(explodeAtPlu
related: [bodyName,headName,"creeper"],
desc: `Auto-generated creeper.<br/>Explodes into ${descElement}.`,
};
eLists.CREEPER.push(placerName);
//Body
elements[bodyName] = {
movable: true,