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", category: "special",
temp: 7065, temp: 7065,
}, },
elements.black_decay = { //random mystcraft mod reference /*elements.black_decay = { //random mystcraft mod reference
name: "black decay", name: "black decay",
color: "#222222", color: "#222222",
behavior: [ behavior: [
@ -147,7 +147,7 @@ elements.black_decay = { //random mystcraft mod reference
"XX|CH:black_decay%1 AND M1|XX", "XX|CH:black_decay%1 AND M1|XX",
], ],
category: "special", category: "special",
}, },*/
elements.tungsten = { //GTCE reference elements.tungsten = { //GTCE reference
color: "#848A7D", color: "#848A7D",
behavior: behaviors.WALL, behavior: behaviors.WALL,
@ -345,10 +345,6 @@ elements.lb1 = {
} }
runAfterLoad(function() { 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 = [ elements.tungstensteel.behavior = [
"XX|DL:"+eLists.FAIRY+"|XX", "XX|DL:"+eLists.FAIRY+"|XX",
"DL:"+eLists.FAIRY+"|XX|DL:"+eLists.FAIRY+"", "DL:"+eLists.FAIRY+"|XX|DL:"+eLists.FAIRY+"",