oop, messed up iron and silver
fixed iron and silver displaying nothing and not killing fairies
This commit is contained in:
parent
bed160f717
commit
6e483dc5ad
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
=== CHANGELOG ===
|
=== CHANGELOG ===
|
||||||
1.2 Version
|
2.0 Version
|
||||||
+ Updated to Mod Manager format
|
+ Updated to Mod Manager format
|
||||||
+ Essence and spirits
|
+ Essence and spirits
|
||||||
+ Mix mana with essence to create concoction: incredibly reactive, but tends to make mistakes.
|
+ Mix mana with essence to create concoction: incredibly reactive, but tends to make mistakes.
|
||||||
|
|
@ -77,8 +77,8 @@ behaviors.FAIRYKILL = [
|
||||||
];
|
];
|
||||||
|
|
||||||
// Changing vanilla elements
|
// Changing vanilla elements
|
||||||
elements.iron.color = behaviors.FAIRYKILL;
|
elements.iron.behavior = behaviors.FAIRYKILL;
|
||||||
elements.silver.color = behaviors.FAIRYKILL;
|
elements.silver.behavior = behaviors.FAIRYKILL;
|
||||||
|
|
||||||
elements.plague.category = "corruption";
|
elements.plague.category = "corruption";
|
||||||
|
|
||||||
|
|
@ -1346,4 +1346,4 @@ elements.enchanted_ketchup = {
|
||||||
state: "liquid",
|
state: "liquid",
|
||||||
density: 1235,
|
density: 1235,
|
||||||
hidden: true
|
hidden: true
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue