oop, messed up iron and silver

fixed iron and silver displaying nothing and not killing fairies
This commit is contained in:
Melecie 2022-01-18 13:53:08 +08:00 committed by GitHub
parent bed160f717
commit 6e483dc5ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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
}; };