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