🦀🦀 F&M liquid light is gone 🦀🦀
This commit is contained in:
parent
4026c72e2e
commit
a81db24c56
|
|
@ -1,13 +1,15 @@
|
||||||
// Sandboxels: Fey & More, v2.1
|
// Sandboxels: Fey & More, v2.1.2
|
||||||
// Author: MelecieDiancie
|
// Author: MelecieDiancie
|
||||||
|
|
||||||
/*
|
/*
|
||||||
=== CHANGELOG ===
|
=== CHANGELOG ===
|
||||||
Planned additions:
|
2.1.2 Version
|
||||||
+ Solid/Liquid Darkness, maybe a way to create bleakstone?
|
- Removed liquid light and all related elements due to another being in vanilla
|
||||||
+ Feywood
|
~ Yes, I know it's been so long! 3.0, a complete rewrite (and rename) is coming soon(tm)
|
||||||
+ Swampland, Swampy Water, and Will o' the Wisp
|
|
||||||
~ Gloomfly now converts Fantastic Creatures items to itself
|
2.1.1 Version
|
||||||
|
- Removed regular clouds
|
||||||
|
~ Update by ryan
|
||||||
|
|
||||||
2.1 Version
|
2.1 Version
|
||||||
+ New fairies: Radiated, Spirit, Corrupt
|
+ New fairies: Radiated, Spirit, Corrupt
|
||||||
|
|
@ -427,6 +429,8 @@ elements.chilly_water = {
|
||||||
"quicklime": { "elem1": null, "elem2": "slaked_lime", },
|
"quicklime": { "elem1": null, "elem2": "slaked_lime", },
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
elements.liquid_light = {
|
elements.liquid_light = {
|
||||||
"name": "liquid light",
|
"name": "liquid light",
|
||||||
"color": "#fffdde",
|
"color": "#fffdde",
|
||||||
|
|
@ -466,6 +470,8 @@ elements.solid_light = {
|
||||||
"tempHigh": 100,
|
"tempHigh": 100,
|
||||||
"stateHigh": "liquid_light"
|
"stateHigh": "liquid_light"
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
elements.gloomwind = {
|
elements.gloomwind = {
|
||||||
"name": "gloomwind",
|
"name": "gloomwind",
|
||||||
"color": "#1d1530",
|
"color": "#1d1530",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue