Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
m (It's not WIP anymore)
m (I should mention this too)
Line 2: Line 2:
 
|name=Choco Patcher
 
|name=Choco Patcher
 
|author=Chocohead
 
|author=Chocohead
  +
|requires={{L|IndustrialCraft 2}}
 
|version=1.1
 
|version=1.1
 
|url=http://forum.industrial-craft.net/index.php?page=Thread&threadID=12284
 
|url=http://forum.industrial-craft.net/index.php?page=Thread&threadID=12284
  +
|modpacks={{L|FTB Infinity Evolved}}<br/>{{L|FTB Infinity Evolved Skyblock}}<br/>{{L|Inventions}}
 
}}
 
}}
'''Choco Patcher''' is a small mod by ''{{L|Chocohead}}'' that uses [[wikipedia:ObjectWeb ASM|ASM]] to modify the classes of {{L|Advanced Solars}} and {{L|GraviSuite}} in order to fix bugs that the two mods contain natively.
+
'''Choco Patcher''' (also known as '''ASP + GS Patcher''') is a small mod by ''{{L|Chocohead}}'' that uses [[wikipedia:ObjectWeb ASM|ASM]] to modify the classes of {{L|Advanced Solars}} and {{L|GraviSuite}} in order to fix bugs that the two mods contain natively.
   
 
== Fixes ==
 
== Fixes ==
Line 63: Line 65:
   
 
The functions to detect keys being pressed have be optimised to use the {{L|IndustrialCraft 2|IC2 API}}, which also removes the need to leave and rejoin a world to update the IC2 Menu, Alt and Boost keys if changed.
 
The functions to detect keys being pressed have be optimised to use the {{L|IndustrialCraft 2|IC2 API}}, which also removes the need to leave and rejoin a world to update the IC2 Menu, Alt and Boost keys if changed.
  +
  +
The '''with Hover Fix''' version also stops the {{L|Advanced Electric Jetpack}}, {{L|Advanced NanoChestPlate}} and {{L|GraviChestPlate}} from causing the player to slowly sink when the jetpack is active (as IC2 itself made this change to the {{L|Jetpack}} and {{L|QuantumSuit Bodyarmor}} some months before), whilst the '''without Hover Fix''' does not make this change.
  +
  +
== See Also ==
  +
* [http://forum.industrial-craft.net/index.php?page=Thread&threadID=12284 Choco Patcher on the IC2 Forums]
  +
* [https://minecraft.curseforge.com/projects/asp-gs-patcher Choco Patcher on Curse]
  +
   
 
[[Category:Minor Mods]]
 
[[Category:Minor Mods]]

Revision as of 20:28, 10 October 2016

Choco Patcher
Current developersChocohead
Version1.1
Depends onIndustrialCraft 2
URLLink
Modpacks
FTB Infinity Evolved
FTB Infinity Evolved Skyblock
Inventions

Choco Patcher (also known as ASP + GS Patcher) is a small mod by Chocohead that uses ASM to modify the classes of Advanced Solars and GraviSuite in order to fix bugs that the two mods contain natively.

Fixes

Advanced Solars

The recipe for the MT Core is changed to allow Thick Neutron Reflectors with a damage value of one to be used, as required for all IC2 versions past 769:

GraviSuite

The recipes for the Cooling Core and the Engine Booster are fixed to allow 60k Coolant Cells, Advanced Heat Exchangers and Advanced Heat Vents with a damage value of one to be used, as required for all IC2 versions past 769:

The following items also have their localization fixed due to previously missing a item. prefix:

The Sonic Launcher has also localization added due to it's name (item.sonicLauncher.name) missing from the en_US.lang file completely.

The Relocator Portal has also had it's texture fixed, removing an extra .png from the file path.

The functions to detect keys being pressed have be optimised to use the IC2 API, which also removes the need to leave and rejoin a world to update the IC2 Menu, Alt and Boost keys if changed.

The with Hover Fix version also stops the Advanced Electric Jetpack, Advanced NanoChestPlate and GraviChestPlate from causing the player to slowly sink when the jetpack is active (as IC2 itself made this change to the Jetpack and QuantumSuit Bodyarmor some months before), whilst the without Hover Fix does not make this change.

See Also