Skip to content

Releases: OreCruncher/ThermalRecycling

Fixes galore!

24 Jun 20:08
Compare
Choose a tag to compare
Fixes galore! Pre-release
Pre-release

FIXES:

  • OpenEye: Strange client crash with Easy Crafting. Appears the subtype for the Scrap ItemStack passed in to get lore information is out of bounds.
  • OpenEye: Issue registering crates with Forestry
  • OpenEye: Fixed issue with parsing version string with "ALPHA" in it (doh!)
  • Some modded items were rotated 90 degrees so they appeared edge on in Vending Machine display

CHANGES:

  • Vending Machines generated in villages are no longer admin type. Players can now sell items for emeralds.
  • Name plates on village generated Vending Machines now have color and name based on the villager profession used to generate content.

Village Generation

23 Jun 22:39
Compare
Choose a tag to compare
Village Generation Pre-release
Pre-release
  • Add village structure to world gen
  • Add scrap, boxes, and debris as Crate items for Forestry

Online Version Check/Litter Bags

22 Jun 12:55
Compare
Choose a tag to compare
  • Online version checking (I'm looking at you OpenEye)
  • Litter Bags to get rid of trash in your inventory

German Translations and more

21 Jun 15:21
Compare
Choose a tag to compare
  • German translations courtesy of Mazzelfassel
  • Reduced crafting cost for Thermal Recycler and Basic Decomp Core
  • Random titles/descriptions for enchanted books dropped from Scrap Boxes

Textures and tweaks

19 Jun 22:08
Compare
Choose a tag to compare

CHANGES:

  • Machines now drop when mined with iron tools.
  • Decrease chance of worms dropping when harvesting grass; increase drop chance if it is raining
  • Removed asterisk from item tool tip; assessor and recycler now accept all items but can jam if an item cannot be directly scrapped.
  • New top textures for Scrap Assessor and Composter

FIXES:

  • Improved client/server sync for machines so that texture changes are more immediate

Vending Machine!

19 Jun 01:52
Compare
Choose a tag to compare

NEW:

  • New textures and icons courtesy of Grom PE!
  • Vending Machine for multiplayer trades. Similar to IC2 Trade Station and Trade Booth's Trade Booth.
  • Capability to rotate machines using a Crescent Hammer
  • Feed chickens Handful of Worms to accelerate growth into adults and speed up egg laying
  • Bottles of Enchanting when scrapping enchanted items
  • New and updated translations

FIXES:

  • The Scrap Value of a damaged item is fixed. Prior it would always be "Standard".
  • Added missing text for the "Lotto Winner!" Achievement
  • Item drops from scrap boxes should now be correct. Prior things like diamonds and nether stars could have damage values set making them unusable.
  • Phyto-gro scrap loop has been closed.
  • Repair values for scrap has been nerfed. Modpack authors can now tune the values by changing the config file.
  • Shift+Click of a core into a Thermal Recycler will not longer put it into the INPUT slot. It will only go into the Core upgrade slot. If you want to scrap a core you will have to manually place it into the INPUT slot.
  • Fixed compatibility issue with BuildCraft 7.0.x when BuildCraft Additions is installed. The Iron, Diamond, Gold, and Emerald chipset recipes for the Assembly table were getting wrecked.

CHANGES:

  • Disabled scanning of BuildCraft Integration table recipes. The API changed in a breaking way.
  • Built against BC 7.0.9 API. Did general testing of the build against a modpack containing BC 6.4.14 and things looked fine.
  • Built against Forge 1448. Should be compatible with 1291.

v0.3.6.5ALPHA

18 Jun 02:40
Compare
Choose a tag to compare
v0.3.6.5ALPHA Pre-release
Pre-release

FIXES:

  • The Scrap Value of a damaged item is fixed. Prior it would always be "Standard".
  • Added missing text for the "Lotto Winner!" Achievement
  • Applying worms to chickens has different behavior. If the chicken is not an adult it turns into an adult. If the chicken is an adult the next egg lay timer is reduced. Think of it like bone mealing a chicken.
  • Item drops from scrap boxes should now be correct. Prior things like diamonds and nether stars would have damage values set making them unusable.
  • Phyto-gro scrap loop has been closed.
  • Repair values for scrap has been nerfed. Modpack authors can now tune the values by changing the config file.
  • Number of XP bottles given when scrapping a magic item has been nerfed. Modpack authors can now tune the divisor by changing the config file.
  • Shift+Click of a core into a Thermal Recycler will not longer put it into the INPUT slot. It will only go into the Core upgrade slot. If you want to scrap a core you will have to manually place it into the INPUT slot.
  • Text rendered in the Vending Machine image now clips properly so it doesn't bleed through the sides.

NEW:

  • The name tag on the outside of a Vending Machine can be colored. Right click while holding dye will change the name to that color. Setting the background color is a bit tricky - please refer to the Wiki for details.
  • If an item is being given away (stack in Trade slot with no input stacks) will have the text "FREE" rendered so the customer explicitly knows when something is free.

Tweaks and more

14 Jun 18:29
Compare
Choose a tag to compare
Tweaks and more Pre-release
Pre-release

FIXES:

  • A Vending Machine in Server mode will "void" items given by players for a trade. Prior to this change the items would be placed into the inventory.
  • Machines placed prior to v0.3.9.x may not be rotatable using a wrench because of invalid facing data. Logic now detects when this happens and forces to a valid facing.

CHANGES:

  • Transport pipes no longer connect to Vending Machines. This behavior can be changed by modifying the configuration file.
  • Worms can be fed to chickens. This will cause 0-3 eggs to spawn around the chicken.
  • If there aren't enough items in a Vending Machine inventory to complete a trade the ItemStack rendered in the Vending Machine entity will have a quantity color coded in RED.
  • When a magic item is scrapped Bottles of Enchanting are added as part of the output component list. The number of bottles added is dependent on the quantity and quality of enchants on the item.

Vending Machines!

13 Jun 20:44
Compare
Choose a tag to compare
Vending Machines! Pre-release
Pre-release
  • New Vending Machine device

Fix for render code that made it in

12 Jun 12:31
Compare
Choose a tag to compare
Pre-release
  • Fixed pure server crash due to render code being present