Changes

Summary

  1. SmelteryLogic: don't crash when melting Endermen with a Smeltery (details)
  2. LavaTankItemBlock: translate FluidName when rendering tooltip (details)
  3. Implemented IFluidHandler on Smeltery Drain (details)
  4. modify readme.md to reflect new build system along with issue reporting (details)
  5. remove MC version from readme (details)
  6. Update README.md (details)
  7. Update README.md (details)
  8. Update README.md (details)
  9. adding BOP api with Amnet's permission in order to allow for adding TiC (details)
Commit 7a9dbd703ca098b130056143b5204a5c6e28b247 by steven
SmelteryLogic: don't crash when melting Endermen with a Smeltery

A FluidStack was being incorrectly constructed, causing the game to bomb out
when ender fluid was added to the Smeltery.

Signed-off-by: Steven Noonan <[email protected]>
The file was modifiedsrc/tconstruct/blocks/logic/SmelteryLogic.java (diff)
Commit 700d9a2dffa97012109d1092ebecec7c6351c608 by steven
LavaTankItemBlock: translate FluidName when rendering tooltip

Without this, it would render with the untranslated string (e.g. "Contains
electrum.molten" or similar).

Signed-off-by: Steven Noonan <[email protected]>
The file was modifiedsrc/tconstruct/items/blocks/LavaTankItemBlock.java (diff)
Commit 5c782555567b47564b101e1c63799f6e5772a3e2 by invinctus
Implemented IFluidHandler on Smeltery Drain
The file was modifiedsrc/tconstruct/blocks/logic/SmelteryDrainLogic.java (diff)
The file was modifiedsrc/tconstruct/blocks/logic/SmelteryLogic.java (diff)
Commit 8ccb0dff1b596f65c8653acc267a58f475be2f90 by progwml6
modify readme.md to reflect new build system along with issue reporting requirements
The file was modifiedREADME.md (diff)
Commit 1180f60b0feb149a3a8137a9a438a40585857451 by progwml6
remove MC version from readme
The file was modifiedREADME.md (diff)
The file was modifiedREADME.md (diff)
The file was modifiedREADME.md (diff)
The file was modifiedREADME.md (diff)
Commit c41d9f70faaaba17b42b2e9af9a2ee37aa5edda7 by progwml6
adding BOP api with Amnet's permission in order to allow for adding TiC compatibility
The file was addedsrc/biomesoplenty/api/Fluids.java
The file was addedsrc/biomesoplenty/api/Potions.java
The file was addedsrc/biomesoplenty/api/BlockReferences.java
The file was addedsrc/biomesoplenty/api/Entities.java
The file was addedsrc/biomesoplenty/api/Items.java
The file was addedsrc/biomesoplenty/api/Blocks.java
The file was addedsrc/biomesoplenty/api/Biomes.java