collab_mod
i think this is the first ever mod that was made collabing 😮
This commit is contained in:
parent
39a06c7754
commit
05e6e00a66
|
|
@ -170,7 +170,7 @@ elements.plutonium = {
|
||||||
onSelect: function() {
|
onSelect: function() {
|
||||||
logMessage("Mod made by mrapple, ilikepizza and stefanblox");
|
logMessage("Mod made by mrapple, ilikepizza and stefanblox");
|
||||||
},
|
},
|
||||||
color: "#ffffff",
|
color: ["#38a30e", "#0d662b", "#5d995d"],
|
||||||
behavior: behaviors.RADPOWDER,
|
behavior: behaviors.RADPOWDER,
|
||||||
category: "powders",
|
category: "powders",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
|
|
@ -250,4 +250,4 @@ elements.uranium.reactions.seltzer = {
|
||||||
elements.uranium.reactions.juice = {
|
elements.uranium.reactions.juice = {
|
||||||
onSelect: function() {
|
onSelect: function() {
|
||||||
logMessage("Mod made by mrapple, ilikepizza and stefanblox");
|
logMessage("Mod made by mrapple, ilikepizza and stefanblox");
|
||||||
}, elem1: "uranium_juice", elem2: null, chance: 30 }
|
}, elem1: "uranium_juice", elem2: null, chance: 30 }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue