Skip to content

Releases: 3TUSK/FrogCraft-Rebirth

3.0.0+78022f4: First snapshot version

09 Apr 18:29
Compare
Choose a tag to compare
Pre-release

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

27 Feb 01:05
Compare
Choose a tag to compare
2.2.3: Fix a thing Pre-release
Pre-release
  • (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

09 Jan 04:19
Compare
Choose a tag to compare
2.2.2: General fix Pre-release
Pre-release
  • Further tuning on #41: now you can specify which of those aluminium stuff will be treated as "aluminum".
  • Fix #43 TATW incompatibility (hopefully).
  • Add recipes for ingot -> dust for aluminium, magnalium and titanium.
  • Ammonia coolant now always show durability bar, matching IC2 coolant's behavior.

Edit: the TATW incompatibility issue is #43, not #42.

2.2.1: Emergency fix

31 Dec 06:31
Compare
Choose a tag to compare
  • Properly declare IC2 as hard dependency.

2.2.0: CraftTweaker support

31 Dec 03:47
Compare
Choose a tag to compare
  • 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

24 Dec 01:42
Compare
Choose a tag to compare
2.1.1: Emergency fix Pre-release
Pre-release
  • Blocks, as well as their models, of fluids, became missing since e4d5901

2.1.0: fix more stuff

19 Dec 23:07
Compare
Choose a tag to compare
2.1.0: fix more stuff Pre-release
Pre-release
  • #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

23 Nov 05:56
Compare
Choose a tag to compare
  • More protection on network packets reading. Noticed during BTM Moon.
  • Reduce mining level of carnallite from 2 to 0.
  • Update languages files: en_us and zh_cn.

2.0.4: Emergency fixes, 4th round

17 Nov 04:14
Compare
Choose a tag to compare
  • 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 all Exceptions, and discard data when necessary.
  • 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

05 Nov 22:41
Compare
Choose a tag to compare
  • 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.