Mod Update: Flaxbeard's Steam Power 0.27.0

ModMyMC

New Member
Jul 29, 2019
411
0
0
Flaxbeard's Steam Power 0.27.0

http://minecraft.curseforge.com/mc-mods/224867-flaxbeards-steam-power/files/2218557

  • NEW: Brass Knuckles (issue #151)
  • NEW: Config options to enable/disable mod integration
  • NEW: Zinc Ore and Copper Ore generate in the End and Nether. Same blocks, different textures based on the dimension the person is in. (issue #132 on FSP's Issue Tracker and issue #42 on PhoenixCraft's Issue Tracker)
  • FIX: (dmillerw) Fixed null Yeti Hide recipe. This fixes a crash bug with the Esteemed Innovation and stops Hardcore Ender Expansion from complaining (issue #146 and issue #145)
  • FIX: Steam Heater and Exosuits no longer get their icons server-side.
  • FIX: Fixed variable names in all classes. This doesn't change anything in-game or from a user POV, but for people working on the mod, and for people wanting to learn from it, this is very helpful. This includes p_######_#_, some wrongly named variables (tileentitysteamcharger set to TileEntitySteamHammer), and some more descriptive variables (World var1, int var2 -> World world, int meta in createTileEntitymethods).
  • FIX: Added @Override annotation in a lot of classes. This doesn't really change much, but will make it easier to port to newer versions of Forge, and might prevent some errors.
  • FIX: Got rid of commented out WAILA integration, because WAILA Integration mod has support for FSP.
  • FIX: Got rid of derpy code I wrote when doing some rendering stuff with the Steam Filler; it now uses the old code that Flax (or someone) wrote ages ago. This should fix some rendering issues.
  • FIX: Capitalization in config file.
  • FIX: Monacle -> Monocle in config file and key bind screen.

Post Author: SatanicSanta, Xbony2 and dmillerw