Railcraft

Railcraft

34M Downloads

Things to test for returning stuff

CovertJaguar opened this issue ยท 4 comments

commented

This is mostly to serve as a reminder to myself, but if others want to help out that would be awesome too.

  • Test PowerPlugin to ensure proper redstone behavior, especially with regards to redstone wire.
  • Test HarvestPlugin Behavior/Fix Forge Tool code.
  • Investigate RollingMachine support for IRecipe.getRemainingItems() Edit: Use a new interface for rolling machine recipes since rolling machines should not have remaining items, etc.
  • Test Loot Code
  • Test Post connections with Signs
  • Test inventory management extensively on all three types of Inventories (IInventory, ISidedInventory, and IItemHandler)
  • Investigate ILockableContainer // liach: like items with tags as keys for chests
  • Investigate IInteractionObject
  • Check Stone Lantern textures
  • Test Rock Crusher recipes // liach: large works now

Edit: liach's comments and fixed links, checkmarks

commented

@CovertJaguar Is railcraft going to be 1.11?

commented

I think harvest and power plugins work fairly well now. Post connections need some test though.

commented

This is mostly outdated, and what is left is known to need work anyway or not really relevant.

commented

A few things not tested are not that crucial because they are related to post connections and such. Moving this to the next milestone.