not possible
This commit is contained in:
Lily-129 2022-01-22 20:44:56 -05:00 committed by GitHub
parent cb1bf5fcd3
commit b99fff4898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -138,7 +138,7 @@ elements.plasma_remover = { //why would you need this?
category: "special",
temp: 7065,
},
elements.black_decay = { //random mystcraft mod reference
/*elements.black_decay = { //random mystcraft mod reference
name: "black decay",
color: "#222222",
behavior: [
@ -147,7 +147,7 @@ elements.black_decay = { //random mystcraft mod reference
"XX|CH:black_decay%1 AND M1|XX",
],
category: "special",
},
},*/
elements.tungsten = { //GTCE reference
color: "#848A7D",
behavior: behaviors.WALL,
@ -345,10 +345,6 @@ elements.lb1 = {
}
runAfterLoad(function() {
randomChoices.splice(randomChoices.indexOf("burning_unnamed_gas"), 1);
randomChoices.splice(randomChoices.indexOf("burning_unnamed_powder"), 1);
randomChoices.splice(randomChoices.indexOf("black_decay"), 1);
elements.tungstensteel.behavior = [
"XX|DL:"+eLists.FAIRY+"|XX",
"DL:"+eLists.FAIRY+"|XX|DL:"+eLists.FAIRY+"",