promotional bannermobile promotional banner

TenCore

A core mod/library used by all of TakeTenGaming's mods

File Details

1.2.0

  • R
  • May 31, 2017
  • 150.89 KB
  • 418
  • 1.11.2

File Name

TenCore-1.2.0.jar

Supported Versions

  • 1.11.2

Version 1.2.0

This is a maintenance release.

Changes

  • Updated Forge (13.20.0.2310)
  • Updated MCP Mappings
  • Changed Block and Item classes to utilize NameUtil.getName (1.11+) rather than NameUtil.getNameLegacy (1.10.2)
  • Moved DatMod recipes out of the FurnaceRecipes and PulverizerRecipes classes
  • Cleaned up the main mod file
  • Changed energy storage from 10,000 to 100,000
  • Changed max energy receive to 40

Additions

  • Added a base Container class with methods for adding slots to containers and transferring stacks into slots
  • Added machine.PowerSender class from DatMod

Fixes

  • Fixes a minor typo in the TileEntityBase item handler