Railcraft Versions Save

The Railcraft Mod for Minecraft, source and development.

10.1.0

7 years ago
  • NEW: Smoker and Feed Station restored.
  • NEW: Signal Boxes restored.
  • NEW: Turnouts, Wyes, and Switch Actuators restored.
  • NEW: Spike Maul is used to swap between Flex, Junction, Wye.
  • NEW: Sounds restored.
  • NEW: Added a SkyGen config for mines for testing purposes.
  • NEW: Added Bronze, Nickel, and Invar ores and metals. (contribution by GeneralCamo)
  • NEW: Added Brick variants of the new vanilla stone types. (contribution by GeneralCamo)
  • NEW: Pearlized Brick an Ender Pearl themed Brick added. (contribution by GeneralCamo)
  • NEW: Rolling Machine has been restored. Should fix most recipe issues.
  • NEW: Added Manual Rolling Machine, it requires no power, but requires the player's presence to craft. Does not interact with pipes.
  • NEW: Added Messenger Track Kit, a track that sends a chat message when passed. (contribution by liach)
  • NEW: Riding and Ridden Routing conditionals replaced with the Rider conditional. See GitHub Issue #844 for details.
  • NEW: Placing a malformed Routing Table into device will now pop up the GUI to tell you it is erroring.
  • NEW: Sneak clicking with an empty hand on Routing device will now allow you to edit the contained Routing Table directly.
  • NEW: You can now disable Railcraft enchantments, and moved to Magic module.
  • CHANGED: Some of Brick recipes have been Tweaked to reflect various changes in Vanilla. (contribution by GeneralCamo)
  • FIX: Various IC2 integration fixes. (contribution by GeneralCamo)
  • FIX: Notepad should now interact with the world properly.
  • FIX: Charge Feeders should now properly respond to Redstone under all conditions.
  • FIX: Reduced Tunnel Bore log spam.

9.9.0.0-master

8 years ago
  • NEW: Signal devices can now be named using the Signal Label item and Anvil. (contribution by Vexatos)
  • NEW: Disposal Track can be disabled with a Redstone Signal. (contribution by wshadow)
  • NEW: Switch Motor now has a button that will cause it to ignore Redstone signals. (contribution by wshadow)
  • NEW: Convert the Tunnel Bore into a multipart entity to allow for more fine tuned control of the collision box.
  • NEW: New Routing Table keyword: Loco. Returns true if the locomotive type matches "electric", "steam", or "none". Using "none" only returns true if there is NO locomotive. (contribution by Cream-Tea)
  • NEW: Coal Coke torch recipe. (contribution by daniel)
  • FIX: Package correct RF API.
  • FIX: Fixed NPE when loading a world with a Personal Anchor. (contribution by Yopu)
  • CONFIG: Added H.S. explosion entity exclusion list. (contribution by Yopu)
  • API: Might possible break anyone using depreciated functions of the Signal API.

9.8.0.0-master

8 years ago
  • NEW: Added Cargo Cart, a filterable Cart for moving items.
  • NEW: Locomotive Limiter can now put Locomotives into reverse. (contribution by cruck1000)
  • CHANGE: Tin Bushing can now spawn in Mineshaft and Workshop loot chests. (contribution by Yopu)
  • CHANGE: Loader/Unloader filter slots now match against custom Cart names. (contribution by Woodstone)
  • FIX: Fixed a possible crash during Worldgen if you disable the Track block.
  • FIX: Fixed Anchor interaction with FunkyLocomotion.
  • FIX: Fixed IFluidContainer dupe bugs (I hope).
  • FIX: Logging out while riding a cart should no longer take the cart with you (and break trains apart).
  • FIX: Tunnel Bore should now obey permission events when breaking blocks. (contribution by Dockter)
  • FIX: Animal Detector can now tell cows and mooshrooms apart. (contribution by cruck1000)
  • FIX: Added foundation to village workshop. (contribution by notabadminer)
  • FIX: Various Undercutter bugfixes. (contribution by Yopu)
  • FIX: Fixed crash when Goggles are disabled. (contribution by Yopu)
  • FIX: Loosen up Routing logic so that Locomotives don't have to be at the front of the train.
  • FIX: Ore Dictionary support expanded to newest standards. (contribution by Adaptivity)
  • FIX: Override Command Block Cart to fix interactivity issues. (contribution by liach)

9.4.0.0-master

9 years ago
  • INFO: Updated BC API to Buildcraft 6.1.7-6.1.8
  • INFO: Updated Thaumcraft API. (thanks to jsteenbeeke for making this easier)
  • NEW: Added Force Track Emitter, uses Charge to project energy tracks. (Patron Milestone Complete!)
  • NEW: Added Flux Transformer (Yopu, CovertJaguar)
  • NEW: Added Track Layer and Track Remover. (Yopu)
  • NEW: Added three new Crowbar exclusive enchantments: Wrecking (bonus damage), Implosion (Creeper bonus damage), Destruction (wide area deconstruction of blocks). (WoodStone, CovertJaguar)
  • NEW: Added Metal Lanterns. (WoodStone, CovertJaguar)
  • NEW: Added Copper, Tin, Lead, and Steel Stairs and Slabs
  • NEW: Added Copper Plates.
  • NEW: Added Analog Controller Box. (wooky)
  • NEW: Hitting a Signal with a Magnifying Glass will tell you what aspect it is, for those people who can't see the colors. (liach, CovertJaguar)
  • NEW: Added Admin Steam Producer, creative only, produces infinite Steam. (Yopu)
  • NEW: Added Admin Feeder Unit, creative only, produces infinite Charge. (Yopu)
  • NEW: Thaumcraft Alumentum can be used as a Blast Furnace fuel. (Yopu)
  • CHANGE: MJ API replaced with RF API. (CovertJaguar, adudney)
  • CHANGE: Information reported by the Electric Meter has been improved.
  • CHANGE: Poor Ore now produces two Nuggets.
  • CHANGE: Increase Lapotron Loader Upgrade added storage to 5M and decrease the max to six upgrades.
  • CHANGE: Improvements to the Metals Chest algorithm, now better spreads the computation over multiple ticks and will convert Nuggets, Ingots, and Blocks directly to their RC equivalents in addition to condensing them.
  • CHANGE: Make Anchor/Sentinel pairing more flexible (order of pairing no longer matters) and add more error messages.
  • CONFIG: Added Anchor Debug config option, enabling it will spam you with information about ticking anchors.
  • CONFIG: Added a config multiplier for controlling how efficiently Steam Locomotives use fuel.
  • API: Electricity package was updated to allow usage tracking of charge.
  • API: Add Rock Crusher Recipe InterModComm message. (genymedes01)
  • FIX: Fix Emblems for Electric Locomotives (Issue #365)
  • FIX: Fixed some issues with Item/Entities falling on Rock Crushers.
  • FIX: Fixed Rock Crusher death messages, added several new death messages to other damage types.
  • FIX: Fix Firestone render glitch when not using fancy rendering. (viliml)
  • FIX: Possible fix for Locking Tracks getting out of sync for some users.
  • FIX: Possible fix for code optimizer issue with walls.
  • FIX: Fixed Anchor/Sentinel pairing displaying the wrong messages due to client/server differences.
  • FIX: Supported vanilla cart entities are now properly replaced with Railcraft's implementation on use. (many thanks to Yopu!)
  • FIX: Fixed crash when disabling the Locomotive Module.
  • FIX: Steam Oven textures should render correctly again. (Yopu)
  • FIX: Fix metal blocks and nuggets to actually return null when disabled. (Issue #338)
  • FIX: Add deconstruction recipe support for Hopper Cart and Furnace Cart. (Yopu)
  • FIX: Fix Firestone repair recipe dupe bug. (Yopu)