Releases: 3TUSK/FrogCraft-Rebirth
Releases · 3TUSK/FrogCraft-Rebirth
3.0.0+78022f4: First snapshot version
Targeting 78022f4. Potentially highly unstable. Use with caution. Change set unavailable. More feature(s) incoming. More bug(s) incoming. More fix(es) incoming.
2.2.3: Fix a thing
- (Hopefully) Fix infinite loop when there is not only one mod adding Aluminium/Titanium/...-related recipes to IC2 machine(s). Thanks @SihenZhang for identifying the issue.
- Add Magnesium. No usage for now.
- Add Chlorine. No usage for now, but should fix TechReborn compatibility...
- Clean up some old code.
2.2.2: General fix
2.2.1: Emergency fix
2.2.0: CraftTweaker support
- Add CraftTweaker support. Currently it supports:
- Adv. Blast Furnace
- Adv. Chemcial Reactor
- Condense Tower
- Pyrolyzer
- A config option to let Aluminium products be recognized as "Aluminum" in ore dictionary, default to off. This is optional because it may led to unexpected exploit or balance issue.
2.1.1: Emergency fix
- Blocks, as well as their models, of fluids, became missing since e4d5901
2.1.0: fix more stuff
- #40 mods that register fluids with the same name as some from FrogCraft: Rebirth may lead to crash
- Added ore dictionary entries for aluminium, titanium and magnalium.
- Removed ore dictionary entries for potassium, phosphorus and jinkela.
- Added a switch for TechReborn compatibility; currently will most likely crash the game if set to true.
2.0.5: Minor tweaks
- More protection on network packets reading. Noticed during BTM Moon.
- Reduce mining level of carnallite from 2 to 0.
- Update languages files:
en_us
andzh_cn
.
2.0.4: Emergency fixes, 4th round
- Not sure about exact reason, but
WorldClient.world
isn't always available. Thus added null check. Found in BTM Moon.- In case there is other potential error, now
decodeDataClient
and its server counterpart catch allException
s, and discard data when necessary.
- In case there is other potential error, now
- Replace the hack in decay battery with a custom
IElectricItemManager
. Hope this improve performance a lot. Found in BTM Moon. - Some weird clean up on usage of
@SideOnly
.
2.0.3: Emergency fixes, 3rd round
- Fix log spam caused by Pyrolyzer trying to send packets from integrated server, which does not exist when playing multiplayer. Found in BTM Moon.
- Fix JEI compatibility of Adv. Chem. Reactor not showing required catalyst.
- Fix wrong default value of working power of Air Pump.