Skip to content

Instantly share code, notes, and snippets.

@NielsPilgaard
Created January 17, 2018 08:49
Show Gist options
  • Save NielsPilgaard/7466591545466341e139213189caa72c to your computer and use it in GitHub Desktop.
Save NielsPilgaard/7466591545466341e139213189caa72c to your computer and use it in GitHub Desktop.
Enigmatica 2: Expert 1.03 Changelog
Use the command "/bq_admind default load" to get the new quests.
Known issues
The Empowerer rays should be black when crafting the Empowered Void Crystal/Block, but black seems to be unavailable.
The Empowerer is very slow at crafting some items.
Tweaks
OpenBlocks: Increased elevator max travel distance to 255 blocks, and you can pass through unlimited blocks on the way.
Draconic Evolution: Disabled Ender Comets
IndustrialCraft2: Dragon Heart now replicable
Immersive Engineering: Increased the speed of the Automated Workbench
Immersive Engineering: Increased the energy requirement of the Automated Workbench
Advanced Generators: Buffed most Turbines
Forestry: Disabled Bee Hive generation in all dimensions but Overworld, Nether and The End.
Cyclic: Disabled Spikes
IndustrialCraft2: Machines no longer have to be picked up using a Wrench
Mystical Agriculture: Disabled Rubber Seeds, since Rubber is already a farmable resource
NuclearCraft: Passive permeation enabled - Electromagnets and Active Coolers can share their energy/fluids with adjacent blocks.
Environmental Tech: Removed Draconium from Void Ore Miners Tier 1-5
Ice&Fire: Entities and their structures are now less common
Tinkers’ Construct: Disabled the ability to alloy Obsidian in the smeltery
Quests
Industrial Foregoing 65% complete.
Astral Sorcery 90% complete.
Menu picture
Recipes
IndustrialCraft2: Iridium Reinforced Plate, iridium is now oredicted.
Conversion between Iridium Ore (IC2) and Iridium Ingot
Ice&Fire: Witherbone Shard
Rustic: Ironwood Logs -> Planks
Rustic: Olivewood Logs -> Planks
NuclearCraft: Invar may be produced in the Alloy Furnace (removed old recipe)
NuclearCraft: Constantan may be produced in the Alloy Furnace
NuclearCraft: Bronze may be produced in the Alloy Furnace (removed old recipe)
NuclearCraft: Steel may be produced in the Alloy Furnace (removed old recipe)
Furnace now takes Coal or Charcoal
XNet: Default Blue Network Cable recipe removed
XNet: Connector output doubled
Mekanism: Quantum Entangloporter now made with any Dragon Heart, not Quantum Dragon Egg
Mekanism: Thermal Evaporator Controller
Mekanism: Chemical Oxidizer
Mekanism: Chemical Infuser
Mekanism: Chemical Injection Chamber
Mekanism: Chemical Dissolution Chamber
Mekanism: Chemical Washer
Mekanism: Chemical Crystallizer
Forestry: Refined Circuit Board now take AE2 Engineering Processors instead of Advanced Rocketry Advanced Circuits
Avarita: Infinity Armor is now crafted with Draconic Armor.
Environmental Tech: Litherite now takes far less energy and time to produce.
Fix Graphite conversion recipes
Reinforced Cell Frame: No longer made in the Empowerer
Conversion recipes between Silicon Ingot and Silicon
Tinkers’ Construct: Some Large Plates are now craftable in the Metal Press
Tinkers’ Construct: Some Tool Rods are now craftable in the Metal Press
Thermal Expansion: Alternative ways of making Lumium, Signalum and Enderium
Thermal Expansion:
Ex Nihilo Creatio: Stone Barrel now requires 1 Obsidian
Armor: Faraday Boots/Chestplate recipes corrected
Armor: Most armor recipes now accept damaged armor.
Creative: Creative Builder’s Wand fixed
Avarita: Neutron Block to Ingots fixed
Oredict: Dragon Hearts
Added
- B.A.S.E
- Clumps
Updated
UniDict (went from UniDict-1.12.2-2.0.jar to UniDict-1.12.2-2.3.1.jar):
UniDict-1.12.2-2.1.jar:
1.12.2-2.1:
* now resource gathering is made on init (this will need some testing in order to see if there are no negative effects.).
* now you can pass null values (for the shape)for the CraftTweaker command mods.unidict.api.newShapedRecipeTemplate() without crashing.
* added a new "RemoveByKind" CT command, "furnace".
* added the method "addItemStackToBlackList" to UniDictAPI, this will allow modders to "blacklist" ItemStacks directly (resquested by [SkySom](https://minecraft.curseforge.com/members/SkySom))
*
added an optional parameter "String[] resourceKindWhiteList" for the CT commands "mods.unidict.removalByKind,get("crafting")" and "mods.unidict.removalByKind,get("furnace")"
is is basically a filter, that it will remove recipes only when the resource contains the given "kinds".
* changed how to use the "RemovalByKind" CT Command
now it is needed to "get" the wanted "RemovalByKind".
usage:
"val removalByKind = mods.unidict.removalByKind.get("removalByKindName")""
it will return the wanted "RemovalByKind" instance, as long you passed it a valid value.
currently the valid values are ("crafting", "furnace")
(probably I will have to create a "wiki" to explain better these things XD)
added another "RemovalByKind", the "furnace"
it works exactly as the "crafting" variant, but for the furnace.
after getting the "RemovalByKind" instance, in order to use, use the "remove" method, it uses the same arguments as before.
isn't required to store the "instance" in a val, but if you want to use it several times, it is better.
UniDict-1.12.2-2.2.jar:
New Integration:
* Kitsu's ForgeCraft (Anvil, Bloomery, Casting, Forge)
Fixed an huge memory leak (maybe not so huge).
Changed:
* now the UniDict CraftTweaker commands will be executed on the end of Initialization, to avoid conflicts with another CraftTweaker commands.
* some internal changes.
UniDict-1.12.2-2.2b.jar:
fix [Issue#72](https://github.com/WanionCane/UniDict/issues/72)
UniDict-1.12.2-2.3.jar:
New:
* added a confog option to make Crafting Integration ignore recipes created by certain mods ("S:ignoreModIdRecipes")
* now modders can create their own Integrations, use @UniDict.Integration annottation, and extends AbstractIntegrationThread.
how to create an integration: [wanion.unidict.integration](https://github.com/WanionCane/UniDict/tree/1.12.2/src/main/java/wanion/unidict/integration), it is undocumented, but it is really easy to do.
it is possible to specify which loading stage your integration will run, check the @SpecifiedLoadStage annotation.
Fixed Thermal Expansion Integration, it was broken because of changes on the lastest Thermal Expansion.
UniDict-1.12.2-2.3.1.jar:
Added two config options to ignore certain ItemStacks on Furnace Integration
"furnaceInputsToIgnore", and "furnaceOutputsToIgnore".
NuclearCraft (went from NuclearCraft-2.7a--1.12.2 to NuclearCraft-2.8d--1.12.2):
NuclearCraft-2.8--1.12.2:
+ Added five more passive Fission Reactor Coolers
+ Added more depleted isotope blocks [thanks to xenon54xenon54!]
* Fixed incorrect Fusion Reactor cooling rates
* Fusion Core GUI now shows the rate of change of heat and active cooling rate
* The Fusion Reactor is now gated behind Boron Nitride production
+ Added compact and dense forms of collector machines
* Electromagnets, Active Coolers and other passive machines will distribute their stored fluid and energy to adjacent machines of the same type - DISABLED by default
* Fixed slightly incorrect RF to EU conversion ratio
+ Added Brazilian Portuguese language file [thanks to InterPlay02!]
* Made language files much easier to customise
+ Tooltip info width is now set automatically - no more manual line spacing!
* Made lots of internal changes and cleaned up code
* Some recipe tweaks and fixes
NuclearCraft-2.8a--1.12.2:
* Fixed crash on opening Nuclear Furnace GUI
* Fixed minor tooltip description error on Decay Generator
* Fixed accelerator config localisation
NuclearCraft-2.8b--1.12.2:
* Fixed CraftTweaker error message on login
* Fixed Electromagnet Supercooler not using up liquid helium
NuclearCraft-2.8c--1.12.2:
* Fixed Fission Controller not updating its maximum energy transfer rate
* Minor recipe tweaks
* Updated Brazilian Portuguese language file [thanks to InterPlay02!]
NuclearCraft-2.8d--1.12.2:
* Fixed Active Fluid Coolers not accepting certain coolants
* Fixed Fusion Core rendering weirdly far from the world origin
* Cobblestone Generators will now push to adjacent inventories
* Fixed Glowstone Mushroom generation in the Nether causing cascades
* Added many more integration recipes
Draconic Evolution (went from Draconic Evolution 1.12-2.3.7.278-universal to Draconic Evolution 1.12-2.3.8.279-universal):
Draconic Evolution 1.12-2.3.8.279-universal:
-Re added toggle flight key binding
-Fixed entity path finding crash related to placed items.
LibVulpes (went from LibVulpes 1.12.2-0.2.7-24-UNSTABLE build -24 for 1.12.2 to LibVulpes 1.12.2-0.2.7-25-UNSTABLE build -25 for 1.12.2):
LibVulpes 1.12.2-0.2.7-25-UNSTABLE build -25 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-0.2.7-25
* [ fix https://github.com/zmaster587/AdvancedRocketry/issues/1039](https://github.com/zmaster587/LibVulpes/commit/33632836dac0ef8)
* [ Add locale overrides for #1012](https://github.com/zmaster587/LibVulpes/commit/182587bc99b89b2)
* [ Fixes jetpack toggle key #26](https://github.com/zmaster587/LibVulpes/commit/fc7f6413f69e433)
* [ fix https://github.com/zmaster587/AdvancedRocketry/issues/977](https://github.com/zmaster587/LibVulpes/commit/a47c9e24e25b1e5)
* [ fixes https://github.com/zmaster587/AdvancedRocketry/issues/991](https://github.com/zmaster587/LibVulpes/commit/970f3ced89b8171)
* [ fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819](https://github.com/zmaster587/LibVulpes/commit/baf62e827720d18)
* [ add getters for outputs](https://github.com/zmaster587/LibVulpes/commit/f603dbb45bd2941)
* [ add getters for outputs, update build num](https://github.com/zmaster587/LibVulpes/commit/5c39a00e823ef8d)
* [ fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954](https://github.com/zmaster587/LibVulpes/commit/f052c4110d22306)
* [ disable curse builds temporarily](https://github.com/zmaster587/LibVulpes/commit/c237fc105fd7ad9)
* [ update artefact location for git](https://github.com/zmaster587/LibVulpes/commit/b620c33dd67e3d6)
* [ fix https://github.com/zmaster587/AdvancedRocketry/issues/939](https://github.com/zmaster587/LibVulpes/commit/2c59e0e8ea088e0)
* [ add curseforge and changelog tasks.](https://github.com/zmaster587/LibVulpes/commit/38fcb72a4b0f478)
Forestry (went from forestry_1.12.2-5.7.0.219.jar to forestry_1.12.2-5.7.0.236.jar):
Changelog retrieved from forestry_1.12.2-5.7.0.236.jar:
Please help the Forestry project by [reporting issues here.](https://github.com/ForestryMC/ForestryMC/issues)
Current release 5.7.0.236
* Update Lang - Nedelosk
* Improve genetic filter implementation - Nedelosk
* Move the filter logic to a separate interface - Nedelosk
* Change default filter rule - Nedelosk
* Improve Filter collision box - Nedelosk
* Remove unused texture - Nedelosk
* Add sorting block (Genetic Filter) - Nedelosk
* Add more Dimension Config Blacklists for world generation (#1942) - temp1011
* Removing overworked bees mechanic, cap production modifier at 16x (#1946) - temp1011
* Adds dimension blacklist for hive generation. - phillipasmith1995
* Adds dimension blacklist for hive generation. - phillipasmith1995
* Adds dimension blacklist for hive generation. - phillipasmith1995
* Move the worktable into a separate module - Nedelosk
* Should be all of them (hopefully) - temp1011
* Add power config for analyzer - temp1011
* Fix #1061 Squeezer is very "liberal" regarding oredict in Recipes - Nedelosk
* Update Lang Git-Module - Nedelosk
* Fix #1937 Backpacks do not hold previously defined items - Nedelosk
* Fix #1399 Add Hive Generation Blacklist - Nedelosk
* Fix #1884 Tin can / wax capsule cannot pick up fluid blocks in world - Nedelosk
* Fix Crate Registration - Nedelosk
* Fix #1916 Client Crash with new version - Nedelosk
* Fix #1874 Crash when adding bee to BQM quest / chestloot - Nedelosk
* Fix #1920 Crate registration only on client side - Nedelosk
* No biome check - temp1011
* Fix #1919 Butterfly Model throws NullPointerException - Nedelosk
* Improve Database Recipe - Nedelosk
* Fix hive flammability Hive placed in the overworld burned whereas hive placed in nether did not in my tests. Hopefully this works better. - temp1011
* Fix #1932 Client Tile Updates Depending On Apiculture Module - Nedelosk
* Woops - temp1011
* add damage option to hives based on config - temp1011
* update config in apiculture - temp1011
* make non hellish hives flammable - temp1011
* Fix "Invalid property value detected" error logs from Buildcraft - mezz
* Fix #1918 Fix #1912 packet handler issue with latest Forge (14.23.1.2574+) - Nedelosk
* Fix Broken Sockets - Nedelosk
* Fix #1907 Electric engine doesn't update configuration properly - Nedelosk
* Fix #1901 Custom Backpack Model Registration - Nedelosk
* Fix #1906 Willow leaves can be used to create an x-ray - Nedelosk
* Fix resurrected ender dragons having no AI (#1908) - Remy A
* Revert "Slightly improve render performance of genetic items (bee, trees, etc)" This reverts commit 3df3d9121e51fca16e8a02b19ddb8e1a2b1d5bc6. - mezz
* Fix #1893 False Module Container ID - Nedelosk
* Slightly improve render performance of genetic items (bee, trees, etc) - mezz
* Stop viscous fluids from making water flowing sounds - mezz
* Fix #1890 NPE with Quark - Nedelosk
* Fix backward compatibility - Nedelosk
* Clean Up Module System - Nedelosk
* Fix Module System - Nedelosk
* Fix Api - Nedelosk
* Improve Module System - Nedelosk
* Fix GreenhouseEventHandler - Nedelosk
* Change the plugin system to a module system and split up modules -Changed plugin system to a module -Renamed forestry plugins to modules -Mod integration plugins are still called plugins -Moved the woodpile from the arboriculture module to the charcoal module -Moved the backpacks from the storage module to the backpacks module -Moved the crates from the storage module to the creates module -Added the database module with a new storage block for individuals -Added a species plugin interface to handle the database gui -Added some alyzer methods to the species plugin to move the alyzer integration later to it - Nedelosk
* Update Lang - Nedelosk
* Move some classes to the api and fix broken api classes - Nedelosk
* Remove experimental code - Nedelosk
* Remove unused resources - Nedelosk
* Change the plugin system to a module system and slit up modules -Moved the woodpile from the arboriculture module to the charcoal module -Moved the backpacks from the storage module to the backpacks module -Moved the crates from the storage module to the creates module -Added the database module with a new storage for individuals -Added a gui element system to improve the alyzer api -Added a species plugin interface to handle the database gui -Added some alyzer methods to the species plugin to move the alyzer integration later to it - Nedelosk
* Fix #1866 Block State Interaction Issues With Pokecube and Forestry - Nedelosk
* Fix Mystical Agriculture Inferium Seeds and update Integration - Nedelosk
* Fix #1860 Mystical Agriculture Integration (Could not find item) - Nedelosk
* Fix #1856 Non Glass Fluids in Thermionic Fabricator are not getting used up. - Nedelosk
* Fix #1863 Bottler does not empty bottles - Nedelosk
Thermal Dynamics (went from ThermalDynamics-1.12.2-2.3.9.2-universal.jar to ThermalDynamics-1.12.2-2.3.10.4-universal.jar):
Changelog retrieved from GitHub:
2.3.10:
GENERAL:
-Internal refactors and optimizations.
Chunk-Pregenerator (went from Chunk Pregenerator V1.12-1.5.1 to Chunk Pregenerator V1.12-1.6.1):
Chunk Pregenerator V1.12-1.6:
This is going to be big update. Now with multithreading and GUI for information flow insteadof chatspam. Keep in mind to use the GUI you have to have the mod installed.
Also now with structure control which requires to keep the mod installed to ensure that structures don't generate if you are blocking it, also structure listing and other things.
Anyway Changelog:
Version 1.6:
-Added: Find WorldSpawn Location
-Added: Structure Control into the game. (Allows to make savezones where structures can't generate, or list structures or delete structures (even after they generated)).
-Added: Commands, (Create/List/Remove Save zone command).
-Added: Commands, (Delete/List Structure command)
-Added: Delay option for chunk deletion.
-Fixed: Delete Processor didnt clear the listenerlist after being done.
-Added: Lag meter shows now if the pregenerator is paused because of to much game lag.
-Fixed: Some tiny bugs while porting
-Removed: (1.4.7 Only) Structure Control
-Changed: Moved very important things from the Pregenerator to a perMC based API to improve porting speed.
-Changed: How the Options Layout is being done for the pregeneration GUI.
-Added: Ram Usage to the Pregenerator UI.
-Changed: Some parts in the Processing logic to reduce Porting time.
-Added: BlockingPostProcessing Option for the PostProcessing Options, (Gives you the terrain and prevents that postProcessing is applied even by the game),
-Fixed: A bunch of Commands had tiny bugs in them.
-Fixed: A Potential issue with the 1.8.9 version of mc so that i can't forget it.
-Changed: How Chunks are injected since into the world.
-Added: A WorldCreation pregeneration file. Allows to run commands when a world is created.
-Added: A AutoListen and AutoIgnore system. That would include commands the player sends itself. Keep that in mind
-Added: If you join a world and you are marked as autolistener then it automatically adds you to the listener list when the pregnerator is running
-Fixed: 1.7.10 or lower didnt receive any ticks so thats why they weren't running xD
-Added: UI for information flow.
-Added: An Extra Thread to handle some stuff that could be done with a seperate thread.
-Fixed: A couple bugreports from 1.5.1.
- Changed: PostProcessing Logic is now experimental that provides a huge Speed Boost. (300-600% depending on the Modpack)
- Added: Command for removing the currently set delay in the pregenerator.
- Fixed: Removed the Unnesseary checks for chunk deletion which slowed it down. (Not that it mattered since it was able to delete 40k chunks in seconds but a tiny improvement is a improvement)
Chunk Pregenerator V1.12-1.6.1:
Important hotifx that fixes a memory leak in combo with other mods.
I made this change before because of an issue report and i decided to change how i unload chunks, Bad idea since the old methode i removed now cuased memory leaks with other mods. That is now fixed!
Changelog:
Version 1.6.1:
-Fixed: Throwing the ChunkUnloadEvents again. (Reverting a fix from another issue basically)
Thermal Expansion (went from ThermalExpansion-1.12.2-5.3.9.6-universal.jar to ThermalExpansion-1.12.2-5.3.10.15-universal.jar):
Changelog retrieved from GitHub:
5.3.10:
GENERAL:
-Internal refactors and optimizations.
ADDED:
-New Machine:
Sequential Fabricator - It's an autocrafter! :D
-New Augments:
Pattern Validation - Enables intelligent auto-input on the Sequential Fabricator.
Fluidic Fabrication - Adds an internal fluid tank to the Sequential Fabricator.
Enstabulation Apparatus - Allows for the Centrifuge to "process" Morbs.
-New machine process recipes.
-Plugin Support for Ice and Fire.
CHANGED:
-All blocks can now be filled/drained by hand, even the Fluid Transposer. Some machines may need
to be OFF to allow for fluid to be drained.
-Cache behavior has been changed internally, for better crossmod compatibility.
-Comparator behavior has been improved for the Cell, Tank, and Cache.
-Many recipes have been rebalanced. In general, dynamos and augments are all slightly cheaper.
CoFH Core (went from CoFHCore-1.12.2-4.3.9.2-universal.jar to CoFHCore-1.12.2-4.3.10.5-universal.jar):
Changelog retrieved from GitHub:
4.3.10:
GENERAL:
-Internal refactors and optimizations.
Tool Progression (went from toolprogression-1.12.2-1.4.6.jar to toolprogression-1.12.2-1.4.7.jar):
toolprogression-1.12.2-1.4.7.jar:
1.4.7:
* Adds Ex Compressum (Ex Nihilo) compatibility. You'll need at least Ex Compressum, but who uses only Ex Nihilo?
1.4.6:
* Merry Christmas!
* Fixes the Tinkers Construct modifier override not working as intended
* Fixes missing name and description of Magic Mushroom modifier
1.4.5:
* Adds CoFHCore tools support (including Thermal Foundation)
1.4.4:
* Adds more detailed item tooltips. (Hold SHIFT)
* Removes hardness from generated files. Didn't always work, but console spam.
1.4.3:
* Fixes TiC materials not appearing in the generated materials.cfg
1.4.2:
* Fix some blocks can be broken to fast
* Some refactoring
* Adds overwrite for block hardness. Use with care. Read documantion first!
1.4.1:
* Fix crash during load caused by ConcurrentModificationException
1.4.0:
* Huge internal refactor
* Updated documentation in the [wiki](https://github.com/tyra314/ToolProgression/wiki)
* Fixed jar signing *doh*
* Fixes overwrites for NOT requiring tools impossible
1.3.1:
* Brings back wildcards for meta values in block overwrites
1.3.0:
* Build is now against Minecraft 1.12.2 Older version may still work. YMMV
* Adds jar signing. Well at least I tried...
* Fixes hoes not overwritable. I may have to do some refactoring in the foreseeable future...
* Complete reworked GameStages/OreStages support. Using the API now, no more evil reflection hacks.
1.2.11:
* Fixes disabling of the harvest level increase of the TiC modifiers diamond and emerald
* Adds game-stages / ore-stages compatiblity layer. This will totally get alive and haunt mankind.
1.2.10:
* Disabling the harvest level increase of the TiC modifiers diamond and emerald, as the could easily mess up progression. (Use Fortify or Magic Mushroom instead)
1.2.9:
* Improved TinkersConstruct compatibility:
* Import mining level names from TiC, if they aren't set in the config
* Adds Magic Mushroom. This item increases the harvest level of TiC tools by one. No recipe by default, blame your lazy pack dev, if you can't get it.
1.2.8:
* Fixes possible NPE in TinkersConstruct compatiblity
1.2.7:
* Fixes TinkersConstruct compatiblity (It's hacky and I know it)
1.2.6:
* Build also for Minecraft 1.12.1
1.2.5:
* Fixes mod interaction issue with Chisel&Bits. Thanks to AlgorithmX2 for his help.
1.2.4:
* Adds compatibility with TiC for 1.12
1.2.3:
* Fixes usage of client-side stuff on servers
1.2.2:
* Compiled against new Forge version
1.2.1:
* Fixes possible client-side only function call on server-side
1.2.0:
* Update to Minecraft 1.12
Pam's HarvestCraft (went from Pam's HarvestCraft 1.12.2b - Re-Balance Update.jar to Pam's HarvestCraft 1.12.2j.jar):
Pam's HarvestCraft 1.12.2c.jar:
HarvestCraft 1.12.2c
-----------------
- Added: Items: Candied Pecans, Enchilada, Stuffing, Green Bean Casserole, Ham and Pineapple Pizza, Sauced Lamb Kebab, Cobblestone Cobbler, Crayfish Salad, Ceviche, Deluxe Nachoes, Baked Cactus, Garlic Steak, Mushroom Steak, Hot Dish Casserole, Sausage Bean Melt, Mettbrötchen
Pam's HarvestCraft 1.12.2d.jar:
HarvestCraft 1.12.2d
-----------------
Note: You will need to regen your Config file in order to get the new config options
- Fixed: Blocks: Gardens now break instantly again when punched
- Fixed: Name: Raw Duck and Cooked Duck have correct names
- Fixed: Name: Three Bean Casserole and Grapefruit Juice names are fixed by Luke616
- Fixed: WorldGen: Fixed editing of main thread by kashike
- Fixed: Recipe: Peking Duck finally has its own recipe, allowing you to finally make it and Stuffed Duck
- Fixed: Recipe: Green Bean Casserole now has a recipe
- Fixed: Recipe: Fixed recipe grouping by F43nd1r
- Fixed: Recipe: Soft Pretzels now require listAllwater as well
- Fixed: Recipe: Tofacon now accepts itemSalt, dustSalt, and foodSalt OreDictionary'd salts
- Fixed: Recipe: Roasted Chestnut, Popcorn, Raisins, Tea, Coffee, Ricecake, Grilled Asparagus, Baked Sweet Potato now use correct cropX Ore Dictionary listings
- Fixed: Recipe: All honey recipes now use foodHoneydrop and dropHoney (from Forestry) for all recipes
- Fixed: Recipe: Plain Yogurt x4 can also be made by putting Plain Yogurt + Leather in crafting grid
- Fixed: Recipe: Red Velvet Cake now requires foodCocoapowder in place of one of the dyes by ReverseStateMonad
- Removed: Recipe: Removed Plain Yogurt + listAllmilk = 2 Plain Yogurt recipe
- Added: Config: cropGrowthSpeed (Default: 0.0): This number is added/subtracted from normal fertile crop growth (3.0) and adjacent fertile crop growth (4.0)
- Added: Config: fruitGrowthSpeed (Default: 25): Lower is faster
- Added: Lang: Added zh_tw.lang file by HaeDon
- Added: Lang: Added pl_pl.lang file by EliogabalusPL
- Added: Blocks: Beehives can now be sheared
Pam's HarvestCraft 1.12.2e.jar:
HarvestCraft 1.12.2e
-----------------
ALL RECIPES SHOULD NOW BE WORKING
Note: You will need to regen your Config file in order to get any changes to the Config file
- Fixed: Block: Beehives now break when nothing is above them, dropping the Queen Bee
- Fixed: Block: Fruit blocks now break with nothing is above them, if mature will drop 2 fruits (to make up for losing a renewable resource block)
- Fixed: Config: Removed useless config options (bait amounts, fresh water amounts, salt amounts, etc). To change the amount a recipe gives you, open the recipe JSON in the JAR file in a text editor and change the count amount. (reported by bushbaby1234)
- Fixed: Recipe: Grilled Mushroom now uses cropWhitemushroom instead of harvestcraft:whitemushroomitem
- Fixed: Recipe: All recipes with alternate versions have now been re-named foodname_alternate item (example: friesitem_foodSalt, friesitem_dustSalt, friesitem_itemSalt, etc) -
- Fixed: Recipe: Sweet and Sour Sauce now uses foodHoneydrop and dropHoney instead of harvestcraft:honeyitem
- Fixed: Recipe: All salt recipes should have three versions for dustSalt, foodSalt, and itemSalt Ore Dictionary (reported by Chunkey)
- Fixed: Recipe: Fruit logs (maple, cinnamon, paperbark) should now convert to planks correctly
- Fixed: Recipe: Fixed recipes for making and unmaking Honey Block, Pressed Wax Block, Honeycomb Block, Waxcomb Block
- Fixed: Recipe: Recipes to make Pressed Wax with cropCandle fixed (toolPot, 1:1, toolPot, 8:8)
- Fixed: Recipe: Toasted Coconut now uses cropCoconut correctly
- Added: Presser: Minecraft Pumpkin Seeds to Cooking Oil, Grain Bait
- Added: Presser: Harvest Apple to Apple Juice, Fruit Bait
- Added: Presser: Harvest Carrot to Carrot Juice, Veggie Bait
- Added: Presser: Raspberry to Raspberry Juice, Fruit Bait
- Added: Recipe: Added Flour recipes for cropAlmond, cropCoconut, cropChestnut, listAllwheat, cropBean, cropBanana, cropPeas, cropSoybean
- Added: Recipe: Added Cooking Oil recipes for cropAvocado, listAllseed(2:2 ratio), cropTea
- Added: Recipe: Added Roasted Root Veggie Medley recipes for cropRutabaga, cropBeet, cropRhubarb
- Added: Recipe: Added Spicy Greens Recipe for cropSpinach, cropAsparagus
- Added: Recipe: Fresh Milk recipe alternative (toolJuicer, cropAlmond)
- Changed: Presser: Coconut to Coconut Milk, Grain Bait
- Changed: Recipe: Spring Salad now requires toolCuttingboard, cropLettuce, listAllveggie (instead of having a dozen specific recipes)
- Changed: Recipe: Veggie Stir Fry now requires listAllmushroom or listAllvegie instead of specific recipes
- Changed: Recipe: Almond Butter, Peanut Butter, Cashew Butter, Pistachio Butter, Chestnut Butter now use toolMortarandpestle
- Removed: Recipe: Removed double cropSpiceleaf Salad Dressing Recipe (not intended)
- Removed: Presser: Grape to Cooking Oil
- Removed: Presser: Coconut to Cooking Oil
- Removed: Presser: Pumpkin Seeds to Cooking Oil
Pam's HarvestCraft 1.12.2f.jar:
HarvestCraft 1.12.2f
-----------------
- Added: Fruit Tree: Added a Spider Web 'fruit' tree, that grows in temperate areas with spider web 'fruits' that drop string when mature and right-clicked (sapling crafted with any sapling and three string) Disable in config with spiderwebtreeGeneration
Pam's HarvestCraft 1.12.2g.jar:
HarvestCraft 1.12.2g
-----------------
NOTE: Automation for other blocks coming next update
- Fixed: Presser: The Presser can now be automated! Input slot is accessed from top, sides while both Output slots are accessed from the bottom. Tested with hoppers!
- Fixed some issues with Hunger Overhaul interacting with HarvestCraft (PR by alexbegt)
Pam's HarvestCraft 1.12.2h.jar:
MOD NOT LOADING FIXED
HarvestCraft 1.12.2h
-----------------
NOTE: Automation for Traps, Market, Shipping Bin coming next update
- Fixed: Blocks: Apple fruit block should now drop the correct apple item
- Fixed: Presser: The Apiary can now be automated! Input slot is accessed from top, sides while both Output slots are accessed from the bottom. Tested with hoppers!
- Added: Config: queenbeelastresultequalsQueen [Default: True]: Determines if a queen bee's last result will be another queen bee or a random item (grub, waxcomb, or honey comb)
- Added: Config: enablebeegrubaslistAllmeat [Default: True]: Adds grubitem and cookedgrubitem to the listAllmeatraw and listAllmeatcooked OreDictionary to be used in food recipes
- Added: Item: Cooked Grub (Recipe: toolBakeware, grubitem) You can remove the recipe from the recipe folder in the JAR file if you don't want to allow this
Pam's HarvestCraft 1.12.2j.jar:
HarvestCraft 1.12.2j
-----------------
- Fixed: Everything: Fixed the mod not loading
Recurrent Complex (went from RecurrentComplex-1.4.6.jar to RecurrentComplex-1.4.7.jar):
RecurrentComplex-1.4.7.jar:
1.4.7
+ There are now more types of overridable vanilla decoration (Ocean Monument, Scattered Feature, Village, Nether Fortress, Stronghold, Mineshaft)!!
* Placers now have the capabilits to place only where floor blocks are, making them a lot more accurate!
+ A lot more types of inventories are recognized by loot generators!
* Recurrent Complex now logs which structures are causing chained chunk generation
* /#select set now works for two points at once again
* Decoration overrides now honor the universalDimensionMatcher
+ Vanilla Decoration overrides now have a configurable placer
* /#move can now again move by negative amounts
* Ruins look a bit better
1.4.6
+ Structures now have a 'baseline' property in addition to the placer - which means most structures can now use the placer as a preset rather than changing it with a move.!!
* Improvements for the GUI in a lot of places. It's both more compact and easier to look at in a lot of places now.!!
+ Holder block scripts - switching a specific area between two different setups for easier local toggle handling!!
* Local toggles now save properly and are output when looking up specific sights (along with the seed)!
* Structures now check for a rough ratio of water / floor when spawning to prevent surface structures spawning on rivers or lakes.!
* Mazes now generate even faster and are a lot more reliable again !
* All structures now contain the author in the metadata (even mine! woo!)
+ /#search now allows for a --author parameter to search for authors
* /#natural floor does not consider foliage floor blocks anymore
* /#whatisthis is now more accurate / fixed
* Script Blocks that are redstone triggerable now place in the world on structure spawn
* /#selection commands now work better if one point is missing
* Savanna village kitchens now spawn at the right height and better
1.4.5.1
* Match placer factors now work more reliably (requiredConformity was ignored and treated as 1)
* Generic space and solid blocks didn't have item textures
1.4.5
* Commands now fail to run if an unknown parameter is provided (to avoid errors or legacy parameters)!!
* Mazes now have a (configurable) timeout feature. They will never again block the server generation forever!!
* Mazes are a lot quicker to generate in general. (reachability: destination filter, ability grouping)!!
+ Maze and pattern GUIs now have a visualization feature in-world. This helps with placement math a lot!!
* Structures no longer generate their entities and scripts twice!!
+ New structure: UndergroundCultChamber. Thanks A1MOSTADDICTED!!
* /#flood <direction> is now /#move --flood <direction>!
* /#containing is now /#search --containing!
* /#decorateone is now /#decorate --one!
* OldWatchtower now generates loot again (thanks thephoenixlodge
+ /#containing now supports --dimension, --list and --maze
* Preview dummies are no longer auto-canceling themselves on the client
* GenericTree now places correctly from saplings
* /#export now again works with /#export StructureName for overriding another structure (--id to use just the name, not the metadata)
+ /#export, /#convert and /#edit now support --directory and --id
* Stone now starts a little further underground for natural floor blocks
* Direction expression autocomplete now includes true and false
* /#natural smart no longer ignores its parameters
* Inventory generation tags are now sorted by the name in the creative menu
1.4.4
* Lots and lots of performance upgrades!!!
** Structures far less often cause cascading chunk generation!!!
*** This might cause missing parts in structures if they weren't fully generated before the update just once. Keep this in mind before updating.
** Skylight calculation is now deferred until the full structure is generated (this was 1/3 of structure generation time)!!
** Transformers no longer prepare if the conditions are not met
** Transformers no longer prepare if an ensure transformer fails (especially useful for forest performance)
+ failingStructureLogExpression: A config option to restrict logging of failing structures to keep logs cleaner
1.4.3.3
* Fixes The game crashing when loading advancements
1.4.3.2
* Fixes a freeze / crash in 1.12 on world generation
1.4.3.1
* If generation and transformer IDs are missing, consistently randomize them across loads. This fixes structures sometimes spawning with negative space blocks in the world
* /#sanity now checks for empty transformer and generation IDs
1.4.3
* /#vanilla gen is now more stable
* /#vanilla gen --seed is more meaningful by not being chunk-dependent anymore
* /#duplicate is now gone in favour of /#move --duplicate (or /#move -c)
* /#replace is now gone in favour of just /#fill
+ /#move now has a --times option
+ /#property now has a --shape option
+ The block selector now selects over an infinite(ish) distance
1.4.2
* Structures are no longer cut at the chunk border!!
+ New Command: /#vanilla gen, which generates a vanilla structure (e.g. village or fortress)
+ /#whatisthis and /#vanilla check now check for vanilla structures too
* The game should no longer or at least less often crash with MissingMappingException (TileEntity is missing a mapping [...])
* Village structures can now choose to have no front (also good for unrotatable structures)
1.4.1
* Fix for two poem generation related crashes
* /#crop now has a fitting default exp value
1.4
* Command System overhaul!!! Almost every command changed in usage or even name! (The wiki will be updated to match soon)
+ /#& "command 1" "command 2" [..], which runs multiple commands at once! This is especially useful in conjunction with /#map and /#selection
* Poems are now more adjustable! It's now completely backus-naur based.
1.3.2
* Structures no longer generate in all dimensions at once!!! (whoops!)
* Sanity check and compatibility approach for dimensions that skip chunk population! (this means structures should now be able to generate in any dimension, whether previously compatible or not)
* New Command: /#sanity will go through a bunch of quick checks to make sure everything is more or less sane
* Fix for a few structures never generating
* Village structures no longer generate partially with the wrong biome's blocks
* /#reload now roughly shows the kind of error if there was one
* The tile entity forwards compatibility is a bit better (fixing 'Skipping BlockEntity rcspawnscript' errors in lightweight mode)
1.3.1.2
* Structures now properly save their instance data for later, fixing multichunk issues left and right!
* Less crashes with multithreaded and cascading chunk generation (hopefully none anymore)!
* Trees will stop generating in non-hot, sandy biomes
* Generation Data will not be saved with a colon in the filename anymore, as that's illegal on most OSs (you might want to rename reccomplex_random.dat and reccomplex_generation.dat to reccomplex-random.dat and reccomplex-generation.dat, respectively)
* Fix for the maze generation crashes in lightweight mode (since loading the tile entities failed)
* Floating vines will occur less often
* Performance improvements
* Villages no longer generate huge networks of paths
1.3.1.1
* Structures in and out of villages aren't cut off at chunk borders (or chunk border +8) anymore!
* Chunk-partial generation is now a lot more efficient for big structures by skipping things that don't need to generate in the current chunk
* Mazes no longer generate the entries' structures for every single chunk
1.3.1
* Tile entities from 1.11 are now supported! This also fixes mazes created in 1.11. (1.10)
* Fix for a crash when inventory generators used null stacks
* Improvements to chunk-partial generation
* There are now less dead trees in forests on average
* Mazes can now have inherent reachability
* Fix for a crash with the ruins transformer where BoP plants, snow and other blocks existed for falling blocks
* Some GUI adjustments
1.3
+ The mod now ceases to require Forge on the other end as well, making servers open to vanilla clients!!!!
+ New surface-entry mazes for stone, meso and pyramid mazes!!!
+ Structure generation is now chunk-partial: This should improve performance and reduce chained chunk generation!!!
+ Structure Variables: With these you can set variables per structure to further randomize it, or save time for maze components!!!
+ 3 kinds of jungle temples holding mazes (thanks KeizerKronos)!!
+ Re-Activate a lot of structures that were lost in a past update!!
* With more tries per failed structure spawn, structure densities persist better with structures that fail to spawn often - also makes forests a lot denser!!
+ All existing mazes have been enhanced with more components, more randomness and quicker generation!!
+ Previews now work for bigger structures as well, and will never crash the game again!!
+ Expression conditionals: a ?? b :: c (ternary operator)!
* Better maze reachability prediction, which means mazes generate more quickly and more reliably!
* Script Blocks now work correctly in mazes!
+ /#flood which floods an area around the selection with blocks!
+ Japanese fort ruins (thanks Necr0manceR13)!
+ An abandoned church with a graveyard (thanks doktorpixel14)!
+ A rare, big cubone skull (thanks Crystal_LD)!
+ A decorational brick henge!
+ Some things now have duplicate buttons!
* Maze path components are now all the same structure (StoneMazePath, MesoMazePath and PyramidMazePath)
* Dinosaur skull and skeleton structures now use bone blocks
* Less structures that are just 1 block tall
* /#move now doesn't trigger block updates, making it run a lot quicker
* More and better logging
* Better ruins generation algorithm
* GUI aligns better in places
* GUI abbreviates things better
* Expression preview now colours the whole preview correctly
* The add/remove tile entity button in the inspector GUI works again
* wood_old slabs in structures have completely been replaced with actual wood slabs
* Fix for a potential crash when loading a structure spawn script
1.2.10
+ /#map and /#mapall that runs a (compatible) command on a structure and immediately saves it!
* Tile entities generation is now a lot more stable, especially in terms of modded tile entities!
+ /#writeall to write all existing files to the custom folder
* SpruceTree only consisted of two blocks, and a bunch of trees had wrong leaf types in them
+ Some links to the newly launched official Recurrent Complex repository!
+ On server start, ReC now outputs some links / help to get people started with modifying structures (opt-out in the config)
* Some trees were generating away from their saplings
1.2.9.1
* Items generate again in lightweight mode
* Commands using expressions now output the expression error if invalid
1.2.9
* Resource Expressions work again with casing (fixes structureLoadMatcher, structureGenerationMatcher etc.)
* Trees now also check the surrounding terrain on world generation. This makes forests less dense, but prevents trees from spawning inside each other.
* Structures no longer spawn in biomes they're not supposed to on biome edges.
* Rocks no longer spawn in oceans
+ Replace and replace all transformers now get the NBT Editor GUI for entering the blocks' NBT values. Inventory Generation Tags also are now executed from these transformers' placed tile entities.
+ Frequent Structures no longer block bigger structures from spawning (can be adjusted in the individual structure files)
* Mazes generate a bit more reliably
1.2.8
+ Lots more village buildings!! (thanks gibraltarMC and Defoxx)
+ Improved Ruins Transformer!! Ruins now look a lot more dynamic and actually perform a lot faster, too.
* Mazes now generate a lot more reliably as well as fast!
* More big and huge mazes underground!
* Some trees spawning from saplings didn't spawn on the saplings!
* Big structures now spawn a lot faster (more performance)!
* Decoration sometimes crashed the game! (Now it only logs an error)
+ New Command! /#convertschematic directly converts a schematic file to a structure file.
* /#importschematic can now handle uncompressed schematic files
* Schematic Files now correctly load old vanilla tile entities that didn't before
* Natural Generation Categories can now try spawning structures more than once per biome (structureSpawnChances)
* /#fill and /#sphere now run a lot faster
* Some trees spawned where they shouldn't (and kept two more types of rocks from spawning)
* Fixed an issue that prevented some village buildings from spawning (whoops!)!
* Village Houses now rotate towards the street correctly
* Item Generation Component weight sliders now scale correctly like all weight sliders
* Generic Solid and Space blocks now appear in the creative menu again
1.2.7
+ Revamped inspector! You can now edit tile entity and entity metadata with it!!!
+ /#containing which searches all structures for a block / block expression being used!
* Generation Info expressions now work again (fixes tree leaves never being decayable)
* Script blocks made in earlier versions now correctly have on spawn enabled (fixes mazes in pyramids and similar)
* /#export now better predicts whether to save in active or inactive
* Changes in item collections didn't update the collections themselves
* The pattern ingredient screen no longer crashes
1.2.6.2
* /#pastegen works again!
* /#importschematic no longer crashes when a mod loads with invalid metadata
* Some more performance improvements
* Natural and Natural Air transformers can now customize which blocks to override
* Inventory Generation Components often crashed when editing the items
1.2.6.1
* Inventory generation components now save again!! (Thanks RiverC)
1.2.6
* Performance!!! World generation is about 2-3 times faster, sapling generation 3-4 times (fixing lag spikes in large forests)
* The game no longer crashes when ReC tries to load an unknown tile entity!
* /#paste works again!
* Generic space doesn't have a bounding box anymore
* More tooltips
* Compatibility with C&B in structures (requires next version of C&B)
* You are no longer being warned about generation layers on /#import
* Some big operations now warn the sender before running
1.2.5.1
Update for the latest Forge changes (resolves startup crash).
1.2.5
1.11 Update!
1.2.4
* Lots of GUI improvements - Scroll bars, resizeability, titles, symbols and more!!
* Script blocks are now triggerable via redstone (if so desired)!
* Chests generate loot again in all structures in lightweight mode!
* Certain functionality (e.g. export GUI) no longer crashes servers
* Fixed a crash that might occur if presets could not be found
1.2.3.4
* Setting the baseWeight_tree to 0 removed almost all trees from forests!
* More boulders and mounts! Also they now spawn in the frequent category to make space in the decoration category for more interesting structures!
+ /#eval, which quickly evaluates a dependency expression. Useful for testing global variables
* The generateNature option was being ignored
* Many village buildings spawned without a floor. Poor villagers.
* /#duplicate now tab completes
* Having a /#generate operation still in preview when loading an old world crashed the game
1.2.3
* baseWeights from the config were being ignored - whoops!
* RTG Compatibility: Trees don't overcrowd their biomes anymore (when their next release comes out)!
* Fix for the compatibility crash with PokeCube
1.2.2
+ /#remember to add a /#whatisthis entry!! This is also useful to mark areas as player creations to avoid retro-generating in them.!!
+ /#forget and /#forgetall to forget a /#whatisthis entry!
* lightweightMode has been moved the the General config category! Caution!
* The generateNature option works again
* Items generate again in lightweight mode
* Maze IDs didn't save properly
* Resources are now loaded from mods in order of dependency
1.2.1
+ You can now hide most ReC GUIs to look around in the world!
* GUIs now scale with the window a bit
* Spawn Script blocks now save again
* No more crash when editing the maze paths of a maze that has no rooms
* No more crash when adding a maze path
* No more ruins transformer crash when no decay was set
1.2
+ Structures are now loaded from the specific world save too. That means per-world progression!!
+ /#retro which retro-generates ReC in all biomes it has not yet generated!!
+ Spawn Tweaks option: Quickly adjust the spawn rates of structures from the config without editing them!!
+ All expressions now support true, false and global toggles you can add in the config file!!
+ Global toggle 'treeLeavesDecay' which allows you to disable the decay of the big new trees!
+ Spawn distance multiplier for natural spawn categories - that means you can now make structures spawn more often the further away they are from spawn!
+ /#write which can write any loaded file to any default resources folder !
+ /#delete which deletes a loaded file from its resources folder !
+ /#setbiome which sets the biome in the current selection. Good for structure-themed biomes!
* Mazes now finally, finally support mirror and are a lot more reliable overall!
+ /#selecting which runs a command that requires a selection (e.g. /#setbiome). This enables those commands in spawn scripts!
+ /#as which runs a command as another entity !
* Saplings will no longer disappear when the tree refuses to grow
* Preset selection now looks a lot nicer, as well as other stuff in the GUI
* The structure min cap now respects spawn weight
* Single item generation tags now have a spawn chance
* Dependency matchers can now depend on inventory generators, presets etc.
* Some generated furnaces now contain coal left in there
* The ruins transformer now looks a bit better
* Trees are even more mindful of where they spawn now
* Item tags now also generate in chest minecarts and the likes
* Books now generate properly again. Anyone else dearly missed poems? :D
* Presets are less prone to crash if the preset file is missing.
1.1
+ Over 40 new structures (in the nether, overworld, and as natural tree spawns)!!!
+ Sapling Generation: Growing saplings can now generate beautiful hand-built structures!!
+ Decoration Generation: Completely replace tree/mushroom generation of vanilla with more interesting foliage!!
+ Placers: Completely new structure placement logic. This allows safe spawning on the surface, the nether, end, caves and wherever else!!
+ Preset saving: You can now define and use your own presets for biomes, dimensions, blocks, transformers and placers!
+ Property transformer to easily replace a property by name and value! (Also available as /#property)
* Expression results now scroll with you as you edit the expression for easier usage
+ /#wand which selects the whole structure if it has been cut out
* Generation in general is now a lot faster
* Natural air now checks for flying foliage and removes it to look better
* Natural air and natural floor now perform a lot better and look nicer
+ Ensure transformer: Ensure certain criteria to be fulfilled before spawning the structure!
* Negative space transformers can now limit the destination blocks (e.g. only act if the resulting block is stone)
* Lots of new variable types for different expressions
+ /#genat which allows you to specify a special entity as reference to where to spawn the structure
+ /#gen can now specify with what generation info to spawn
* Static generation works again
* Improvements to natural floor / space spawning
* Lots of improvements to existing structures
* Generic floor / pillar transformer didn't work correctly in villages
* Randomize buttons now take less space
* Village pieces now don't try to save instance data when there is none (fixes crash in sponge)
* Tooltips are now often over the menu items' titles rather then the elements instead, to be less invasive
Biomes O' Plenty (went from BiomesOPlenty-1.12.2-7.0.1.2312-universal.jar to BiomesOPlenty-1.12.2-7.0.1.2313-universal.jar):
Changelog retrieved from BiomesOPlenty-1.12.2-7.0.1.2313-universal.jar:
Build 1.12.2-7.0.1.2313:
github:
Update ru_RU.lang
Hello! I updated some phrases, please add them to your mod.
I corrected phrases about hellish entity and blocks, and added some
translate to words)
Cyclic (went from Cyclic-1.12.2-1.10.9.jar to Cyclic-1.12.2-1.10.11.jar):
Cyclic-1.12.2-1.10.10.jar:
* New Blocks:
* Ender Bookshelf
* Ender Library
* Digital Typewriter
* Trash Void
* Auto User will no longer place blocks (but will still use blocks as normal, this just fixes the bug when used with Advanced Mortars where it places cobblestone when the mortars durability breaks).
* Translation file added: Chinese Traditional (zh_TW).
* Corrupted Chorus noclip now displays in upper right instead of flooding chat.
* Corrupted Chorus noclip ghost mode will no longer allow players to access the spectator toolbar.
Cyclic-1.12.2-1.10.11.jar:
* Fixed client/server desync with the Scythe tools.
* New config fluid_placer to disable the Fluid Placer block.
Wawla - What Are We Looking At (went from Wawla-1.12.2-2.5.247.jar to Wawla-1.12.2-2.5.249.jar):
Wawla-1.12.2-2.5.248.jar:
* Update MCP and Gradle (#84) - CDAGaming
Wawla-1.12.2-2.5.249.jar:
* Improvements to WAWLA (#87) - CDAGaming
ConnectedTexturesMod (went from CTM - MC1.12-0.2.3.9 to CTM - MC1.12-0.2.3.12):
CTM - MC1.12-0.2.3.12:
- Fix crash when a texture references itself
Angel of Vengeance (went from AoV-1.12-0.8.3.jar to AoV-1.12-0.8.5.jar):
AoV-1.12-0.8.5.jar:
* 0.8.5
* Fixed various issues caused by a bad refactor in 0.8.4
* 0.8.4
* Fixed a GL rotate leak
* Fixed an issue where Astro renders were rendering only on the client's player instead of other players who've used the abilities.
* Damage dealing spells should now say who dealt the damage~ in code.
* Added zh_tw.lang
Chisel (went from Chisel - MC1.12-0.1.1.24 to Chisel - MC1.12-0.1.1.26):
Chisel - MC1.12-0.1.1.26:
- Fix issue where certain storage blocks (iron, lapis, etc) did not have an oredict name.
BdLib (went from BDLib 1.14.3.10 (MC 1.12.2) to BDLib 1.14.3.12 (MC 1.12.2)):
BDLib 1.14.3.11 (MC 1.12.2):
bdew: Prevent HasTE from corrupting TE's of unrelated blocks if passed an
BDLib 1.14.3.12 (MC 1.12.2):
bdew: partially reverted the check in HasTE - causes issues in e.g. blockBreak
Iron Backpacks (went from IronBackpacks-1.12.2-3.0.2-3.jar to IronBackpacks-1.12.2-3.0.4.jar):
IronBackpacks-1.12.2-3.0.3.jar:
Version 1.12 - 3.0.3:
Additions
- Added the ability to color backpacks
- Shapelessly craft with dye, craft with water bucket to remove color
- Added the "Everlasting Upgrade"
- It makes backpacks never despawn
- Added ability to remove upgrades
- Backpack + shears in an anvil
- [Internal] Added the code base for the ability to equip backpacks
- Disabled though, as it hasn't been tested enough and rendering isn't working yet
- {Internal] Added a new Blacklist to the API
Changes
- Specializations are now visually different (backpack clasp color)
- Slightly changed preexisting bag colors as well
Bug Fixes
- Fixed dupe bug when opening a backpack and tossing it away simultaneously.
- Fixed odd interactions with inventory sorting mods
- Fixed null backpack appearing as an ingredient when crafting higher tier ones
IronBackpacks-1.12.2-3.0.4.jar:
Version 1.12 - 3.0.4:
Additions
- None
Changes
- None
Bug Fixes
- Fixed crash when changing keybindings.
Advanced Rocketry (went from AdvancedRocketry 1.12.2-1.2.6-42-UNSTABLE build -42 for 1.12.2 to AdvancedRocketry 1.12.2-1.2.6-49-UNSTABLE build -49 for 1.12.2):
AdvancedRocketry 1.12.2-1.2.6-43-UNSTABLE build -43 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-43
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
AdvancedRocketry 1.12.2-1.2.6-44-UNSTABLE build -44 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-44
* [ fix #1029](https://github.com/zmaster587/AdvancedRocketry/commit/9b609e597ed265b)
* [ Mitigate #1004 #941 #956 #816 #760, prevent world save in case of corruption](https://github.com/zmaster587/AdvancedRocketry/commit/5f9c19c21c2542e)
* [ fix #1030](https://github.com/zmaster587/AdvancedRocketry/commit/ffb992ef7c56be5)
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
AdvancedRocketry 1.12.2-1.2.6-45-UNSTABLE build -45 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-45
* [ attempt to fix NPE with buildcraft, #992, #972](https://github.com/zmaster587/AdvancedRocketry/commit/3d8fd79f1c7a88d)
* [ Sneaky debug thingy you, scram](https://github.com/zmaster587/AdvancedRocketry/commit/b44b50cfe46cee2)
* [ Curse this plauge of mispellings, die once and for all! Tonight you will be struck down](https://github.com/zmaster587/AdvancedRocketry/commit/4d3dc5f8acc7efa)
* [ fix #958](https://github.com/zmaster587/AdvancedRocketry/commit/1cfda23ac5bb173)
* [ add localization for #960](https://github.com/zmaster587/AdvancedRocketry/commit/d2ad731cb9cd863)
* [ resolve #925](https://github.com/zmaster587/AdvancedRocketry/commit/ae2e948760f1018)
* [ handle and print debug for cable CME, addresses #1032](https://github.com/zmaster587/AdvancedRocketry/commit/9ab47e2685cddca)
* [ add support for itemCapability handlers for rockets, resolves #1001](https://github.com/zmaster587/AdvancedRocketry/commit/325f9f834c91d80)
* [ fix getting booted from invs #1001](https://github.com/zmaster587/AdvancedRocketry/commit/ce6a32add519679)
* [ Rockets now notify landing pad when dismantled #1038](https://github.com/zmaster587/AdvancedRocketry/commit/40bb52132ccf086)
* [ Add iridum ore gen option #964](https://github.com/zmaster587/AdvancedRocketry/commit/ce2e20f35e4cc5b)
* [ fix #1031](https://github.com/zmaster587/AdvancedRocketry/commit/15aa500e1cf13e1)
* [ fix #1029](https://github.com/zmaster587/AdvancedRocketry/commit/9b609e597ed265b)
* [ Mitigate #1004 #941 #956 #816 #760, prevent world save in case of corruption](https://github.com/zmaster587/AdvancedRocketry/commit/5f9c19c21c2542e)
* [ fix #1030](https://github.com/zmaster587/AdvancedRocketry/commit/ffb992ef7c56be5)
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
AdvancedRocketry 1.12.2-1.2.6-46-UNSTABLE build -46 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-46
* [ resolve #1044](https://github.com/zmaster587/AdvancedRocketry/commit/64ecf0fdb420858)
* [ possible fix for #911](https://github.com/zmaster587/AdvancedRocketry/commit/2dcf58dfcfee28b)
* [ attempt to fix NPE with buildcraft, #992, #972](https://github.com/zmaster587/AdvancedRocketry/commit/3d8fd79f1c7a88d)
* [ Sneaky debug thingy you, scram](https://github.com/zmaster587/AdvancedRocketry/commit/b44b50cfe46cee2)
* [ Curse this plauge of mispellings, die once and for all! Tonight you will be struck down](https://github.com/zmaster587/AdvancedRocketry/commit/4d3dc5f8acc7efa)
* [ fix #958](https://github.com/zmaster587/AdvancedRocketry/commit/1cfda23ac5bb173)
* [ add localization for #960](https://github.com/zmaster587/AdvancedRocketry/commit/d2ad731cb9cd863)
* [ resolve #925](https://github.com/zmaster587/AdvancedRocketry/commit/ae2e948760f1018)
* [ handle and print debug for cable CME, addresses #1032](https://github.com/zmaster587/AdvancedRocketry/commit/9ab47e2685cddca)
* [ add support for itemCapability handlers for rockets, resolves #1001](https://github.com/zmaster587/AdvancedRocketry/commit/325f9f834c91d80)
* [ fix getting booted from invs #1001](https://github.com/zmaster587/AdvancedRocketry/commit/ce6a32add519679)
* [ Rockets now notify landing pad when dismantled #1038](https://github.com/zmaster587/AdvancedRocketry/commit/40bb52132ccf086)
* [ Add iridum ore gen option #964](https://github.com/zmaster587/AdvancedRocketry/commit/ce2e20f35e4cc5b)
* [ fix #1031](https://github.com/zmaster587/AdvancedRocketry/commit/15aa500e1cf13e1)
* [ fix #1029](https://github.com/zmaster587/AdvancedRocketry/commit/9b609e597ed265b)
* [ Mitigate #1004 #941 #956 #816 #760, prevent world save in case of corruption](https://github.com/zmaster587/AdvancedRocketry/commit/5f9c19c21c2542e)
* [ fix #1030](https://github.com/zmaster587/AdvancedRocketry/commit/ffb992ef7c56be5)
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
AdvancedRocketry 1.12.2-1.2.6-47-UNSTABLE build -47 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-47
* [ fix for #1049](https://github.com/zmaster587/AdvancedRocketry/commit/26e64f28ffa3837)
* [ resolve #1044](https://github.com/zmaster587/AdvancedRocketry/commit/64ecf0fdb420858)
* [ possible fix for #911](https://github.com/zmaster587/AdvancedRocketry/commit/2dcf58dfcfee28b)
* [ attempt to fix NPE with buildcraft, #992, #972](https://github.com/zmaster587/AdvancedRocketry/commit/3d8fd79f1c7a88d)
* [ Sneaky debug thingy you, scram](https://github.com/zmaster587/AdvancedRocketry/commit/b44b50cfe46cee2)
* [ Curse this plauge of mispellings, die once and for all! Tonight you will be struck down](https://github.com/zmaster587/AdvancedRocketry/commit/4d3dc5f8acc7efa)
* [ fix #958](https://github.com/zmaster587/AdvancedRocketry/commit/1cfda23ac5bb173)
* [ add localization for #960](https://github.com/zmaster587/AdvancedRocketry/commit/d2ad731cb9cd863)
* [ resolve #925](https://github.com/zmaster587/AdvancedRocketry/commit/ae2e948760f1018)
* [ handle and print debug for cable CME, addresses #1032](https://github.com/zmaster587/AdvancedRocketry/commit/9ab47e2685cddca)
* [ add support for itemCapability handlers for rockets, resolves #1001](https://github.com/zmaster587/AdvancedRocketry/commit/325f9f834c91d80)
* [ fix getting booted from invs #1001](https://github.com/zmaster587/AdvancedRocketry/commit/ce6a32add519679)
* [ Rockets now notify landing pad when dismantled #1038](https://github.com/zmaster587/AdvancedRocketry/commit/40bb52132ccf086)
* [ Add iridum ore gen option #964](https://github.com/zmaster587/AdvancedRocketry/commit/ce2e20f35e4cc5b)
* [ fix #1031](https://github.com/zmaster587/AdvancedRocketry/commit/15aa500e1cf13e1)
* [ fix #1029](https://github.com/zmaster587/AdvancedRocketry/commit/9b609e597ed265b)
* [ Mitigate #1004 #941 #956 #816 #760, prevent world save in case of corruption](https://github.com/zmaster587/AdvancedRocketry/commit/5f9c19c21c2542e)
* [ fix #1030](https://github.com/zmaster587/AdvancedRocketry/commit/ffb992ef7c56be5)
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
AdvancedRocketry 1.12.2-1.2.6-48-UNSTABLE build -48 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-48
* [ Massive localization changes, progress for #1012](https://github.com/zmaster587/AdvancedRocketry/commit/9e1b0fec7e14c22)
* [ implement #1052](https://github.com/zmaster587/AdvancedRocketry/commit/dea20a838cdd670)
* [ fix #1056](https://github.com/zmaster587/AdvancedRocketry/commit/155cb23354c17a3)
* [ fix for #1049](https://github.com/zmaster587/AdvancedRocketry/commit/26e64f28ffa3837)
* [ resolve #1044](https://github.com/zmaster587/AdvancedRocketry/commit/64ecf0fdb420858)
* [ possible fix for #911](https://github.com/zmaster587/AdvancedRocketry/commit/2dcf58dfcfee28b)
* [ attempt to fix NPE with buildcraft, #992, #972](https://github.com/zmaster587/AdvancedRocketry/commit/3d8fd79f1c7a88d)
* [ Sneaky debug thingy you, scram](https://github.com/zmaster587/AdvancedRocketry/commit/b44b50cfe46cee2)
* [ Curse this plauge of mispellings, die once and for all! Tonight you will be struck down](https://github.com/zmaster587/AdvancedRocketry/commit/4d3dc5f8acc7efa)
* [ fix #958](https://github.com/zmaster587/AdvancedRocketry/commit/1cfda23ac5bb173)
* [ add localization for #960](https://github.com/zmaster587/AdvancedRocketry/commit/d2ad731cb9cd863)
* [ resolve #925](https://github.com/zmaster587/AdvancedRocketry/commit/ae2e948760f1018)
* [ handle and print debug for cable CME, addresses #1032](https://github.com/zmaster587/AdvancedRocketry/commit/9ab47e2685cddca)
* [ add support for itemCapability handlers for rockets, resolves #1001](https://github.com/zmaster587/AdvancedRocketry/commit/325f9f834c91d80)
* [ fix getting booted from invs #1001](https://github.com/zmaster587/AdvancedRocketry/commit/ce6a32add519679)
* [ Rockets now notify landing pad when dismantled #1038](https://github.com/zmaster587/AdvancedRocketry/commit/40bb52132ccf086)
* [ Add iridum ore gen option #964](https://github.com/zmaster587/AdvancedRocketry/commit/ce2e20f35e4cc5b)
* [ fix #1031](https://github.com/zmaster587/AdvancedRocketry/commit/15aa500e1cf13e1)
* [ fix #1029](https://github.com/zmaster587/AdvancedRocketry/commit/9b609e597ed265b)
* [ Mitigate #1004 #941 #956 #816 #760, prevent world save in case of corruption](https://github.com/zmaster587/AdvancedRocketry/commit/5f9c19c21c2542e)
* [ fix #1030](https://github.com/zmaster587/AdvancedRocketry/commit/ffb992ef7c56be5)
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
AdvancedRocketry 1.12.2-1.2.6-49-UNSTABLE build -49 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-49
* [ add advancements back in](https://github.com/zmaster587/AdvancedRocketry/commit/7e089cddde76cd9)
* [ fix rocket newline](https://github.com/zmaster587/AdvancedRocketry/commit/4faab8c843b0333)
* [ update German translation, thanks Jummit!](https://github.com/zmaster587/AdvancedRocketry/commit/be0104615de8a00)
* [ fix newlines in locale](https://github.com/zmaster587/AdvancedRocketry/commit/b894ad2c67c3b6a)
* [ fix #1066, CMe](https://github.com/zmaster587/AdvancedRocketry/commit/6aca49c320bd164)
* [ fix bug with O2 vent were the seal status was not properly set, add O2 tracing for finding leaks](https://github.com/zmaster587/AdvancedRocketry/commit/36a9932f88199e3)
* [ make sure seal blocks unregister properly, fix for #1038](https://github.com/zmaster587/AdvancedRocketry/commit/db6dbb509facbba)
* [ Update ru_RU.lang](https://github.com/zmaster587/AdvancedRocketry/commit/2291e8577e80777)
* [ Update ru_RU.lang Updated full russian desc. Added new items and corrected untranslated words.](https://github.com/zmaster587/AdvancedRocketry/commit/bad27887bdd0765)
* [ remove spaces from biome names, resolve #1061](https://github.com/zmaster587/AdvancedRocketry/commit/55a4b815cc34dc7)
* [ Massive localization changes, progress for #1012](https://github.com/zmaster587/AdvancedRocketry/commit/9e1b0fec7e14c22)
* [ implement #1052](https://github.com/zmaster587/AdvancedRocketry/commit/dea20a838cdd670)
* [ fix #1056](https://github.com/zmaster587/AdvancedRocketry/commit/155cb23354c17a3)
* [ fix for #1049](https://github.com/zmaster587/AdvancedRocketry/commit/26e64f28ffa3837)
* [ resolve #1044](https://github.com/zmaster587/AdvancedRocketry/commit/64ecf0fdb420858)
* [ possible fix for #911](https://github.com/zmaster587/AdvancedRocketry/commit/2dcf58dfcfee28b)
* [ attempt to fix NPE with buildcraft, #992, #972](https://github.com/zmaster587/AdvancedRocketry/commit/3d8fd79f1c7a88d)
* [ Sneaky debug thingy you, scram](https://github.com/zmaster587/AdvancedRocketry/commit/b44b50cfe46cee2)
* [ Curse this plauge of mispellings, die once and for all! Tonight you will be struck down](https://github.com/zmaster587/AdvancedRocketry/commit/4d3dc5f8acc7efa)
* [ fix #958](https://github.com/zmaster587/AdvancedRocketry/commit/1cfda23ac5bb173)
* [ add localization for #960](https://github.com/zmaster587/AdvancedRocketry/commit/d2ad731cb9cd863)
* [ resolve #925](https://github.com/zmaster587/AdvancedRocketry/commit/ae2e948760f1018)
* [ handle and print debug for cable CME, addresses #1032](https://github.com/zmaster587/AdvancedRocketry/commit/9ab47e2685cddca)
* [ add support for itemCapability handlers for rockets, resolves #1001](https://github.com/zmaster587/AdvancedRocketry/commit/325f9f834c91d80)
* [ fix getting booted from invs #1001](https://github.com/zmaster587/AdvancedRocketry/commit/ce6a32add519679)
* [ Rockets now notify landing pad when dismantled #1038](https://github.com/zmaster587/AdvancedRocketry/commit/40bb52132ccf086)
* [ Add iridum ore gen option #964](https://github.com/zmaster587/AdvancedRocketry/commit/ce2e20f35e4cc5b)
* [ fix #1031](https://github.com/zmaster587/AdvancedRocketry/commit/15aa500e1cf13e1)
* [ fix #1029](https://github.com/zmaster587/AdvancedRocketry/commit/9b609e597ed265b)
* [ Mitigate #1004 #941 #956 #816 #760, prevent world save in case of corruption](https://github.com/zmaster587/AdvancedRocketry/commit/5f9c19c21c2542e)
* [ fix #1030](https://github.com/zmaster587/AdvancedRocketry/commit/ffb992ef7c56be5)
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
Ex Compressum (went from ExCompressum_1.12.2-3.0.11.jar to ExCompressum_1.12.2-3.0.13.jar):
ExCompressum_1.12.2-3.0.13.jar:
Fixed lag spike when placing Auto Sieve on bad or limited connections (it was looking up the profile & skin from Mojang on the main thread)
Reclaimed the Heavy Sieve recipe by disabling Creatio's Wooden Crucible, it's not needed with Ex Compressum
Bookshelf (went from Bookshelf-1.12.2-2.3.518.jar to Bookshelf-1.12.2-2.3.520.jar):
Bookshelf-1.12.2-2.3.519.jar:
* Added a helper method to get the game settings, and client difficulty. - Tyler Hancock
Bookshelf-1.12.2-2.3.520.jar:
* Added a map that can support ItemStack keys. - Tyler Hancock
* Cleaned up repeated code in stack comparison methods. - Tyler Hancock
Industrial Foregoing (went from industrialforegoing-1.12.2-1.6.5-112.jar to industrialforegoing-1.12.2-1.7.0-114.jar):
industrialforegoing-1.12.2-1.6.6-113.jar:
* Made fake players not mounting entities
* Added a safety check for entities in the Mob Imprisonment Tool
* Improved Log rendering
* Fixed Item Splitter Facing
* Tooltips are now translatable
* Fixed Block Breaker and Block Placer accepting range addons
* Book entries are now translatable
industrialforegoing-1.12.2-1.7.0-114.jar:
* Items with enchantability 0 can't be inserted in som enchanting machines anymore
* Fixed some casting issues
* Fluid Pump now stop checking its area when the area is finished once
* Fixed Book entries missing if a machines are disabled
* Added Plant Interactor, is like an autonomous activator and a fruit picker had a baby
* Thanks for the 1 Million Downloads!
ArmoreableMobs (went from armoreablemobs-1.1.4.jar to armoreablemobs-1.1.5.jar):
armoreablemobs-1.1.5.jar:
+ Added PackMode support, you don't have to restart the game to change what ArmorGroups get triggered use:
ArmorGroup.setPackMode(String packMode)
Redstone Arsenal (went from RedstoneArsenal-1.12.2-2.3.9.2-universal.jar to RedstoneArsenal-1.12.2-2.3.10.4-universal.jar):
Changelog retrieved from GitHub:
2.3.10:
GENERAL:
-Internal refactors and optimizations.
FIXED:
-Quiver can now be disabled.
XNet (went from xnet-1.12-1.6.4.jar to xnet-1.12-1.6.7.jar):
xnet-1.12-1.6.5.jar:
1.6.5:
* Fixed another division by zero
xnet-1.12-1.6.6.jar:
1.6.6:
* Fixed a problem with advanced connectors still being limited to 1000mb instead of 5000mb for liquids
* Changes to the IConnectable API
xnet-1.12-1.6.7.jar:
1.6.7:
* Bug fix with setting integer values in guis
* Fixed double tooltips in gui of controller
Rustic (went from rustic-0.4.5.jar to rustic-0.4.7.jar):
rustic-0.4.6.jar:
* Fixed instances of ISpecialArmor not displaying their armor values on the custom HUD (thanks, InsomniaKitten)
* Fixed broken rotations on certain models when using newer forge versions (thanks again, InsomniaKitten)
rustic-0.4.7.jar:
* Fixed incorrect minimum and default values for the new brewing-related config options.
REGENERATE OR EDIT THE CONFIG OPTIONS RELATED TO BREWING!
Thermal Foundation (went from ThermalFoundation-1.12.2-2.3.9.4-universal.jar to ThermalFoundation-1.12.2-2.3.10.6-universal.jar):
Changelog retrieved from GitHub:
2.3.10:
GENERAL:
-Internal refactors and optimizations.
CHANGED:
-Tome of Insight now accepts "Essence" and converts it to experience.
Baubles (went from Baubles-1.12-1.5.1.jar to Baubles-1.12-1.5.2.jar):
Baubles-1.12-1.5.2.jar:
- API: added isBaubleEquipped helper method to BaublesAPI
- fixed player bauble syncing (Thanks pau101) closes #235
Quark (went from Quark-r1.4-120.jar to Quark-r1.4-121.jar):
Quark-r1.4-121.jar:
- API: Added a way for IDropoffManager implementations to provide their own IItemHandler.
- API: Increased API version to 2.
- Automation: Fixed pistons not updating the amount of players viewing a chest's interface, leaving it to be open if it's moved while a player is looking at it.
- General: Quark will no longer break Random Things' dyeing machine. (lumien231)
- Management: Fixed the extract and restock buttons being dependant on Dropoff being enabled instead of Chest Buttons.
- Tweaks: Added a config setting to Automatic Recipe Unlock to disable the recipe book entirely.
- World: Fixed a crash if a type of world stone is enabled but the rarity set to 0.
Exchangers (went from Exchangers-1.12.2-2.6.jar to Exchangers-1.12.2-2.6.2.jar):
Exchangers-1.12.2-2.6.1.jar:
*
Added a Silk Touch mode config option, if Silk Touch mode is disabled, players may enchant the Exchangers with Silk Touch to achieve Silk Touching on Exchangers or Fortune to get additional drops
*
Added a PlaceEvent for when Exchangers tries to replace blocks, allows other mods to cancel the event, which also fixes an issue with Faction Mod, closes [#41](https://github.com/JackyyTV/Exchangers/issues/41)
*
Migrated over to use string block IDs instead of integers
*
Rewritten lots of translation stuff
*
Changed all the camelCase translation keys to be lowercase with underscores
*
Added a special blocks list for internal use
*
Fixed a major problem with Exchangers not being able to replace blocks with metadata, closes [#42](https://github.com/JackyyTV/Exchangers/issues/42)
*
Internal code optimizations to greatly reduce redundancy
*
Added a config option to allow Unbreaking enchant reducing chance of using power for Powered Exchangers, currently tested and works on all MC versions, enabled by default (Part of [#37](https://github.com/JackyyTV/Exchangers/issues/37))
*
Added a way to decrease range for Exchangers (by holding sneak and pressing the mode key)
Exchangers-1.12.2-2.6.2.jar:
1.12 Exclusive Changes
* Fixed MV Exchanger requiring Tier 3 core instead of Tier 2 in hard mode, closes [#43](https://github.com/JackyyTV/Exchangers/issues/43)
Tinkers Construct (went from TConstruct-1.12-2.8.1.49.jar to TConstruct-1.12.2-2.9.0.55.jar):
TConstruct-1.12.2-2.9.0.55.jar:
Requires Forge 2577
Requires JEI 4.8 (if JEI is present)
Changelog:
* Seared Channel Recipe gives 3 now
* Tools can be renamed anytime again!
* Gasses now render upside down
* TiC Slime Blocks now work with pistons
Ex Nihilo: Creatio (went from exnihilocreatio-1.12-0.1.5.jar to exnihilocreatio-1.12-0.1.6.jar):
exnihilocreatio-1.12-0.1.6.jar:
No changelog provided
Actually Additions (went from ActuallyAdditions-1.12.2-r126.jar to ActuallyAdditions-1.12.2-r128.jar):
Changlog retrieved from GitHub:
# 1.12.2-r128
* Removed a debug line in Greenhouse Glass
* Fixed the firework box recipe displaying wrongly in JEI
# 1.12.2-r127
* Removed explicit tesla support.
* The AIOT will now accept sword enchantments.
* Greenhouse Glass is no longer a tile entity, this should significantly improve performance. It will be a bit slower in terms of plant growth though.
* Canitzp: Fixes a duplication bug with MeeCreeps and AA containers.
* Fixes a log error with Coal Dust and JEI.
Cucumber (went from cucumber-1.12-1.0.3.jar to cucumber-1.12-1.0.4.jar):
cucumber-1.12-1.0.4.jar:
No changelog provided
Cyclops Core (went from CyclopsCore-1.12.2-0.11.0.jar to CyclopsCore-1.12.2-0.11.1.jar):
CyclopsCore-1.12.2-0.11.1.jar:
As always, don't forget to backup your world before updating!
Fixes:
* Fix models rendering too dark in item-form
Lib changes:
* Add method to refresh all cached values in a value notifyable guis
This new method can be called from within initGui, when for example resizing screens.
* Allow a certain element to be selected in arrowed list field
Integrated Dynamics (went from IntegratedDynamics-1.12.2-0.10.0.jar to IntegratedDynamics-1.12.2-0.10.1.jar):
IntegratedDynamics-1.12.2-0.10.1.jar:
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 0.11.1 or higher.
Additions:
* Add safe-mode option, Closes #486
In cases where a network would become horribly broken because of a bug,
servers could get stuck in a repeated server crash loop.
This makes it possible to temporarily set the mod in safe-mode,
which means that networks won't tick anymore, values are not evaluated and no special rendering is done.
In this mode, the offending cables and parts can be removed.
When disabling this option again, everything will work again as normal.
Changes:
* Make network crash disabler safety listen to all types of crashes, Closes #468
* Rename frequency setting to 'ticks/operation', Closes #462
* Make channel handling more efficient
Fixes:
* Fix mechanical machines sometimes not producing nothing, Closes #457
* Fix dynamic light panels appearing enabled for 0 and false values, Closes #475
* Fix rare crash when removing while it is being reloaded, Closes #472
* Fix curried operator result not being usable in choice operator, Closes #484
* Fix crash when certain mods call client-side code in item localization, Closes #106
* Validate predicate output type before casting to boolean in filters
Static type checking was already being done, but when currying was applied, this issue could sometimes occur.
This was the same problem as in CyclopsMC/IntegratedTunnels#99, Closes #487
* Fix part settings resetting to default values when resizing screen, Closes #455
* Fix Redstone Writer not always notifying neighbours correctly, Closes #356
* Add safety to avoid serializing values that are too big for packets
This adds the config setting maxValueByteSize that could be adjusted by the player if necessary., Closes #362
* Fix cable item rendering too dark, Closes #479
* Fix drying basin and squeezer sending too many updates
* Fix parts on wildcard channels not including parts from all channels
* Fix batteries in creative tab not containing a lot of energy
Integrated Tunnels (went from IntegratedTunnels-1.12.2-1.4.0.jar to IntegratedTunnels-1.12.2-1.4.1.jar):
IntegratedTunnels-1.12.2-1.4.1.jar:
As always, d
Enigmatica 2 Expert 1.02 to Enigmatica 2 Expert 1.03
Added:
- B.A.S.E
- Clumps
Updated:
UniDict (went from UniDict-1.12.2-2.0.jar to UniDict-1.12.2-2.3.1.jar):
UniDict-1.12.2-2.1.jar:
1.12.2-2.1:
* now resource gathering is made on init (this will need some testing in order to see if there are no negative effects.).
* now you can pass null values (for the shape)for the CraftTweaker command mods.unidict.api.newShapedRecipeTemplate() without crashing.
* added a new "RemoveByKind" CT command, "furnace".
* added the method "addItemStackToBlackList" to UniDictAPI, this will allow modders to "blacklist" ItemStacks directly (resquested by [SkySom](https://minecraft.curseforge.com/members/SkySom))
*
added an optional parameter "String[] resourceKindWhiteList" for the CT commands "mods.unidict.removalByKind,get("crafting")" and "mods.unidict.removalByKind,get("furnace")"
is is basically a filter, that it will remove recipes only when the resource contains the given "kinds".
* changed how to use the "RemovalByKind" CT Command
now it is needed to "get" the wanted "RemovalByKind".
usage:
"val removalByKind = mods.unidict.removalByKind.get("removalByKindName")""
it will return the wanted "RemovalByKind" instance, as long you passed it a valid value.
currently the valid values are ("crafting", "furnace")
(probably I will have to create a "wiki" to explain better these things XD)
added another "RemovalByKind", the "furnace"
it works exactly as the "crafting" variant, but for the furnace.
after getting the "RemovalByKind" instance, in order to use, use the "remove" method, it uses the same arguments as before.
isn't required to store the "instance" in a val, but if you want to use it several times, it is better.
UniDict-1.12.2-2.2.jar:
New Integration:
* Kitsu's ForgeCraft (Anvil, Bloomery, Casting, Forge)
Fixed an huge memory leak (maybe not so huge).
Changed:
* now the UniDict CraftTweaker commands will be executed on the end of Initialization, to avoid conflicts with another CraftTweaker commands.
* some internal changes.
UniDict-1.12.2-2.2b.jar:
fix [Issue#72](https://github.com/WanionCane/UniDict/issues/72)
UniDict-1.12.2-2.3.jar:
New:
* added a confog option to make Crafting Integration ignore recipes created by certain mods ("S:ignoreModIdRecipes")
* now modders can create their own Integrations, use @UniDict.Integration annottation, and extends AbstractIntegrationThread.
how to create an integration: [wanion.unidict.integration](https://github.com/WanionCane/UniDict/tree/1.12.2/src/main/java/wanion/unidict/integration), it is undocumented, but it is really easy to do.
it is possible to specify which loading stage your integration will run, check the @SpecifiedLoadStage annotation.
Fixed Thermal Expansion Integration, it was broken because of changes on the lastest Thermal Expansion.
UniDict-1.12.2-2.3.1.jar:
Added two config options to ignore certain ItemStacks on Furnace Integration
"furnaceInputsToIgnore", and "furnaceOutputsToIgnore".
NuclearCraft (went from NuclearCraft-2.7a--1.12.2 to NuclearCraft-2.8d--1.12.2):
NuclearCraft-2.8--1.12.2:
+ Added five more passive Fission Reactor Coolers
+ Added more depleted isotope blocks [thanks to xenon54xenon54!]
* Fixed incorrect Fusion Reactor cooling rates
* Fusion Core GUI now shows the rate of change of heat and active cooling rate
* The Fusion Reactor is now gated behind Boron Nitride production
+ Added compact and dense forms of collector machines
* Electromagnets, Active Coolers and other passive machines will distribute their stored fluid and energy to adjacent machines of the same type - DISABLED by default
* Fixed slightly incorrect RF to EU conversion ratio
+ Added Brazilian Portuguese language file [thanks to InterPlay02!]
* Made language files much easier to customise
+ Tooltip info width is now set automatically - no more manual line spacing!
* Made lots of internal changes and cleaned up code
* Some recipe tweaks and fixes
NuclearCraft-2.8a--1.12.2:
* Fixed crash on opening Nuclear Furnace GUI
* Fixed minor tooltip description error on Decay Generator
* Fixed accelerator config localisation
NuclearCraft-2.8b--1.12.2:
* Fixed CraftTweaker error message on login
* Fixed Electromagnet Supercooler not using up liquid helium
NuclearCraft-2.8c--1.12.2:
* Fixed Fission Controller not updating its maximum energy transfer rate
* Minor recipe tweaks
* Updated Brazilian Portuguese language file [thanks to InterPlay02!]
NuclearCraft-2.8d--1.12.2:
* Fixed Active Fluid Coolers not accepting certain coolants
* Fixed Fusion Core rendering weirdly far from the world origin
* Cobblestone Generators will now push to adjacent inventories
* Fixed Glowstone Mushroom generation in the Nether causing cascades
* Added many more integration recipes
Draconic Evolution (went from Draconic Evolution 1.12-2.3.7.278-universal to Draconic Evolution 1.12-2.3.8.279-universal):
Draconic Evolution 1.12-2.3.8.279-universal:
-Re added toggle flight key binding
-Fixed entity path finding crash related to placed items.
LibVulpes (went from LibVulpes 1.12.2-0.2.7-24-UNSTABLE build -24 for 1.12.2 to LibVulpes 1.12.2-0.2.7-25-UNSTABLE build -25 for 1.12.2):
LibVulpes 1.12.2-0.2.7-25-UNSTABLE build -25 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-0.2.7-25
* [ fix https://github.com/zmaster587/AdvancedRocketry/issues/1039](https://github.com/zmaster587/LibVulpes/commit/33632836dac0ef8)
* [ Add locale overrides for #1012](https://github.com/zmaster587/LibVulpes/commit/182587bc99b89b2)
* [ Fixes jetpack toggle key #26](https://github.com/zmaster587/LibVulpes/commit/fc7f6413f69e433)
* [ fix https://github.com/zmaster587/AdvancedRocketry/issues/977](https://github.com/zmaster587/LibVulpes/commit/a47c9e24e25b1e5)
* [ fixes https://github.com/zmaster587/AdvancedRocketry/issues/991](https://github.com/zmaster587/LibVulpes/commit/970f3ced89b8171)
* [ fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819](https://github.com/zmaster587/LibVulpes/commit/baf62e827720d18)
* [ add getters for outputs](https://github.com/zmaster587/LibVulpes/commit/f603dbb45bd2941)
* [ add getters for outputs, update build num](https://github.com/zmaster587/LibVulpes/commit/5c39a00e823ef8d)
* [ fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954](https://github.com/zmaster587/LibVulpes/commit/f052c4110d22306)
* [ disable curse builds temporarily](https://github.com/zmaster587/LibVulpes/commit/c237fc105fd7ad9)
* [ update artefact location for git](https://github.com/zmaster587/LibVulpes/commit/b620c33dd67e3d6)
* [ fix https://github.com/zmaster587/AdvancedRocketry/issues/939](https://github.com/zmaster587/LibVulpes/commit/2c59e0e8ea088e0)
* [ add curseforge and changelog tasks.](https://github.com/zmaster587/LibVulpes/commit/38fcb72a4b0f478)
Forestry (went from forestry_1.12.2-5.7.0.219.jar to forestry_1.12.2-5.7.0.236.jar):
Changelog retrieved from forestry_1.12.2-5.7.0.236.jar:
Please help the Forestry project by [reporting issues here.](https://github.com/ForestryMC/ForestryMC/issues)
Current release 5.7.0.236
* Update Lang - Nedelosk
* Improve genetic filter implementation - Nedelosk
* Move the filter logic to a separate interface - Nedelosk
* Change default filter rule - Nedelosk
* Improve Filter collision box - Nedelosk
* Remove unused texture - Nedelosk
* Add sorting block (Genetic Filter) - Nedelosk
* Add more Dimension Config Blacklists for world generation (#1942) - temp1011
* Removing overworked bees mechanic, cap production modifier at 16x (#1946) - temp1011
* Adds dimension blacklist for hive generation. - phillipasmith1995
* Adds dimension blacklist for hive generation. - phillipasmith1995
* Adds dimension blacklist for hive generation. - phillipasmith1995
* Move the worktable into a separate module - Nedelosk
* Should be all of them (hopefully) - temp1011
* Add power config for analyzer - temp1011
* Fix #1061 Squeezer is very "liberal" regarding oredict in Recipes - Nedelosk
* Update Lang Git-Module - Nedelosk
* Fix #1937 Backpacks do not hold previously defined items - Nedelosk
* Fix #1399 Add Hive Generation Blacklist - Nedelosk
* Fix #1884 Tin can / wax capsule cannot pick up fluid blocks in world - Nedelosk
* Fix Crate Registration - Nedelosk
* Fix #1916 Client Crash with new version - Nedelosk
* Fix #1874 Crash when adding bee to BQM quest / chestloot - Nedelosk
* Fix #1920 Crate registration only on client side - Nedelosk
* No biome check - temp1011
* Fix #1919 Butterfly Model throws NullPointerException - Nedelosk
* Improve Database Recipe - Nedelosk
* Fix hive flammability Hive placed in the overworld burned whereas hive placed in nether did not in my tests. Hopefully this works better. - temp1011
* Fix #1932 Client Tile Updates Depending On Apiculture Module - Nedelosk
* Woops - temp1011
* add damage option to hives based on config - temp1011
* update config in apiculture - temp1011
* make non hellish hives flammable - temp1011
* Fix "Invalid property value detected" error logs from Buildcraft - mezz
* Fix #1918 Fix #1912 packet handler issue with latest Forge (14.23.1.2574+) - Nedelosk
* Fix Broken Sockets - Nedelosk
* Fix #1907 Electric engine doesn't update configuration properly - Nedelosk
* Fix #1901 Custom Backpack Model Registration - Nedelosk
* Fix #1906 Willow leaves can be used to create an x-ray - Nedelosk
* Fix resurrected ender dragons having no AI (#1908) - Remy A
* Revert "Slightly improve render performance of genetic items (bee, trees, etc)" This reverts commit 3df3d9121e51fca16e8a02b19ddb8e1a2b1d5bc6. - mezz
* Fix #1893 False Module Container ID - Nedelosk
* Slightly improve render performance of genetic items (bee, trees, etc) - mezz
* Stop viscous fluids from making water flowing sounds - mezz
* Fix #1890 NPE with Quark - Nedelosk
* Fix backward compatibility - Nedelosk
* Clean Up Module System - Nedelosk
* Fix Module System - Nedelosk
* Fix Api - Nedelosk
* Improve Module System - Nedelosk
* Fix GreenhouseEventHandler - Nedelosk
* Change the plugin system to a module system and split up modules -Changed plugin system to a module -Renamed forestry plugins to modules -Mod integration plugins are still called plugins -Moved the woodpile from the arboriculture module to the charcoal module -Moved the backpacks from the storage module to the backpacks module -Moved the crates from the storage module to the creates module -Added the database module with a new storage block for individuals -Added a species plugin interface to handle the database gui -Added some alyzer methods to the species plugin to move the alyzer integration later to it - Nedelosk
* Update Lang - Nedelosk
* Move some classes to the api and fix broken api classes - Nedelosk
* Remove experimental code - Nedelosk
* Remove unused resources - Nedelosk
* Change the plugin system to a module system and slit up modules -Moved the woodpile from the arboriculture module to the charcoal module -Moved the backpacks from the storage module to the backpacks module -Moved the crates from the storage module to the creates module -Added the database module with a new storage for individuals -Added a gui element system to improve the alyzer api -Added a species plugin interface to handle the database gui -Added some alyzer methods to the species plugin to move the alyzer integration later to it - Nedelosk
* Fix #1866 Block State Interaction Issues With Pokecube and Forestry - Nedelosk
* Fix Mystical Agriculture Inferium Seeds and update Integration - Nedelosk
* Fix #1860 Mystical Agriculture Integration (Could not find item) - Nedelosk
* Fix #1856 Non Glass Fluids in Thermionic Fabricator are not getting used up. - Nedelosk
* Fix #1863 Bottler does not empty bottles - Nedelosk
Thermal Dynamics (went from ThermalDynamics-1.12.2-2.3.9.2-universal.jar to ThermalDynamics-1.12.2-2.3.10.4-universal.jar):
Changelog retrieved from GitHub:
2.3.10:
GENERAL:
-Internal refactors and optimizations.
Chunk-Pregenerator (went from Chunk Pregenerator V1.12-1.5.1 to Chunk Pregenerator V1.12-1.6.1):
Chunk Pregenerator V1.12-1.6:
This is going to be big update. Now with multithreading and GUI for information flow insteadof chatspam. Keep in mind to use the GUI you have to have the mod installed.
Also now with structure control which requires to keep the mod installed to ensure that structures don't generate if you are blocking it, also structure listing and other things.
Anyway Changelog:
Version 1.6:
-Added: Find WorldSpawn Location
-Added: Structure Control into the game. (Allows to make savezones where structures can't generate, or list structures or delete structures (even after they generated)).
-Added: Commands, (Create/List/Remove Save zone command).
-Added: Commands, (Delete/List Structure command)
-Added: Delay option for chunk deletion.
-Fixed: Delete Processor didnt clear the listenerlist after being done.
-Added: Lag meter shows now if the pregenerator is paused because of to much game lag.
-Fixed: Some tiny bugs while porting
-Removed: (1.4.7 Only) Structure Control
-Changed: Moved very important things from the Pregenerator to a perMC based API to improve porting speed.
-Changed: How the Options Layout is being done for the pregeneration GUI.
-Added: Ram Usage to the Pregenerator UI.
-Changed: Some parts in the Processing logic to reduce Porting time.
-Added: BlockingPostProcessing Option for the PostProcessing Options, (Gives you the terrain and prevents that postProcessing is applied even by the game),
-Fixed: A bunch of Commands had tiny bugs in them.
-Fixed: A Potential issue with the 1.8.9 version of mc so that i can't forget it.
-Changed: How Chunks are injected since into the world.
-Added: A WorldCreation pregeneration file. Allows to run commands when a world is created.
-Added: A AutoListen and AutoIgnore system. That would include commands the player sends itself. Keep that in mind
-Added: If you join a world and you are marked as autolistener then it automatically adds you to the listener list when the pregnerator is running
-Fixed: 1.7.10 or lower didnt receive any ticks so thats why they weren't running xD
-Added: UI for information flow.
-Added: An Extra Thread to handle some stuff that could be done with a seperate thread.
-Fixed: A couple bugreports from 1.5.1.
- Changed: PostProcessing Logic is now experimental that provides a huge Speed Boost. (300-600% depending on the Modpack)
- Added: Command for removing the currently set delay in the pregenerator.
- Fixed: Removed the Unnesseary checks for chunk deletion which slowed it down. (Not that it mattered since it was able to delete 40k chunks in seconds but a tiny improvement is a improvement)
Chunk Pregenerator V1.12-1.6.1:
Important hotifx that fixes a memory leak in combo with other mods.
I made this change before because of an issue report and i decided to change how i unload chunks, Bad idea since the old methode i removed now cuased memory leaks with other mods. That is now fixed!
Changelog:
Version 1.6.1:
-Fixed: Throwing the ChunkUnloadEvents again. (Reverting a fix from another issue basically)
Thermal Expansion (went from ThermalExpansion-1.12.2-5.3.9.6-universal.jar to ThermalExpansion-1.12.2-5.3.10.15-universal.jar):
Changelog retrieved from GitHub:
5.3.10:
GENERAL:
-Internal refactors and optimizations.
ADDED:
-New Machine:
Sequential Fabricator - It's an autocrafter! :D
-New Augments:
Pattern Validation - Enables intelligent auto-input on the Sequential Fabricator.
Fluidic Fabrication - Adds an internal fluid tank to the Sequential Fabricator.
Enstabulation Apparatus - Allows for the Centrifuge to "process" Morbs.
-New machine process recipes.
-Plugin Support for Ice and Fire.
CHANGED:
-All blocks can now be filled/drained by hand, even the Fluid Transposer. Some machines may need
to be OFF to allow for fluid to be drained.
-Cache behavior has been changed internally, for better crossmod compatibility.
-Comparator behavior has been improved for the Cell, Tank, and Cache.
-Many recipes have been rebalanced. In general, dynamos and augments are all slightly cheaper.
CoFH Core (went from CoFHCore-1.12.2-4.3.9.2-universal.jar to CoFHCore-1.12.2-4.3.10.5-universal.jar):
Changelog retrieved from GitHub:
4.3.10:
GENERAL:
-Internal refactors and optimizations.
Tool Progression (went from toolprogression-1.12.2-1.4.6.jar to toolprogression-1.12.2-1.4.7.jar):
toolprogression-1.12.2-1.4.7.jar:
1.4.7:
* Adds Ex Compressum (Ex Nihilo) compatibility. You'll need at least Ex Compressum, but who uses only Ex Nihilo?
1.4.6:
* Merry Christmas!
* Fixes the Tinkers Construct modifier override not working as intended
* Fixes missing name and description of Magic Mushroom modifier
1.4.5:
* Adds CoFHCore tools support (including Thermal Foundation)
1.4.4:
* Adds more detailed item tooltips. (Hold SHIFT)
* Removes hardness from generated files. Didn't always work, but console spam.
1.4.3:
* Fixes TiC materials not appearing in the generated materials.cfg
1.4.2:
* Fix some blocks can be broken to fast
* Some refactoring
* Adds overwrite for block hardness. Use with care. Read documantion first!
1.4.1:
* Fix crash during load caused by ConcurrentModificationException
1.4.0:
* Huge internal refactor
* Updated documentation in the [wiki](https://github.com/tyra314/ToolProgression/wiki)
* Fixed jar signing *doh*
* Fixes overwrites for NOT requiring tools impossible
1.3.1:
* Brings back wildcards for meta values in block overwrites
1.3.0:
* Build is now against Minecraft 1.12.2 Older version may still work. YMMV
* Adds jar signing. Well at least I tried...
* Fixes hoes not overwritable. I may have to do some refactoring in the foreseeable future...
* Complete reworked GameStages/OreStages support. Using the API now, no more evil reflection hacks.
1.2.11:
* Fixes disabling of the harvest level increase of the TiC modifiers diamond and emerald
* Adds game-stages / ore-stages compatiblity layer. This will totally get alive and haunt mankind.
1.2.10:
* Disabling the harvest level increase of the TiC modifiers diamond and emerald, as the could easily mess up progression. (Use Fortify or Magic Mushroom instead)
1.2.9:
* Improved TinkersConstruct compatibility:
* Import mining level names from TiC, if they aren't set in the config
* Adds Magic Mushroom. This item increases the harvest level of TiC tools by one. No recipe by default, blame your lazy pack dev, if you can't get it.
1.2.8:
* Fixes possible NPE in TinkersConstruct compatiblity
1.2.7:
* Fixes TinkersConstruct compatiblity (It's hacky and I know it)
1.2.6:
* Build also for Minecraft 1.12.1
1.2.5:
* Fixes mod interaction issue with Chisel&Bits. Thanks to AlgorithmX2 for his help.
1.2.4:
* Adds compatibility with TiC for 1.12
1.2.3:
* Fixes usage of client-side stuff on servers
1.2.2:
* Compiled against new Forge version
1.2.1:
* Fixes possible client-side only function call on server-side
1.2.0:
* Update to Minecraft 1.12
Pam's HarvestCraft (went from Pam's HarvestCraft 1.12.2b - Re-Balance Update.jar to Pam's HarvestCraft 1.12.2j.jar):
Pam's HarvestCraft 1.12.2c.jar:
HarvestCraft 1.12.2c
-----------------
- Added: Items: Candied Pecans, Enchilada, Stuffing, Green Bean Casserole, Ham and Pineapple Pizza, Sauced Lamb Kebab, Cobblestone Cobbler, Crayfish Salad, Ceviche, Deluxe Nachoes, Baked Cactus, Garlic Steak, Mushroom Steak, Hot Dish Casserole, Sausage Bean Melt, Mettbrötchen
Pam's HarvestCraft 1.12.2d.jar:
HarvestCraft 1.12.2d
-----------------
Note: You will need to regen your Config file in order to get the new config options
- Fixed: Blocks: Gardens now break instantly again when punched
- Fixed: Name: Raw Duck and Cooked Duck have correct names
- Fixed: Name: Three Bean Casserole and Grapefruit Juice names are fixed by Luke616
- Fixed: WorldGen: Fixed editing of main thread by kashike
- Fixed: Recipe: Peking Duck finally has its own recipe, allowing you to finally make it and Stuffed Duck
- Fixed: Recipe: Green Bean Casserole now has a recipe
- Fixed: Recipe: Fixed recipe grouping by F43nd1r
- Fixed: Recipe: Soft Pretzels now require listAllwater as well
- Fixed: Recipe: Tofacon now accepts itemSalt, dustSalt, and foodSalt OreDictionary'd salts
- Fixed: Recipe: Roasted Chestnut, Popcorn, Raisins, Tea, Coffee, Ricecake, Grilled Asparagus, Baked Sweet Potato now use correct cropX Ore Dictionary listings
- Fixed: Recipe: All honey recipes now use foodHoneydrop and dropHoney (from Forestry) for all recipes
- Fixed: Recipe: Plain Yogurt x4 can also be made by putting Plain Yogurt + Leather in crafting grid
- Fixed: Recipe: Red Velvet Cake now requires foodCocoapowder in place of one of the dyes by ReverseStateMonad
- Removed: Recipe: Removed Plain Yogurt + listAllmilk = 2 Plain Yogurt recipe
- Added: Config: cropGrowthSpeed (Default: 0.0): This number is added/subtracted from normal fertile crop growth (3.0) and adjacent fertile crop growth (4.0)
- Added: Config: fruitGrowthSpeed (Default: 25): Lower is faster
- Added: Lang: Added zh_tw.lang file by HaeDon
- Added: Lang: Added pl_pl.lang file by EliogabalusPL
- Added: Blocks: Beehives can now be sheared
Pam's HarvestCraft 1.12.2e.jar:
HarvestCraft 1.12.2e
-----------------
ALL RECIPES SHOULD NOW BE WORKING
Note: You will need to regen your Config file in order to get any changes to the Config file
- Fixed: Block: Beehives now break when nothing is above them, dropping the Queen Bee
- Fixed: Block: Fruit blocks now break with nothing is above them, if mature will drop 2 fruits (to make up for losing a renewable resource block)
- Fixed: Config: Removed useless config options (bait amounts, fresh water amounts, salt amounts, etc). To change the amount a recipe gives you, open the recipe JSON in the JAR file in a text editor and change the count amount. (reported by bushbaby1234)
- Fixed: Recipe: Grilled Mushroom now uses cropWhitemushroom instead of harvestcraft:whitemushroomitem
- Fixed: Recipe: All recipes with alternate versions have now been re-named foodname_alternate item (example: friesitem_foodSalt, friesitem_dustSalt, friesitem_itemSalt, etc) -
- Fixed: Recipe: Sweet and Sour Sauce now uses foodHoneydrop and dropHoney instead of harvestcraft:honeyitem
- Fixed: Recipe: All salt recipes should have three versions for dustSalt, foodSalt, and itemSalt Ore Dictionary (reported by Chunkey)
- Fixed: Recipe: Fruit logs (maple, cinnamon, paperbark) should now convert to planks correctly
- Fixed: Recipe: Fixed recipes for making and unmaking Honey Block, Pressed Wax Block, Honeycomb Block, Waxcomb Block
- Fixed: Recipe: Recipes to make Pressed Wax with cropCandle fixed (toolPot, 1:1, toolPot, 8:8)
- Fixed: Recipe: Toasted Coconut now uses cropCoconut correctly
- Added: Presser: Minecraft Pumpkin Seeds to Cooking Oil, Grain Bait
- Added: Presser: Harvest Apple to Apple Juice, Fruit Bait
- Added: Presser: Harvest Carrot to Carrot Juice, Veggie Bait
- Added: Presser: Raspberry to Raspberry Juice, Fruit Bait
- Added: Recipe: Added Flour recipes for cropAlmond, cropCoconut, cropChestnut, listAllwheat, cropBean, cropBanana, cropPeas, cropSoybean
- Added: Recipe: Added Cooking Oil recipes for cropAvocado, listAllseed(2:2 ratio), cropTea
- Added: Recipe: Added Roasted Root Veggie Medley recipes for cropRutabaga, cropBeet, cropRhubarb
- Added: Recipe: Added Spicy Greens Recipe for cropSpinach, cropAsparagus
- Added: Recipe: Fresh Milk recipe alternative (toolJuicer, cropAlmond)
- Changed: Presser: Coconut to Coconut Milk, Grain Bait
- Changed: Recipe: Spring Salad now requires toolCuttingboard, cropLettuce, listAllveggie (instead of having a dozen specific recipes)
- Changed: Recipe: Veggie Stir Fry now requires listAllmushroom or listAllvegie instead of specific recipes
- Changed: Recipe: Almond Butter, Peanut Butter, Cashew Butter, Pistachio Butter, Chestnut Butter now use toolMortarandpestle
- Removed: Recipe: Removed double cropSpiceleaf Salad Dressing Recipe (not intended)
- Removed: Presser: Grape to Cooking Oil
- Removed: Presser: Coconut to Cooking Oil
- Removed: Presser: Pumpkin Seeds to Cooking Oil
Pam's HarvestCraft 1.12.2f.jar:
HarvestCraft 1.12.2f
-----------------
- Added: Fruit Tree: Added a Spider Web 'fruit' tree, that grows in temperate areas with spider web 'fruits' that drop string when mature and right-clicked (sapling crafted with any sapling and three string) Disable in config with spiderwebtreeGeneration
Pam's HarvestCraft 1.12.2g.jar:
HarvestCraft 1.12.2g
-----------------
NOTE: Automation for other blocks coming next update
- Fixed: Presser: The Presser can now be automated! Input slot is accessed from top, sides while both Output slots are accessed from the bottom. Tested with hoppers!
- Fixed some issues with Hunger Overhaul interacting with HarvestCraft (PR by alexbegt)
Pam's HarvestCraft 1.12.2h.jar:
MOD NOT LOADING FIXED
HarvestCraft 1.12.2h
-----------------
NOTE: Automation for Traps, Market, Shipping Bin coming next update
- Fixed: Blocks: Apple fruit block should now drop the correct apple item
- Fixed: Presser: The Apiary can now be automated! Input slot is accessed from top, sides while both Output slots are accessed from the bottom. Tested with hoppers!
- Added: Config: queenbeelastresultequalsQueen [Default: True]: Determines if a queen bee's last result will be another queen bee or a random item (grub, waxcomb, or honey comb)
- Added: Config: enablebeegrubaslistAllmeat [Default: True]: Adds grubitem and cookedgrubitem to the listAllmeatraw and listAllmeatcooked OreDictionary to be used in food recipes
- Added: Item: Cooked Grub (Recipe: toolBakeware, grubitem) You can remove the recipe from the recipe folder in the JAR file if you don't want to allow this
Pam's HarvestCraft 1.12.2j.jar:
HarvestCraft 1.12.2j
-----------------
- Fixed: Everything: Fixed the mod not loading
Recurrent Complex (went from RecurrentComplex-1.4.6.jar to RecurrentComplex-1.4.7.jar):
RecurrentComplex-1.4.7.jar:
1.4.7
+ There are now more types of overridable vanilla decoration (Ocean Monument, Scattered Feature, Village, Nether Fortress, Stronghold, Mineshaft)!!
* Placers now have the capabilits to place only where floor blocks are, making them a lot more accurate!
+ A lot more types of inventories are recognized by loot generators!
* Recurrent Complex now logs which structures are causing chained chunk generation
* /#select set now works for two points at once again
* Decoration overrides now honor the universalDimensionMatcher
+ Vanilla Decoration overrides now have a configurable placer
* /#move can now again move by negative amounts
* Ruins look a bit better
1.4.6
+ Structures now have a 'baseline' property in addition to the placer - which means most structures can now use the placer as a preset rather than changing it with a move.!!
* Improvements for the GUI in a lot of places. It's both more compact and easier to look at in a lot of places now.!!
+ Holder block scripts - switching a specific area between two different setups for easier local toggle handling!!
* Local toggles now save properly and are output when looking up specific sights (along with the seed)!
* Structures now check for a rough ratio of water / floor when spawning to prevent surface structures spawning on rivers or lakes.!
* Mazes now generate even faster and are a lot more reliable again !
* All structures now contain the author in the metadata (even mine! woo!)
+ /#search now allows for a --author parameter to search for authors
* /#natural floor does not consider foliage floor blocks anymore
* /#whatisthis is now more accurate / fixed
* Script Blocks that are redstone triggerable now place in the world on structure spawn
* /#selection commands now work better if one point is missing
* Savanna village kitchens now spawn at the right height and better
1.4.5.1
* Match placer factors now work more reliably (requiredConformity was ignored and treated as 1)
* Generic space and solid blocks didn't have item textures
1.4.5
* Commands now fail to run if an unknown parameter is provided (to avoid errors or legacy parameters)!!
* Mazes now have a (configurable) timeout feature. They will never again block the server generation forever!!
* Mazes are a lot quicker to generate in general. (reachability: destination filter, ability grouping)!!
+ Maze and pattern GUIs now have a visualization feature in-world. This helps with placement math a lot!!
* Structures no longer generate their entities and scripts twice!!
+ New structure: UndergroundCultChamber. Thanks A1MOSTADDICTED!!
* /#flood <direction> is now /#move --flood <direction>!
* /#containing is now /#search --containing!
* /#decorateone is now /#decorate --one!
* OldWatchtower now generates loot again (thanks thephoenixlodge
+ /#containing now supports --dimension, --list and --maze
* Preview dummies are no longer auto-canceling themselves on the client
* GenericTree now places correctly from saplings
* /#export now again works with /#export StructureName for overriding another structure (--id to use just the name, not the metadata)
+ /#export, /#convert and /#edit now support --directory and --id
* Stone now starts a little further underground for natural floor blocks
* Direction expression autocomplete now includes true and false
* /#natural smart no longer ignores its parameters
* Inventory generation tags are now sorted by the name in the creative menu
1.4.4
* Lots and lots of performance upgrades!!!
** Structures far less often cause cascading chunk generation!!!
*** This might cause missing parts in structures if they weren't fully generated before the update just once. Keep this in mind before updating.
** Skylight calculation is now deferred until the full structure is generated (this was 1/3 of structure generation time)!!
** Transformers no longer prepare if the conditions are not met
** Transformers no longer prepare if an ensure transformer fails (especially useful for forest performance)
+ failingStructureLogExpression: A config option to restrict logging of failing structures to keep logs cleaner
1.4.3.3
* Fixes The game crashing when loading advancements
1.4.3.2
* Fixes a freeze / crash in 1.12 on world generation
1.4.3.1
* If generation and transformer IDs are missing, consistently randomize them across loads. This fixes structures sometimes spawning with negative space blocks in the world
* /#sanity now checks for empty transformer and generation IDs
1.4.3
* /#vanilla gen is now more stable
* /#vanilla gen --seed is more meaningful by not being chunk-dependent anymore
* /#duplicate is now gone in favour of /#move --duplicate (or /#move -c)
* /#replace is now gone in favour of just /#fill
+ /#move now has a --times option
+ /#property now has a --shape option
+ The block selector now selects over an infinite(ish) distance
1.4.2
* Structures are no longer cut at the chunk border!!
+ New Command: /#vanilla gen, which generates a vanilla structure (e.g. village or fortress)
+ /#whatisthis and /#vanilla check now check for vanilla structures too
* The game should no longer or at least less often crash with MissingMappingException (TileEntity is missing a mapping [...])
* Village structures can now choose to have no front (also good for unrotatable structures)
1.4.1
* Fix for two poem generation related crashes
* /#crop now has a fitting default exp value
1.4
* Command System overhaul!!! Almost every command changed in usage or even name! (The wiki will be updated to match soon)
+ /#& "command 1" "command 2" [..], which runs multiple commands at once! This is especially useful in conjunction with /#map and /#selection
* Poems are now more adjustable! It's now completely backus-naur based.
1.3.2
* Structures no longer generate in all dimensions at once!!! (whoops!)
* Sanity check and compatibility approach for dimensions that skip chunk population! (this means structures should now be able to generate in any dimension, whether previously compatible or not)
* New Command: /#sanity will go through a bunch of quick checks to make sure everything is more or less sane
* Fix for a few structures never generating
* Village structures no longer generate partially with the wrong biome's blocks
* /#reload now roughly shows the kind of error if there was one
* The tile entity forwards compatibility is a bit better (fixing 'Skipping BlockEntity rcspawnscript' errors in lightweight mode)
1.3.1.2
* Structures now properly save their instance data for later, fixing multichunk issues left and right!
* Less crashes with multithreaded and cascading chunk generation (hopefully none anymore)!
* Trees will stop generating in non-hot, sandy biomes
* Generation Data will not be saved with a colon in the filename anymore, as that's illegal on most OSs (you might want to rename reccomplex_random.dat and reccomplex_generation.dat to reccomplex-random.dat and reccomplex-generation.dat, respectively)
* Fix for the maze generation crashes in lightweight mode (since loading the tile entities failed)
* Floating vines will occur less often
* Performance improvements
* Villages no longer generate huge networks of paths
1.3.1.1
* Structures in and out of villages aren't cut off at chunk borders (or chunk border +8) anymore!
* Chunk-partial generation is now a lot more efficient for big structures by skipping things that don't need to generate in the current chunk
* Mazes no longer generate the entries' structures for every single chunk
1.3.1
* Tile entities from 1.11 are now supported! This also fixes mazes created in 1.11. (1.10)
* Fix for a crash when inventory generators used null stacks
* Improvements to chunk-partial generation
* There are now less dead trees in forests on average
* Mazes can now have inherent reachability
* Fix for a crash with the ruins transformer where BoP plants, snow and other blocks existed for falling blocks
* Some GUI adjustments
1.3
+ The mod now ceases to require Forge on the other end as well, making servers open to vanilla clients!!!!
+ New surface-entry mazes for stone, meso and pyramid mazes!!!
+ Structure generation is now chunk-partial: This should improve performance and reduce chained chunk generation!!!
+ Structure Variables: With these you can set variables per structure to further randomize it, or save time for maze components!!!
+ 3 kinds of jungle temples holding mazes (thanks KeizerKronos)!!
+ Re-Activate a lot of structures that were lost in a past update!!
* With more tries per failed structure spawn, structure densities persist better with structures that fail to spawn often - also makes forests a lot denser!!
+ All existing mazes have been enhanced with more components, more randomness and quicker generation!!
+ Previews now work for bigger structures as well, and will never crash the game again!!
+ Expression conditionals: a ?? b :: c (ternary operator)!
* Better maze reachability prediction, which means mazes generate more quickly and more reliably!
* Script Blocks now work correctly in mazes!
+ /#flood which floods an area around the selection with blocks!
+ Japanese fort ruins (thanks Necr0manceR13)!
+ An abandoned church with a graveyard (thanks doktorpixel14)!
+ A rare, big cubone skull (thanks Crystal_LD)!
+ A decorational brick henge!
+ Some things now have duplicate buttons!
* Maze path components are now all the same structure (StoneMazePath, MesoMazePath and PyramidMazePath)
* Dinosaur skull and skeleton structures now use bone blocks
* Less structures that are just 1 block tall
* /#move now doesn't trigger block updates, making it run a lot quicker
* More and better logging
* Better ruins generation algorithm
* GUI aligns better in places
* GUI abbreviates things better
* Expression preview now colours the whole preview correctly
* The add/remove tile entity button in the inspector GUI works again
* wood_old slabs in structures have completely been replaced with actual wood slabs
* Fix for a potential crash when loading a structure spawn script
1.2.10
+ /#map and /#mapall that runs a (compatible) command on a structure and immediately saves it!
* Tile entities generation is now a lot more stable, especially in terms of modded tile entities!
+ /#writeall to write all existing files to the custom folder
* SpruceTree only consisted of two blocks, and a bunch of trees had wrong leaf types in them
+ Some links to the newly launched official Recurrent Complex repository!
+ On server start, ReC now outputs some links / help to get people started with modifying structures (opt-out in the config)
* Some trees were generating away from their saplings
1.2.9.1
* Items generate again in lightweight mode
* Commands using expressions now output the expression error if invalid
1.2.9
* Resource Expressions work again with casing (fixes structureLoadMatcher, structureGenerationMatcher etc.)
* Trees now also check the surrounding terrain on world generation. This makes forests less dense, but prevents trees from spawning inside each other.
* Structures no longer spawn in biomes they're not supposed to on biome edges.
* Rocks no longer spawn in oceans
+ Replace and replace all transformers now get the NBT Editor GUI for entering the blocks' NBT values. Inventory Generation Tags also are now executed from these transformers' placed tile entities.
+ Frequent Structures no longer block bigger structures from spawning (can be adjusted in the individual structure files)
* Mazes generate a bit more reliably
1.2.8
+ Lots more village buildings!! (thanks gibraltarMC and Defoxx)
+ Improved Ruins Transformer!! Ruins now look a lot more dynamic and actually perform a lot faster, too.
* Mazes now generate a lot more reliably as well as fast!
* More big and huge mazes underground!
* Some trees spawning from saplings didn't spawn on the saplings!
* Big structures now spawn a lot faster (more performance)!
* Decoration sometimes crashed the game! (Now it only logs an error)
+ New Command! /#convertschematic directly converts a schematic file to a structure file.
* /#importschematic can now handle uncompressed schematic files
* Schematic Files now correctly load old vanilla tile entities that didn't before
* Natural Generation Categories can now try spawning structures more than once per biome (structureSpawnChances)
* /#fill and /#sphere now run a lot faster
* Some trees spawned where they shouldn't (and kept two more types of rocks from spawning)
* Fixed an issue that prevented some village buildings from spawning (whoops!)!
* Village Houses now rotate towards the street correctly
* Item Generation Component weight sliders now scale correctly like all weight sliders
* Generic Solid and Space blocks now appear in the creative menu again
1.2.7
+ Revamped inspector! You can now edit tile entity and entity metadata with it!!!
+ /#containing which searches all structures for a block / block expression being used!
* Generation Info expressions now work again (fixes tree leaves never being decayable)
* Script blocks made in earlier versions now correctly have on spawn enabled (fixes mazes in pyramids and similar)
* /#export now better predicts whether to save in active or inactive
* Changes in item collections didn't update the collections themselves
* The pattern ingredient screen no longer crashes
1.2.6.2
* /#pastegen works again!
* /#importschematic no longer crashes when a mod loads with invalid metadata
* Some more performance improvements
* Natural and Natural Air transformers can now customize which blocks to override
* Inventory Generation Components often crashed when editing the items
1.2.6.1
* Inventory generation components now save again!! (Thanks RiverC)
1.2.6
* Performance!!! World generation is about 2-3 times faster, sapling generation 3-4 times (fixing lag spikes in large forests)
* The game no longer crashes when ReC tries to load an unknown tile entity!
* /#paste works again!
* Generic space doesn't have a bounding box anymore
* More tooltips
* Compatibility with C&B in structures (requires next version of C&B)
* You are no longer being warned about generation layers on /#import
* Some big operations now warn the sender before running
1.2.5.1
Update for the latest Forge changes (resolves startup crash).
1.2.5
1.11 Update!
1.2.4
* Lots of GUI improvements - Scroll bars, resizeability, titles, symbols and more!!
* Script blocks are now triggerable via redstone (if so desired)!
* Chests generate loot again in all structures in lightweight mode!
* Certain functionality (e.g. export GUI) no longer crashes servers
* Fixed a crash that might occur if presets could not be found
1.2.3.4
* Setting the baseWeight_tree to 0 removed almost all trees from forests!
* More boulders and mounts! Also they now spawn in the frequent category to make space in the decoration category for more interesting structures!
+ /#eval, which quickly evaluates a dependency expression. Useful for testing global variables
* The generateNature option was being ignored
* Many village buildings spawned without a floor. Poor villagers.
* /#duplicate now tab completes
* Having a /#generate operation still in preview when loading an old world crashed the game
1.2.3
* baseWeights from the config were being ignored - whoops!
* RTG Compatibility: Trees don't overcrowd their biomes anymore (when their next release comes out)!
* Fix for the compatibility crash with PokeCube
1.2.2
+ /#remember to add a /#whatisthis entry!! This is also useful to mark areas as player creations to avoid retro-generating in them.!!
+ /#forget and /#forgetall to forget a /#whatisthis entry!
* lightweightMode has been moved the the General config category! Caution!
* The generateNature option works again
* Items generate again in lightweight mode
* Maze IDs didn't save properly
* Resources are now loaded from mods in order of dependency
1.2.1
+ You can now hide most ReC GUIs to look around in the world!
* GUIs now scale with the window a bit
* Spawn Script blocks now save again
* No more crash when editing the maze paths of a maze that has no rooms
* No more crash when adding a maze path
* No more ruins transformer crash when no decay was set
1.2
+ Structures are now loaded from the specific world save too. That means per-world progression!!
+ /#retro which retro-generates ReC in all biomes it has not yet generated!!
+ Spawn Tweaks option: Quickly adjust the spawn rates of structures from the config without editing them!!
+ All expressions now support true, false and global toggles you can add in the config file!!
+ Global toggle 'treeLeavesDecay' which allows you to disable the decay of the big new trees!
+ Spawn distance multiplier for natural spawn categories - that means you can now make structures spawn more often the further away they are from spawn!
+ /#write which can write any loaded file to any default resources folder !
+ /#delete which deletes a loaded file from its resources folder !
+ /#setbiome which sets the biome in the current selection. Good for structure-themed biomes!
* Mazes now finally, finally support mirror and are a lot more reliable overall!
+ /#selecting which runs a command that requires a selection (e.g. /#setbiome). This enables those commands in spawn scripts!
+ /#as which runs a command as another entity !
* Saplings will no longer disappear when the tree refuses to grow
* Preset selection now looks a lot nicer, as well as other stuff in the GUI
* The structure min cap now respects spawn weight
* Single item generation tags now have a spawn chance
* Dependency matchers can now depend on inventory generators, presets etc.
* Some generated furnaces now contain coal left in there
* The ruins transformer now looks a bit better
* Trees are even more mindful of where they spawn now
* Item tags now also generate in chest minecarts and the likes
* Books now generate properly again. Anyone else dearly missed poems? :D
* Presets are less prone to crash if the preset file is missing.
1.1
+ Over 40 new structures (in the nether, overworld, and as natural tree spawns)!!!
+ Sapling Generation: Growing saplings can now generate beautiful hand-built structures!!
+ Decoration Generation: Completely replace tree/mushroom generation of vanilla with more interesting foliage!!
+ Placers: Completely new structure placement logic. This allows safe spawning on the surface, the nether, end, caves and wherever else!!
+ Preset saving: You can now define and use your own presets for biomes, dimensions, blocks, transformers and placers!
+ Property transformer to easily replace a property by name and value! (Also available as /#property)
* Expression results now scroll with you as you edit the expression for easier usage
+ /#wand which selects the whole structure if it has been cut out
* Generation in general is now a lot faster
* Natural air now checks for flying foliage and removes it to look better
* Natural air and natural floor now perform a lot better and look nicer
+ Ensure transformer: Ensure certain criteria to be fulfilled before spawning the structure!
* Negative space transformers can now limit the destination blocks (e.g. only act if the resulting block is stone)
* Lots of new variable types for different expressions
+ /#genat which allows you to specify a special entity as reference to where to spawn the structure
+ /#gen can now specify with what generation info to spawn
* Static generation works again
* Improvements to natural floor / space spawning
* Lots of improvements to existing structures
* Generic floor / pillar transformer didn't work correctly in villages
* Randomize buttons now take less space
* Village pieces now don't try to save instance data when there is none (fixes crash in sponge)
* Tooltips are now often over the menu items' titles rather then the elements instead, to be less invasive
Biomes O' Plenty (went from BiomesOPlenty-1.12.2-7.0.1.2312-universal.jar to BiomesOPlenty-1.12.2-7.0.1.2313-universal.jar):
Changelog retrieved from BiomesOPlenty-1.12.2-7.0.1.2313-universal.jar:
Build 1.12.2-7.0.1.2313:
github:
Update ru_RU.lang
Hello! I updated some phrases, please add them to your mod.
I corrected phrases about hellish entity and blocks, and added some
translate to words)
Cyclic (went from Cyclic-1.12.2-1.10.9.jar to Cyclic-1.12.2-1.10.11.jar):
Cyclic-1.12.2-1.10.10.jar:
* New Blocks:
* Ender Bookshelf
* Ender Library
* Digital Typewriter
* Trash Void
* Auto User will no longer place blocks (but will still use blocks as normal, this just fixes the bug when used with Advanced Mortars where it places cobblestone when the mortars durability breaks).
* Translation file added: Chinese Traditional (zh_TW).
* Corrupted Chorus noclip now displays in upper right instead of flooding chat.
* Corrupted Chorus noclip ghost mode will no longer allow players to access the spectator toolbar.
Cyclic-1.12.2-1.10.11.jar:
* Fixed client/server desync with the Scythe tools.
* New config fluid_placer to disable the Fluid Placer block.
Wawla - What Are We Looking At (went from Wawla-1.12.2-2.5.247.jar to Wawla-1.12.2-2.5.249.jar):
Wawla-1.12.2-2.5.248.jar:
* Update MCP and Gradle (#84) - CDAGaming
Wawla-1.12.2-2.5.249.jar:
* Improvements to WAWLA (#87) - CDAGaming
ConnectedTexturesMod (went from CTM - MC1.12-0.2.3.9 to CTM - MC1.12-0.2.3.12):
CTM - MC1.12-0.2.3.12:
- Fix crash when a texture references itself
Angel of Vengeance (went from AoV-1.12-0.8.3.jar to AoV-1.12-0.8.5.jar):
AoV-1.12-0.8.5.jar:
* 0.8.5
* Fixed various issues caused by a bad refactor in 0.8.4
* 0.8.4
* Fixed a GL rotate leak
* Fixed an issue where Astro renders were rendering only on the client's player instead of other players who've used the abilities.
* Damage dealing spells should now say who dealt the damage~ in code.
* Added zh_tw.lang
Chisel (went from Chisel - MC1.12-0.1.1.24 to Chisel - MC1.12-0.1.1.26):
Chisel - MC1.12-0.1.1.26:
- Fix issue where certain storage blocks (iron, lapis, etc) did not have an oredict name.
BdLib (went from BDLib 1.14.3.10 (MC 1.12.2) to BDLib 1.14.3.12 (MC 1.12.2)):
BDLib 1.14.3.11 (MC 1.12.2):
bdew: Prevent HasTE from corrupting TE's of unrelated blocks if passed an
BDLib 1.14.3.12 (MC 1.12.2):
bdew: partially reverted the check in HasTE - causes issues in e.g. blockBreak
Iron Backpacks (went from IronBackpacks-1.12.2-3.0.2-3.jar to IronBackpacks-1.12.2-3.0.4.jar):
IronBackpacks-1.12.2-3.0.3.jar:
Version 1.12 - 3.0.3:
Additions
- Added the ability to color backpacks
- Shapelessly craft with dye, craft with water bucket to remove color
- Added the "Everlasting Upgrade"
- It makes backpacks never despawn
- Added ability to remove upgrades
- Backpack + shears in an anvil
- [Internal] Added the code base for the ability to equip backpacks
- Disabled though, as it hasn't been tested enough and rendering isn't working yet
- {Internal] Added a new Blacklist to the API
Changes
- Specializations are now visually different (backpack clasp color)
- Slightly changed preexisting bag colors as well
Bug Fixes
- Fixed dupe bug when opening a backpack and tossing it away simultaneously.
- Fixed odd interactions with inventory sorting mods
- Fixed null backpack appearing as an ingredient when crafting higher tier ones
IronBackpacks-1.12.2-3.0.4.jar:
Version 1.12 - 3.0.4:
Additions
- None
Changes
- None
Bug Fixes
- Fixed crash when changing keybindings.
Advanced Rocketry (went from AdvancedRocketry 1.12.2-1.2.6-42-UNSTABLE build -42 for 1.12.2 to AdvancedRocketry 1.12.2-1.2.6-49-UNSTABLE build -49 for 1.12.2):
AdvancedRocketry 1.12.2-1.2.6-43-UNSTABLE build -43 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-43
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
AdvancedRocketry 1.12.2-1.2.6-44-UNSTABLE build -44 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-44
* [ fix #1029](https://github.com/zmaster587/AdvancedRocketry/commit/9b609e597ed265b)
* [ Mitigate #1004 #941 #956 #816 #760, prevent world save in case of corruption](https://github.com/zmaster587/AdvancedRocketry/commit/5f9c19c21c2542e)
* [ fix #1030](https://github.com/zmaster587/AdvancedRocketry/commit/ffb992ef7c56be5)
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
AdvancedRocketry 1.12.2-1.2.6-45-UNSTABLE build -45 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-45
* [ attempt to fix NPE with buildcraft, #992, #972](https://github.com/zmaster587/AdvancedRocketry/commit/3d8fd79f1c7a88d)
* [ Sneaky debug thingy you, scram](https://github.com/zmaster587/AdvancedRocketry/commit/b44b50cfe46cee2)
* [ Curse this plauge of mispellings, die once and for all! Tonight you will be struck down](https://github.com/zmaster587/AdvancedRocketry/commit/4d3dc5f8acc7efa)
* [ fix #958](https://github.com/zmaster587/AdvancedRocketry/commit/1cfda23ac5bb173)
* [ add localization for #960](https://github.com/zmaster587/AdvancedRocketry/commit/d2ad731cb9cd863)
* [ resolve #925](https://github.com/zmaster587/AdvancedRocketry/commit/ae2e948760f1018)
* [ handle and print debug for cable CME, addresses #1032](https://github.com/zmaster587/AdvancedRocketry/commit/9ab47e2685cddca)
* [ add support for itemCapability handlers for rockets, resolves #1001](https://github.com/zmaster587/AdvancedRocketry/commit/325f9f834c91d80)
* [ fix getting booted from invs #1001](https://github.com/zmaster587/AdvancedRocketry/commit/ce6a32add519679)
* [ Rockets now notify landing pad when dismantled #1038](https://github.com/zmaster587/AdvancedRocketry/commit/40bb52132ccf086)
* [ Add iridum ore gen option #964](https://github.com/zmaster587/AdvancedRocketry/commit/ce2e20f35e4cc5b)
* [ fix #1031](https://github.com/zmaster587/AdvancedRocketry/commit/15aa500e1cf13e1)
* [ fix #1029](https://github.com/zmaster587/AdvancedRocketry/commit/9b609e597ed265b)
* [ Mitigate #1004 #941 #956 #816 #760, prevent world save in case of corruption](https://github.com/zmaster587/AdvancedRocketry/commit/5f9c19c21c2542e)
* [ fix #1030](https://github.com/zmaster587/AdvancedRocketry/commit/ffb992ef7c56be5)
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
AdvancedRocketry 1.12.2-1.2.6-46-UNSTABLE build -46 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-46
* [ resolve #1044](https://github.com/zmaster587/AdvancedRocketry/commit/64ecf0fdb420858)
* [ possible fix for #911](https://github.com/zmaster587/AdvancedRocketry/commit/2dcf58dfcfee28b)
* [ attempt to fix NPE with buildcraft, #992, #972](https://github.com/zmaster587/AdvancedRocketry/commit/3d8fd79f1c7a88d)
* [ Sneaky debug thingy you, scram](https://github.com/zmaster587/AdvancedRocketry/commit/b44b50cfe46cee2)
* [ Curse this plauge of mispellings, die once and for all! Tonight you will be struck down](https://github.com/zmaster587/AdvancedRocketry/commit/4d3dc5f8acc7efa)
* [ fix #958](https://github.com/zmaster587/AdvancedRocketry/commit/1cfda23ac5bb173)
* [ add localization for #960](https://github.com/zmaster587/AdvancedRocketry/commit/d2ad731cb9cd863)
* [ resolve #925](https://github.com/zmaster587/AdvancedRocketry/commit/ae2e948760f1018)
* [ handle and print debug for cable CME, addresses #1032](https://github.com/zmaster587/AdvancedRocketry/commit/9ab47e2685cddca)
* [ add support for itemCapability handlers for rockets, resolves #1001](https://github.com/zmaster587/AdvancedRocketry/commit/325f9f834c91d80)
* [ fix getting booted from invs #1001](https://github.com/zmaster587/AdvancedRocketry/commit/ce6a32add519679)
* [ Rockets now notify landing pad when dismantled #1038](https://github.com/zmaster587/AdvancedRocketry/commit/40bb52132ccf086)
* [ Add iridum ore gen option #964](https://github.com/zmaster587/AdvancedRocketry/commit/ce2e20f35e4cc5b)
* [ fix #1031](https://github.com/zmaster587/AdvancedRocketry/commit/15aa500e1cf13e1)
* [ fix #1029](https://github.com/zmaster587/AdvancedRocketry/commit/9b609e597ed265b)
* [ Mitigate #1004 #941 #956 #816 #760, prevent world save in case of corruption](https://github.com/zmaster587/AdvancedRocketry/commit/5f9c19c21c2542e)
* [ fix #1030](https://github.com/zmaster587/AdvancedRocketry/commit/ffb992ef7c56be5)
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
AdvancedRocketry 1.12.2-1.2.6-47-UNSTABLE build -47 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-47
* [ fix for #1049](https://github.com/zmaster587/AdvancedRocketry/commit/26e64f28ffa3837)
* [ resolve #1044](https://github.com/zmaster587/AdvancedRocketry/commit/64ecf0fdb420858)
* [ possible fix for #911](https://github.com/zmaster587/AdvancedRocketry/commit/2dcf58dfcfee28b)
* [ attempt to fix NPE with buildcraft, #992, #972](https://github.com/zmaster587/AdvancedRocketry/commit/3d8fd79f1c7a88d)
* [ Sneaky debug thingy you, scram](https://github.com/zmaster587/AdvancedRocketry/commit/b44b50cfe46cee2)
* [ Curse this plauge of mispellings, die once and for all! Tonight you will be struck down](https://github.com/zmaster587/AdvancedRocketry/commit/4d3dc5f8acc7efa)
* [ fix #958](https://github.com/zmaster587/AdvancedRocketry/commit/1cfda23ac5bb173)
* [ add localization for #960](https://github.com/zmaster587/AdvancedRocketry/commit/d2ad731cb9cd863)
* [ resolve #925](https://github.com/zmaster587/AdvancedRocketry/commit/ae2e948760f1018)
* [ handle and print debug for cable CME, addresses #1032](https://github.com/zmaster587/AdvancedRocketry/commit/9ab47e2685cddca)
* [ add support for itemCapability handlers for rockets, resolves #1001](https://github.com/zmaster587/AdvancedRocketry/commit/325f9f834c91d80)
* [ fix getting booted from invs #1001](https://github.com/zmaster587/AdvancedRocketry/commit/ce6a32add519679)
* [ Rockets now notify landing pad when dismantled #1038](https://github.com/zmaster587/AdvancedRocketry/commit/40bb52132ccf086)
* [ Add iridum ore gen option #964](https://github.com/zmaster587/AdvancedRocketry/commit/ce2e20f35e4cc5b)
* [ fix #1031](https://github.com/zmaster587/AdvancedRocketry/commit/15aa500e1cf13e1)
* [ fix #1029](https://github.com/zmaster587/AdvancedRocketry/commit/9b609e597ed265b)
* [ Mitigate #1004 #941 #956 #816 #760, prevent world save in case of corruption](https://github.com/zmaster587/AdvancedRocketry/commit/5f9c19c21c2542e)
* [ fix #1030](https://github.com/zmaster587/AdvancedRocketry/commit/ffb992ef7c56be5)
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
AdvancedRocketry 1.12.2-1.2.6-48-UNSTABLE build -48 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-48
* [ Massive localization changes, progress for #1012](https://github.com/zmaster587/AdvancedRocketry/commit/9e1b0fec7e14c22)
* [ implement #1052](https://github.com/zmaster587/AdvancedRocketry/commit/dea20a838cdd670)
* [ fix #1056](https://github.com/zmaster587/AdvancedRocketry/commit/155cb23354c17a3)
* [ fix for #1049](https://github.com/zmaster587/AdvancedRocketry/commit/26e64f28ffa3837)
* [ resolve #1044](https://github.com/zmaster587/AdvancedRocketry/commit/64ecf0fdb420858)
* [ possible fix for #911](https://github.com/zmaster587/AdvancedRocketry/commit/2dcf58dfcfee28b)
* [ attempt to fix NPE with buildcraft, #992, #972](https://github.com/zmaster587/AdvancedRocketry/commit/3d8fd79f1c7a88d)
* [ Sneaky debug thingy you, scram](https://github.com/zmaster587/AdvancedRocketry/commit/b44b50cfe46cee2)
* [ Curse this plauge of mispellings, die once and for all! Tonight you will be struck down](https://github.com/zmaster587/AdvancedRocketry/commit/4d3dc5f8acc7efa)
* [ fix #958](https://github.com/zmaster587/AdvancedRocketry/commit/1cfda23ac5bb173)
* [ add localization for #960](https://github.com/zmaster587/AdvancedRocketry/commit/d2ad731cb9cd863)
* [ resolve #925](https://github.com/zmaster587/AdvancedRocketry/commit/ae2e948760f1018)
* [ handle and print debug for cable CME, addresses #1032](https://github.com/zmaster587/AdvancedRocketry/commit/9ab47e2685cddca)
* [ add support for itemCapability handlers for rockets, resolves #1001](https://github.com/zmaster587/AdvancedRocketry/commit/325f9f834c91d80)
* [ fix getting booted from invs #1001](https://github.com/zmaster587/AdvancedRocketry/commit/ce6a32add519679)
* [ Rockets now notify landing pad when dismantled #1038](https://github.com/zmaster587/AdvancedRocketry/commit/40bb52132ccf086)
* [ Add iridum ore gen option #964](https://github.com/zmaster587/AdvancedRocketry/commit/ce2e20f35e4cc5b)
* [ fix #1031](https://github.com/zmaster587/AdvancedRocketry/commit/15aa500e1cf13e1)
* [ fix #1029](https://github.com/zmaster587/AdvancedRocketry/commit/9b609e597ed265b)
* [ Mitigate #1004 #941 #956 #816 #760, prevent world save in case of corruption](https://github.com/zmaster587/AdvancedRocketry/commit/5f9c19c21c2542e)
* [ fix #1030](https://github.com/zmaster587/AdvancedRocketry/commit/ffb992ef7c56be5)
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
AdvancedRocketry 1.12.2-1.2.6-49-UNSTABLE build -49 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-49
* [ add advancements back in](https://github.com/zmaster587/AdvancedRocketry/commit/7e089cddde76cd9)
* [ fix rocket newline](https://github.com/zmaster587/AdvancedRocketry/commit/4faab8c843b0333)
* [ update German translation, thanks Jummit!](https://github.com/zmaster587/AdvancedRocketry/commit/be0104615de8a00)
* [ fix newlines in locale](https://github.com/zmaster587/AdvancedRocketry/commit/b894ad2c67c3b6a)
* [ fix #1066, CMe](https://github.com/zmaster587/AdvancedRocketry/commit/6aca49c320bd164)
* [ fix bug with O2 vent were the seal status was not properly set, add O2 tracing for finding leaks](https://github.com/zmaster587/AdvancedRocketry/commit/36a9932f88199e3)
* [ make sure seal blocks unregister properly, fix for #1038](https://github.com/zmaster587/AdvancedRocketry/commit/db6dbb509facbba)
* [ Update ru_RU.lang](https://github.com/zmaster587/AdvancedRocketry/commit/2291e8577e80777)
* [ Update ru_RU.lang Updated full russian desc. Added new items and corrected untranslated words.](https://github.com/zmaster587/AdvancedRocketry/commit/bad27887bdd0765)
* [ remove spaces from biome names, resolve #1061](https://github.com/zmaster587/AdvancedRocketry/commit/55a4b815cc34dc7)
* [ Massive localization changes, progress for #1012](https://github.com/zmaster587/AdvancedRocketry/commit/9e1b0fec7e14c22)
* [ implement #1052](https://github.com/zmaster587/AdvancedRocketry/commit/dea20a838cdd670)
* [ fix #1056](https://github.com/zmaster587/AdvancedRocketry/commit/155cb23354c17a3)
* [ fix for #1049](https://github.com/zmaster587/AdvancedRocketry/commit/26e64f28ffa3837)
* [ resolve #1044](https://github.com/zmaster587/AdvancedRocketry/commit/64ecf0fdb420858)
* [ possible fix for #911](https://github.com/zmaster587/AdvancedRocketry/commit/2dcf58dfcfee28b)
* [ attempt to fix NPE with buildcraft, #992, #972](https://github.com/zmaster587/AdvancedRocketry/commit/3d8fd79f1c7a88d)
* [ Sneaky debug thingy you, scram](https://github.com/zmaster587/AdvancedRocketry/commit/b44b50cfe46cee2)
* [ Curse this plauge of mispellings, die once and for all! Tonight you will be struck down](https://github.com/zmaster587/AdvancedRocketry/commit/4d3dc5f8acc7efa)
* [ fix #958](https://github.com/zmaster587/AdvancedRocketry/commit/1cfda23ac5bb173)
* [ add localization for #960](https://github.com/zmaster587/AdvancedRocketry/commit/d2ad731cb9cd863)
* [ resolve #925](https://github.com/zmaster587/AdvancedRocketry/commit/ae2e948760f1018)
* [ handle and print debug for cable CME, addresses #1032](https://github.com/zmaster587/AdvancedRocketry/commit/9ab47e2685cddca)
* [ add support for itemCapability handlers for rockets, resolves #1001](https://github.com/zmaster587/AdvancedRocketry/commit/325f9f834c91d80)
* [ fix getting booted from invs #1001](https://github.com/zmaster587/AdvancedRocketry/commit/ce6a32add519679)
* [ Rockets now notify landing pad when dismantled #1038](https://github.com/zmaster587/AdvancedRocketry/commit/40bb52132ccf086)
* [ Add iridum ore gen option #964](https://github.com/zmaster587/AdvancedRocketry/commit/ce2e20f35e4cc5b)
* [ fix #1031](https://github.com/zmaster587/AdvancedRocketry/commit/15aa500e1cf13e1)
* [ fix #1029](https://github.com/zmaster587/AdvancedRocketry/commit/9b609e597ed265b)
* [ Mitigate #1004 #941 #956 #816 #760, prevent world save in case of corruption](https://github.com/zmaster587/AdvancedRocketry/commit/5f9c19c21c2542e)
* [ fix #1030](https://github.com/zmaster587/AdvancedRocketry/commit/ffb992ef7c56be5)
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
Ex Compressum (went from ExCompressum_1.12.2-3.0.11.jar to ExCompressum_1.12.2-3.0.13.jar):
ExCompressum_1.12.2-3.0.13.jar:
Fixed lag spike when placing Auto Sieve on bad or limited connections (it was looking up the profile & skin from Mojang on the main thread)
Reclaimed the Heavy Sieve recipe by disabling Creatio's Wooden Crucible, it's not needed with Ex Compressum
Bookshelf (went from Bookshelf-1.12.2-2.3.518.jar to Bookshelf-1.12.2-2.3.520.jar):
Bookshelf-1.12.2-2.3.519.jar:
* Added a helper method to get the game settings, and client difficulty. - Tyler Hancock
Bookshelf-1.12.2-2.3.520.jar:
* Added a map that can support ItemStack keys. - Tyler Hancock
* Cleaned up repeated code in stack comparison methods. - Tyler Hancock
Industrial Foregoing (went from industrialforegoing-1.12.2-1.6.5-112.jar to industrialforegoing-1.12.2-1.7.0-114.jar):
industrialforegoing-1.12.2-1.6.6-113.jar:
* Made fake players not mounting entities
* Added a safety check for entities in the Mob Imprisonment Tool
* Improved Log rendering
* Fixed Item Splitter Facing
* Tooltips are now translatable
* Fixed Block Breaker and Block Placer accepting range addons
* Book entries are now translatable
industrialforegoing-1.12.2-1.7.0-114.jar:
* Items with enchantability 0 can't be inserted in som enchanting machines anymore
* Fixed some casting issues
* Fluid Pump now stop checking its area when the area is finished once
* Fixed Book entries missing if a machines are disabled
* Added Plant Interactor, is like an autonomous activator and a fruit picker had a baby
* Thanks for the 1 Million Downloads!
ArmoreableMobs (went from armoreablemobs-1.1.4.jar to armoreablemobs-1.1.5.jar):
armoreablemobs-1.1.5.jar:
+ Added PackMode support, you don't have to restart the game to change what ArmorGroups get triggered use:
ArmorGroup.setPackMode(String packMode)
Redstone Arsenal (went from RedstoneArsenal-1.12.2-2.3.9.2-universal.jar to RedstoneArsenal-1.12.2-2.3.10.4-universal.jar):
Changelog retrieved from GitHub:
2.3.10:
GENERAL:
-Internal refactors and optimizations.
FIXED:
-Quiver can now be disabled.
XNet (went from xnet-1.12-1.6.4.jar to xnet-1.12-1.6.7.jar):
xnet-1.12-1.6.5.jar:
1.6.5:
* Fixed another division by zero
xnet-1.12-1.6.6.jar:
1.6.6:
* Fixed a problem with advanced connectors still being limited to 1000mb instead of 5000mb for liquids
* Changes to the IConnectable API
xnet-1.12-1.6.7.jar:
1.6.7:
* Bug fix with setting integer values in guis
* Fixed double tooltips in gui of controller
Rustic (went from rustic-0.4.5.jar to rustic-0.4.7.jar):
rustic-0.4.6.jar:
* Fixed instances of ISpecialArmor not displaying their armor values on the custom HUD (thanks, InsomniaKitten)
* Fixed broken rotations on certain models when using newer forge versions (thanks again, InsomniaKitten)
rustic-0.4.7.jar:
* Fixed incorrect minimum and default values for the new brewing-related config options.
REGENERATE OR EDIT THE CONFIG OPTIONS RELATED TO BREWING!
Thermal Foundation (went from ThermalFoundation-1.12.2-2.3.9.4-universal.jar to ThermalFoundation-1.12.2-2.3.10.6-universal.jar):
Changelog retrieved from GitHub:
2.3.10:
GENERAL:
-Internal refactors and optimizations.
CHANGED:
-Tome of Insight now accepts "Essence" and converts it to experience.
Baubles (went from Baubles-1.12-1.5.1.jar to Baubles-1.12-1.5.2.jar):
Baubles-1.12-1.5.2.jar:
- API: added isBaubleEquipped helper method to BaublesAPI
- fixed player bauble syncing (Thanks pau101) closes #235
Quark (went from Quark-r1.4-120.jar to Quark-r1.4-121.jar):
Quark-r1.4-121.jar:
- API: Added a way for IDropoffManager implementations to provide their own IItemHandler.
- API: Increased API version to 2.
- Automation: Fixed pistons not updating the amount of players viewing a chest's interface, leaving it to be open if it's moved while a player is looking at it.
- General: Quark will no longer break Random Things' dyeing machine. (lumien231)
- Management: Fixed the extract and restock buttons being dependant on Dropoff being enabled instead of Chest Buttons.
- Tweaks: Added a config setting to Automatic Recipe Unlock to disable the recipe book entirely.
- World: Fixed a crash if a type of world stone is enabled but the rarity set to 0.
Exchangers (went from Exchangers-1.12.2-2.6.jar to Exchangers-1.12.2-2.6.2.jar):
Exchangers-1.12.2-2.6.1.jar:
*
Added a Silk Touch mode config option, if Silk Touch mode is disabled, players may enchant the Exchangers with Silk Touch to achieve Silk Touching on Exchangers or Fortune to get additional drops
*
Added a PlaceEvent for when Exchangers tries to replace blocks, allows other mods to cancel the event, which also fixes an issue with Faction Mod, closes [#41](https://github.com/JackyyTV/Exchangers/issues/41)
*
Migrated over to use string block IDs instead of integers
*
Rewritten lots of translation stuff
*
Changed all the camelCase translation keys to be lowercase with underscores
*
Added a special blocks list for internal use
*
Fixed a major problem with Exchangers not being able to replace blocks with metadata, closes [#42](https://github.com/JackyyTV/Exchangers/issues/42)
*
Internal code optimizations to greatly reduce redundancy
*
Added a config option to allow Unbreaking enchant reducing chance of using power for Powered Exchangers, currently tested and works on all MC versions, enabled by default (Part of [#37](https://github.com/JackyyTV/Exchangers/issues/37))
*
Added a way to decrease range for Exchangers (by holding sneak and pressing the mode key)
Exchangers-1.12.2-2.6.2.jar:
1.12 Exclusive Changes
* Fixed MV Exchanger requiring Tier 3 core instead of Tier 2 in hard mode, closes [#43](https://github.com/JackyyTV/Exchangers/issues/43)
Tinkers Construct (went from TConstruct-1.12-2.8.1.49.jar to TConstruct-1.12.2-2.9.0.55.jar):
TConstruct-1.12.2-2.9.0.55.jar:
Requires Forge 2577
Requires JEI 4.8 (if JEI is present)
Changelog:
* Seared Channel Recipe gives 3 now
* Tools can be renamed anytime again!
* Gasses now render upside down
* TiC Slime Blocks now work with pistons
Ex Nihilo: Creatio (went from exnihilocreatio-1.12-0.1.5.jar to exnihilocreatio-1.12-0.1.6.jar):
exnihilocreatio-1.12-0.1.6.jar:
No changelog provided
Actually Additions (went from ActuallyAdditions-1.12.2-r126.jar to ActuallyAdditions-1.12.2-r128.jar):
Changlog retrieved from GitHub:
# 1.12.2-r128
* Removed a debug line in Greenhouse Glass
* Fixed the firework box recipe displaying wrongly in JEI
# 1.12.2-r127
* Removed explicit tesla support.
* The AIOT will now accept sword enchantments.
* Greenhouse Glass is no longer a tile entity, this should significantly improve performance. It will be a bit slower in terms of plant growth though.
* Canitzp: Fixes a duplication bug with MeeCreeps and AA containers.
* Fixes a log error with Coal Dust and JEI.
Cucumber (went from cucumber-1.12-1.0.3.jar to cucumber-1.12-1.0.4.jar):
cucumber-1.12-1.0.4.jar:
No changelog provided
Cyclops Core (went from CyclopsCore-1.12.2-0.11.0.jar to CyclopsCore-1.12.2-0.11.1.jar):
CyclopsCore-1.12.2-0.11.1.jar:
As always, don't forget to backup your world before updating!
Fixes:
* Fix models rendering too dark in item-form
Lib changes:
* Add method to refresh all cached values in a value notifyable guis
This new method can be called from within initGui, when for example resizing screens.
* Allow a certain element to be selected in arrowed list field
Integrated Dynamics (went from IntegratedDynamics-1.12.2-0.10.0.jar to IntegratedDynamics-1.12.2-0.10.1.jar):
IntegratedDynamics-1.12.2-0.10.1.jar:
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 0.11.1 or higher.
Additions:
* Add safe-mode option, Closes #486
In cases where a network would become horribly broken because of a bug,
servers could get stuck in a repeated server crash loop.
This makes it possible to temporarily set the mod in safe-mode,
which means that networks won't tick anymore, values are not evaluated and no special rendering is done.
In this mode, the offending cables and parts can be removed.
When disabling this option again, everything will work again as normal.
Changes:
* Make network crash disabler safety listen to all types of crashes, Closes #468
* Rename frequency setting to 'ticks/operation', Closes #462
* Make channel handling more efficient
Fixes:
* Fix mechanical machines sometimes not producing nothing, Closes #457
* Fix dynamic light panels appearing enabled for 0 and false values, Closes #475
* Fix rare crash when removing while it is being reloaded, Closes #472
* Fix curried operator result not being usable in choice operator, Closes #484
* Fix crash when certain mods call client-side code in item localization, Closes #106
* Validate predicate output type before casting to boolean in filters
Static type checking was already being done, but when currying was applied, this issue could sometimes occur.
This was the same problem as in CyclopsMC/IntegratedTunnels#99, Closes #487
* Fix part settings resetting to default values when resizing screen, Closes #455
* Fix Redstone Writer not always notifying neighbours correctly, Closes #356
* Add safety to avoid serializing values that are too big for packets
This adds the config setting maxValueByteSize that could be adjusted by the player if necessary., Closes #362
* Fix cable item rendering too dark, Closes #479
* Fix drying basin and squeezer sending too many updates
* Fix parts on wildcard channels not including parts from all channels
* Fix batteries in creative tab not containing a lot of energy
Integrated Tunnels (went from IntegratedTunnels-1.12.2-1.4.0.jar to IntegratedTunnels-1.12.2-1.4.1.jar):
IntegratedTunnels-1.12.2-1.4.1.jar:
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 0.11.1 or higher.
Changes:
* Avoid some unnecessary network updates on block neighbour update events
Fixes:
* Validate predicate output type before casting to boolean in filters
Static type checking was already being done, but when currying was applied, this issue could sometimes occur, Closes #99
Went from Forge 1.12.2-14.23.1.2583 to 1.12.2-14.23.1.2590.
on't forget to backup your world before updating!
Requires CyclopsCore version 0.11.1 or higher.
Changes:
* Avoid some unnecessary network updates on block neighbour update events
Fixes:
* Validate predicate output type before casting to boolean in filters
Static type checking was already being done, but when currying was applied, this issue could sometimes occur, Closes #99
Went from Forge 1.12.2-14.23.1.2583 to 1.12.2-14.23.1.2590.
:
- B.A.S.E
- Clumps
Updated:
UniDict (went from UniDict-1.12.2-2.0.jar to UniDict-1.12.2-2.3.1.jar):
UniDict-1.12.2-2.1.jar:
1.12.2-2.1:
* now resource gathering is made on init (this will need some testing in order to see if there are no negative effects.).
* now you can pass null values (for the shape)for the CraftTweaker command mods.unidict.api.newShapedRecipeTemplate() without crashing.
* added a new "RemoveByKind" CT command, "furnace".
* added the method "addItemStackToBlackList" to UniDictAPI, this will allow modders to "blacklist" ItemStacks directly (resquested by [SkySom](https://minecraft.curseforge.com/members/SkySom))
*
added an optional parameter "String[] resourceKindWhiteList" for the CT commands "mods.unidict.removalByKind,get("crafting")" and "mods.unidict.removalByKind,get("furnace")"
is is basically a filter, that it will remove recipes only when the resource contains the given "kinds".
* changed how to use the "RemovalByKind" CT Command
now it is needed to "get" the wanted "RemovalByKind".
usage:
"val removalByKind = mods.unidict.removalByKind.get("removalByKindName")""
it will return the wanted "RemovalByKind" instance, as long you passed it a valid value.
currently the valid values are ("crafting", "furnace")
(probably I will have to create a "wiki" to explain better these things XD)
added another "RemovalByKind", the "furnace"
it works exactly as the "crafting" variant, but for the furnace.
after getting the "RemovalByKind" instance, in order to use, use the "remove" method, it uses the same arguments as before.
isn't required to store the "instance" in a val, but if you want to use it several times, it is better.
UniDict-1.12.2-2.2.jar:
New Integration:
* Kitsu's ForgeCraft (Anvil, Bloomery, Casting, Forge)
Fixed an huge memory leak (maybe not so huge).
Changed:
* now the UniDict CraftTweaker commands will be executed on the end of Initialization, to avoid conflicts with another CraftTweaker commands.
* some internal changes.
UniDict-1.12.2-2.2b.jar:
fix [Issue#72](https://github.com/WanionCane/UniDict/issues/72)
UniDict-1.12.2-2.3.jar:
New:
* added a confog option to make Crafting Integration ignore recipes created by certain mods ("S:ignoreModIdRecipes")
* now modders can create their own Integrations, use @UniDict.Integration annottation, and extends AbstractIntegrationThread.
how to create an integration: [wanion.unidict.integration](https://github.com/WanionCane/UniDict/tree/1.12.2/src/main/java/wanion/unidict/integration), it is undocumented, but it is really easy to do.
it is possible to specify which loading stage your integration will run, check the @SpecifiedLoadStage annotation.
Fixed Thermal Expansion Integration, it was broken because of changes on the lastest Thermal Expansion.
UniDict-1.12.2-2.3.1.jar:
Added two config options to ignore certain ItemStacks on Furnace Integration
"furnaceInputsToIgnore", and "furnaceOutputsToIgnore".
NuclearCraft (went from NuclearCraft-2.7a--1.12.2 to NuclearCraft-2.8d--1.12.2):
NuclearCraft-2.8--1.12.2:
+ Added five more passive Fission Reactor Coolers
+ Added more depleted isotope blocks [thanks to xenon54xenon54!]
* Fixed incorrect Fusion Reactor cooling rates
* Fusion Core GUI now shows the rate of change of heat and active cooling rate
* The Fusion Reactor is now gated behind Boron Nitride production
+ Added compact and dense forms of collector machines
* Electromagnets, Active Coolers and other passive machines will distribute their stored fluid and energy to adjacent machines of the same type - DISABLED by default
* Fixed slightly incorrect RF to EU conversion ratio
+ Added Brazilian Portuguese language file [thanks to InterPlay02!]
* Made language files much easier to customise
+ Tooltip info width is now set automatically - no more manual line spacing!
* Made lots of internal changes and cleaned up code
* Some recipe tweaks and fixes
NuclearCraft-2.8a--1.12.2:
* Fixed crash on opening Nuclear Furnace GUI
* Fixed minor tooltip description error on Decay Generator
* Fixed accelerator config localisation
NuclearCraft-2.8b--1.12.2:
* Fixed CraftTweaker error message on login
* Fixed Electromagnet Supercooler not using up liquid helium
NuclearCraft-2.8c--1.12.2:
* Fixed Fission Controller not updating its maximum energy transfer rate
* Minor recipe tweaks
* Updated Brazilian Portuguese language file [thanks to InterPlay02!]
NuclearCraft-2.8d--1.12.2:
* Fixed Active Fluid Coolers not accepting certain coolants
* Fixed Fusion Core rendering weirdly far from the world origin
* Cobblestone Generators will now push to adjacent inventories
* Fixed Glowstone Mushroom generation in the Nether causing cascades
* Added many more integration recipes
Draconic Evolution (went from Draconic Evolution 1.12-2.3.7.278-universal to Draconic Evolution 1.12-2.3.8.279-universal):
Draconic Evolution 1.12-2.3.8.279-universal:
-Re added toggle flight key binding
-Fixed entity path finding crash related to placed items.
LibVulpes (went from LibVulpes 1.12.2-0.2.7-24-UNSTABLE build -24 for 1.12.2 to LibVulpes 1.12.2-0.2.7-25-UNSTABLE build -25 for 1.12.2):
LibVulpes 1.12.2-0.2.7-25-UNSTABLE build -25 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-0.2.7-25
* [ fix https://github.com/zmaster587/AdvancedRocketry/issues/1039](https://github.com/zmaster587/LibVulpes/commit/33632836dac0ef8)
* [ Add locale overrides for #1012](https://github.com/zmaster587/LibVulpes/commit/182587bc99b89b2)
* [ Fixes jetpack toggle key #26](https://github.com/zmaster587/LibVulpes/commit/fc7f6413f69e433)
* [ fix https://github.com/zmaster587/AdvancedRocketry/issues/977](https://github.com/zmaster587/LibVulpes/commit/a47c9e24e25b1e5)
* [ fixes https://github.com/zmaster587/AdvancedRocketry/issues/991](https://github.com/zmaster587/LibVulpes/commit/970f3ced89b8171)
* [ fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819](https://github.com/zmaster587/LibVulpes/commit/baf62e827720d18)
* [ add getters for outputs](https://github.com/zmaster587/LibVulpes/commit/f603dbb45bd2941)
* [ add getters for outputs, update build num](https://github.com/zmaster587/LibVulpes/commit/5c39a00e823ef8d)
* [ fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954](https://github.com/zmaster587/LibVulpes/commit/f052c4110d22306)
* [ disable curse builds temporarily](https://github.com/zmaster587/LibVulpes/commit/c237fc105fd7ad9)
* [ update artefact location for git](https://github.com/zmaster587/LibVulpes/commit/b620c33dd67e3d6)
* [ fix https://github.com/zmaster587/AdvancedRocketry/issues/939](https://github.com/zmaster587/LibVulpes/commit/2c59e0e8ea088e0)
* [ add curseforge and changelog tasks.](https://github.com/zmaster587/LibVulpes/commit/38fcb72a4b0f478)
Forestry (went from forestry_1.12.2-5.7.0.219.jar to forestry_1.12.2-5.7.0.236.jar):
Changelog retrieved from forestry_1.12.2-5.7.0.236.jar:
Please help the Forestry project by [reporting issues here.](https://github.com/ForestryMC/ForestryMC/issues)
Current release 5.7.0.236
* Update Lang - Nedelosk
* Improve genetic filter implementation - Nedelosk
* Move the filter logic to a separate interface - Nedelosk
* Change default filter rule - Nedelosk
* Improve Filter collision box - Nedelosk
* Remove unused texture - Nedelosk
* Add sorting block (Genetic Filter) - Nedelosk
* Add more Dimension Config Blacklists for world generation (#1942) - temp1011
* Removing overworked bees mechanic, cap production modifier at 16x (#1946) - temp1011
* Adds dimension blacklist for hive generation. - phillipasmith1995
* Adds dimension blacklist for hive generation. - phillipasmith1995
* Adds dimension blacklist for hive generation. - phillipasmith1995
* Move the worktable into a separate module - Nedelosk
* Should be all of them (hopefully) - temp1011
* Add power config for analyzer - temp1011
* Fix #1061 Squeezer is very "liberal" regarding oredict in Recipes - Nedelosk
* Update Lang Git-Module - Nedelosk
* Fix #1937 Backpacks do not hold previously defined items - Nedelosk
* Fix #1399 Add Hive Generation Blacklist - Nedelosk
* Fix #1884 Tin can / wax capsule cannot pick up fluid blocks in world - Nedelosk
* Fix Crate Registration - Nedelosk
* Fix #1916 Client Crash with new version - Nedelosk
* Fix #1874 Crash when adding bee to BQM quest / chestloot - Nedelosk
* Fix #1920 Crate registration only on client side - Nedelosk
* No biome check - temp1011
* Fix #1919 Butterfly Model throws NullPointerException - Nedelosk
* Improve Database Recipe - Nedelosk
* Fix hive flammability Hive placed in the overworld burned whereas hive placed in nether did not in my tests. Hopefully this works better. - temp1011
* Fix #1932 Client Tile Updates Depending On Apiculture Module - Nedelosk
* Woops - temp1011
* add damage option to hives based on config - temp1011
* update config in apiculture - temp1011
* make non hellish hives flammable - temp1011
* Fix "Invalid property value detected" error logs from Buildcraft - mezz
* Fix #1918 Fix #1912 packet handler issue with latest Forge (14.23.1.2574+) - Nedelosk
* Fix Broken Sockets - Nedelosk
* Fix #1907 Electric engine doesn't update configuration properly - Nedelosk
* Fix #1901 Custom Backpack Model Registration - Nedelosk
* Fix #1906 Willow leaves can be used to create an x-ray - Nedelosk
* Fix resurrected ender dragons having no AI (#1908) - Remy A
* Revert "Slightly improve render performance of genetic items (bee, trees, etc)" This reverts commit 3df3d9121e51fca16e8a02b19ddb8e1a2b1d5bc6. - mezz
* Fix #1893 False Module Container ID - Nedelosk
* Slightly improve render performance of genetic items (bee, trees, etc) - mezz
* Stop viscous fluids from making water flowing sounds - mezz
* Fix #1890 NPE with Quark - Nedelosk
* Fix backward compatibility - Nedelosk
* Clean Up Module System - Nedelosk
* Fix Module System - Nedelosk
* Fix Api - Nedelosk
* Improve Module System - Nedelosk
* Fix GreenhouseEventHandler - Nedelosk
* Change the plugin system to a module system and split up modules -Changed plugin system to a module -Renamed forestry plugins to modules -Mod integration plugins are still called plugins -Moved the woodpile from the arboriculture module to the charcoal module -Moved the backpacks from the storage module to the backpacks module -Moved the crates from the storage module to the creates module -Added the database module with a new storage block for individuals -Added a species plugin interface to handle the database gui -Added some alyzer methods to the species plugin to move the alyzer integration later to it - Nedelosk
* Update Lang - Nedelosk
* Move some classes to the api and fix broken api classes - Nedelosk
* Remove experimental code - Nedelosk
* Remove unused resources - Nedelosk
* Change the plugin system to a module system and slit up modules -Moved the woodpile from the arboriculture module to the charcoal module -Moved the backpacks from the storage module to the backpacks module -Moved the crates from the storage module to the creates module -Added the database module with a new storage for individuals -Added a gui element system to improve the alyzer api -Added a species plugin interface to handle the database gui -Added some alyzer methods to the species plugin to move the alyzer integration later to it - Nedelosk
* Fix #1866 Block State Interaction Issues With Pokecube and Forestry - Nedelosk
* Fix Mystical Agriculture Inferium Seeds and update Integration - Nedelosk
* Fix #1860 Mystical Agriculture Integration (Could not find item) - Nedelosk
* Fix #1856 Non Glass Fluids in Thermionic Fabricator are not getting used up. - Nedelosk
* Fix #1863 Bottler does not empty bottles - Nedelosk
Thermal Dynamics (went from ThermalDynamics-1.12.2-2.3.9.2-universal.jar to ThermalDynamics-1.12.2-2.3.10.4-universal.jar):
Changelog retrieved from GitHub:
2.3.10:
GENERAL:
-Internal refactors and optimizations.
Chunk-Pregenerator (went from Chunk Pregenerator V1.12-1.5.1 to Chunk Pregenerator V1.12-1.6.1):
Chunk Pregenerator V1.12-1.6:
This is going to be big update. Now with multithreading and GUI for information flow insteadof chatspam. Keep in mind to use the GUI you have to have the mod installed.
Also now with structure control which requires to keep the mod installed to ensure that structures don't generate if you are blocking it, also structure listing and other things.
Anyway Changelog:
Version 1.6:
-Added: Find WorldSpawn Location
-Added: Structure Control into the game. (Allows to make savezones where structures can't generate, or list structures or delete structures (even after they generated)).
-Added: Commands, (Create/List/Remove Save zone command).
-Added: Commands, (Delete/List Structure command)
-Added: Delay option for chunk deletion.
-Fixed: Delete Processor didnt clear the listenerlist after being done.
-Added: Lag meter shows now if the pregenerator is paused because of to much game lag.
-Fixed: Some tiny bugs while porting
-Removed: (1.4.7 Only) Structure Control
-Changed: Moved very important things from the Pregenerator to a perMC based API to improve porting speed.
-Changed: How the Options Layout is being done for the pregeneration GUI.
-Added: Ram Usage to the Pregenerator UI.
-Changed: Some parts in the Processing logic to reduce Porting time.
-Added: BlockingPostProcessing Option for the PostProcessing Options, (Gives you the terrain and prevents that postProcessing is applied even by the game),
-Fixed: A bunch of Commands had tiny bugs in them.
-Fixed: A Potential issue with the 1.8.9 version of mc so that i can't forget it.
-Changed: How Chunks are injected since into the world.
-Added: A WorldCreation pregeneration file. Allows to run commands when a world is created.
-Added: A AutoListen and AutoIgnore system. That would include commands the player sends itself. Keep that in mind
-Added: If you join a world and you are marked as autolistener then it automatically adds you to the listener list when the pregnerator is running
-Fixed: 1.7.10 or lower didnt receive any ticks so thats why they weren't running xD
-Added: UI for information flow.
-Added: An Extra Thread to handle some stuff that could be done with a seperate thread.
-Fixed: A couple bugreports from 1.5.1.
- Changed: PostProcessing Logic is now experimental that provides a huge Speed Boost. (300-600% depending on the Modpack)
- Added: Command for removing the currently set delay in the pregenerator.
- Fixed: Removed the Unnesseary checks for chunk deletion which slowed it down. (Not that it mattered since it was able to delete 40k chunks in seconds but a tiny improvement is a improvement)
Chunk Pregenerator V1.12-1.6.1:
Important hotifx that fixes a memory leak in combo with other mods.
I made this change before because of an issue report and i decided to change how i unload chunks, Bad idea since the old methode i removed now cuased memory leaks with other mods. That is now fixed!
Changelog:
Version 1.6.1:
-Fixed: Throwing the ChunkUnloadEvents again. (Reverting a fix from another issue basically)
Thermal Expansion (went from ThermalExpansion-1.12.2-5.3.9.6-universal.jar to ThermalExpansion-1.12.2-5.3.10.15-universal.jar):
Changelog retrieved from GitHub:
5.3.10:
GENERAL:
-Internal refactors and optimizations.
ADDED:
-New Machine:
Sequential Fabricator - It's an autocrafter! :D
-New Augments:
Pattern Validation - Enables intelligent auto-input on the Sequential Fabricator.
Fluidic Fabrication - Adds an internal fluid tank to the Sequential Fabricator.
Enstabulation Apparatus - Allows for the Centrifuge to "process" Morbs.
-New machine process recipes.
-Plugin Support for Ice and Fire.
CHANGED:
-All blocks can now be filled/drained by hand, even the Fluid Transposer. Some machines may need
to be OFF to allow for fluid to be drained.
-Cache behavior has been changed internally, for better crossmod compatibility.
-Comparator behavior has been improved for the Cell, Tank, and Cache.
-Many recipes have been rebalanced. In general, dynamos and augments are all slightly cheaper.
CoFH Core (went from CoFHCore-1.12.2-4.3.9.2-universal.jar to CoFHCore-1.12.2-4.3.10.5-universal.jar):
Changelog retrieved from GitHub:
4.3.10:
GENERAL:
-Internal refactors and optimizations.
Tool Progression (went from toolprogression-1.12.2-1.4.6.jar to toolprogression-1.12.2-1.4.7.jar):
toolprogression-1.12.2-1.4.7.jar:
1.4.7:
* Adds Ex Compressum (Ex Nihilo) compatibility. You'll need at least Ex Compressum, but who uses only Ex Nihilo?
1.4.6:
* Merry Christmas!
* Fixes the Tinkers Construct modifier override not working as intended
* Fixes missing name and description of Magic Mushroom modifier
1.4.5:
* Adds CoFHCore tools support (including Thermal Foundation)
1.4.4:
* Adds more detailed item tooltips. (Hold SHIFT)
* Removes hardness from generated files. Didn't always work, but console spam.
1.4.3:
* Fixes TiC materials not appearing in the generated materials.cfg
1.4.2:
* Fix some blocks can be broken to fast
* Some refactoring
* Adds overwrite for block hardness. Use with care. Read documantion first!
1.4.1:
* Fix crash during load caused by ConcurrentModificationException
1.4.0:
* Huge internal refactor
* Updated documentation in the [wiki](https://github.com/tyra314/ToolProgression/wiki)
* Fixed jar signing *doh*
* Fixes overwrites for NOT requiring tools impossible
1.3.1:
* Brings back wildcards for meta values in block overwrites
1.3.0:
* Build is now against Minecraft 1.12.2 Older version may still work. YMMV
* Adds jar signing. Well at least I tried...
* Fixes hoes not overwritable. I may have to do some refactoring in the foreseeable future...
* Complete reworked GameStages/OreStages support. Using the API now, no more evil reflection hacks.
1.2.11:
* Fixes disabling of the harvest level increase of the TiC modifiers diamond and emerald
* Adds game-stages / ore-stages compatiblity layer. This will totally get alive and haunt mankind.
1.2.10:
* Disabling the harvest level increase of the TiC modifiers diamond and emerald, as the could easily mess up progression. (Use Fortify or Magic Mushroom instead)
1.2.9:
* Improved TinkersConstruct compatibility:
* Import mining level names from TiC, if they aren't set in the config
* Adds Magic Mushroom. This item increases the harvest level of TiC tools by one. No recipe by default, blame your lazy pack dev, if you can't get it.
1.2.8:
* Fixes possible NPE in TinkersConstruct compatiblity
1.2.7:
* Fixes TinkersConstruct compatiblity (It's hacky and I know it)
1.2.6:
* Build also for Minecraft 1.12.1
1.2.5:
* Fixes mod interaction issue with Chisel&Bits. Thanks to AlgorithmX2 for his help.
1.2.4:
* Adds compatibility with TiC for 1.12
1.2.3:
* Fixes usage of client-side stuff on servers
1.2.2:
* Compiled against new Forge version
1.2.1:
* Fixes possible client-side only function call on server-side
1.2.0:
* Update to Minecraft 1.12
Pam's HarvestCraft (went from Pam's HarvestCraft 1.12.2b - Re-Balance Update.jar to Pam's HarvestCraft 1.12.2j.jar):
Pam's HarvestCraft 1.12.2c.jar:
HarvestCraft 1.12.2c
-----------------
- Added: Items: Candied Pecans, Enchilada, Stuffing, Green Bean Casserole, Ham and Pineapple Pizza, Sauced Lamb Kebab, Cobblestone Cobbler, Crayfish Salad, Ceviche, Deluxe Nachoes, Baked Cactus, Garlic Steak, Mushroom Steak, Hot Dish Casserole, Sausage Bean Melt, Mettbrötchen
Pam's HarvestCraft 1.12.2d.jar:
HarvestCraft 1.12.2d
-----------------
Note: You will need to regen your Config file in order to get the new config options
- Fixed: Blocks: Gardens now break instantly again when punched
- Fixed: Name: Raw Duck and Cooked Duck have correct names
- Fixed: Name: Three Bean Casserole and Grapefruit Juice names are fixed by Luke616
- Fixed: WorldGen: Fixed editing of main thread by kashike
- Fixed: Recipe: Peking Duck finally has its own recipe, allowing you to finally make it and Stuffed Duck
- Fixed: Recipe: Green Bean Casserole now has a recipe
- Fixed: Recipe: Fixed recipe grouping by F43nd1r
- Fixed: Recipe: Soft Pretzels now require listAllwater as well
- Fixed: Recipe: Tofacon now accepts itemSalt, dustSalt, and foodSalt OreDictionary'd salts
- Fixed: Recipe: Roasted Chestnut, Popcorn, Raisins, Tea, Coffee, Ricecake, Grilled Asparagus, Baked Sweet Potato now use correct cropX Ore Dictionary listings
- Fixed: Recipe: All honey recipes now use foodHoneydrop and dropHoney (from Forestry) for all recipes
- Fixed: Recipe: Plain Yogurt x4 can also be made by putting Plain Yogurt + Leather in crafting grid
- Fixed: Recipe: Red Velvet Cake now requires foodCocoapowder in place of one of the dyes by ReverseStateMonad
- Removed: Recipe: Removed Plain Yogurt + listAllmilk = 2 Plain Yogurt recipe
- Added: Config: cropGrowthSpeed (Default: 0.0): This number is added/subtracted from normal fertile crop growth (3.0) and adjacent fertile crop growth (4.0)
- Added: Config: fruitGrowthSpeed (Default: 25): Lower is faster
- Added: Lang: Added zh_tw.lang file by HaeDon
- Added: Lang: Added pl_pl.lang file by EliogabalusPL
- Added: Blocks: Beehives can now be sheared
Pam's HarvestCraft 1.12.2e.jar:
HarvestCraft 1.12.2e
-----------------
ALL RECIPES SHOULD NOW BE WORKING
Note: You will need to regen your Config file in order to get any changes to the Config file
- Fixed: Block: Beehives now break when nothing is above them, dropping the Queen Bee
- Fixed: Block: Fruit blocks now break with nothing is above them, if mature will drop 2 fruits (to make up for losing a renewable resource block)
- Fixed: Config: Removed useless config options (bait amounts, fresh water amounts, salt amounts, etc). To change the amount a recipe gives you, open the recipe JSON in the JAR file in a text editor and change the count amount. (reported by bushbaby1234)
- Fixed: Recipe: Grilled Mushroom now uses cropWhitemushroom instead of harvestcraft:whitemushroomitem
- Fixed: Recipe: All recipes with alternate versions have now been re-named foodname_alternate item (example: friesitem_foodSalt, friesitem_dustSalt, friesitem_itemSalt, etc) -
- Fixed: Recipe: Sweet and Sour Sauce now uses foodHoneydrop and dropHoney instead of harvestcraft:honeyitem
- Fixed: Recipe: All salt recipes should have three versions for dustSalt, foodSalt, and itemSalt Ore Dictionary (reported by Chunkey)
- Fixed: Recipe: Fruit logs (maple, cinnamon, paperbark) should now convert to planks correctly
- Fixed: Recipe: Fixed recipes for making and unmaking Honey Block, Pressed Wax Block, Honeycomb Block, Waxcomb Block
- Fixed: Recipe: Recipes to make Pressed Wax with cropCandle fixed (toolPot, 1:1, toolPot, 8:8)
- Fixed: Recipe: Toasted Coconut now uses cropCoconut correctly
- Added: Presser: Minecraft Pumpkin Seeds to Cooking Oil, Grain Bait
- Added: Presser: Harvest Apple to Apple Juice, Fruit Bait
- Added: Presser: Harvest Carrot to Carrot Juice, Veggie Bait
- Added: Presser: Raspberry to Raspberry Juice, Fruit Bait
- Added: Recipe: Added Flour recipes for cropAlmond, cropCoconut, cropChestnut, listAllwheat, cropBean, cropBanana, cropPeas, cropSoybean
- Added: Recipe: Added Cooking Oil recipes for cropAvocado, listAllseed(2:2 ratio), cropTea
- Added: Recipe: Added Roasted Root Veggie Medley recipes for cropRutabaga, cropBeet, cropRhubarb
- Added: Recipe: Added Spicy Greens Recipe for cropSpinach, cropAsparagus
- Added: Recipe: Fresh Milk recipe alternative (toolJuicer, cropAlmond)
- Changed: Presser: Coconut to Coconut Milk, Grain Bait
- Changed: Recipe: Spring Salad now requires toolCuttingboard, cropLettuce, listAllveggie (instead of having a dozen specific recipes)
- Changed: Recipe: Veggie Stir Fry now requires listAllmushroom or listAllvegie instead of specific recipes
- Changed: Recipe: Almond Butter, Peanut Butter, Cashew Butter, Pistachio Butter, Chestnut Butter now use toolMortarandpestle
- Removed: Recipe: Removed double cropSpiceleaf Salad Dressing Recipe (not intended)
- Removed: Presser: Grape to Cooking Oil
- Removed: Presser: Coconut to Cooking Oil
- Removed: Presser: Pumpkin Seeds to Cooking Oil
Pam's HarvestCraft 1.12.2f.jar:
HarvestCraft 1.12.2f
-----------------
- Added: Fruit Tree: Added a Spider Web 'fruit' tree, that grows in temperate areas with spider web 'fruits' that drop string when mature and right-clicked (sapling crafted with any sapling and three string) Disable in config with spiderwebtreeGeneration
Pam's HarvestCraft 1.12.2g.jar:
HarvestCraft 1.12.2g
-----------------
NOTE: Automation for other blocks coming next update
- Fixed: Presser: The Presser can now be automated! Input slot is accessed from top, sides while both Output slots are accessed from the bottom. Tested with hoppers!
- Fixed some issues with Hunger Overhaul interacting with HarvestCraft (PR by alexbegt)
Pam's HarvestCraft 1.12.2h.jar:
MOD NOT LOADING FIXED
HarvestCraft 1.12.2h
-----------------
NOTE: Automation for Traps, Market, Shipping Bin coming next update
- Fixed: Blocks: Apple fruit block should now drop the correct apple item
- Fixed: Presser: The Apiary can now be automated! Input slot is accessed from top, sides while both Output slots are accessed from the bottom. Tested with hoppers!
- Added: Config: queenbeelastresultequalsQueen [Default: True]: Determines if a queen bee's last result will be another queen bee or a random item (grub, waxcomb, or honey comb)
- Added: Config: enablebeegrubaslistAllmeat [Default: True]: Adds grubitem and cookedgrubitem to the listAllmeatraw and listAllmeatcooked OreDictionary to be used in food recipes
- Added: Item: Cooked Grub (Recipe: toolBakeware, grubitem) You can remove the recipe from the recipe folder in the JAR file if you don't want to allow this
Pam's HarvestCraft 1.12.2j.jar:
HarvestCraft 1.12.2j
-----------------
- Fixed: Everything: Fixed the mod not loading
Recurrent Complex (went from RecurrentComplex-1.4.6.jar to RecurrentComplex-1.4.7.jar):
RecurrentComplex-1.4.7.jar:
1.4.7
+ There are now more types of overridable vanilla decoration (Ocean Monument, Scattered Feature, Village, Nether Fortress, Stronghold, Mineshaft)!!
* Placers now have the capabilits to place only where floor blocks are, making them a lot more accurate!
+ A lot more types of inventories are recognized by loot generators!
* Recurrent Complex now logs which structures are causing chained chunk generation
* /#select set now works for two points at once again
* Decoration overrides now honor the universalDimensionMatcher
+ Vanilla Decoration overrides now have a configurable placer
* /#move can now again move by negative amounts
* Ruins look a bit better
1.4.6
+ Structures now have a 'baseline' property in addition to the placer - which means most structures can now use the placer as a preset rather than changing it with a move.!!
* Improvements for the GUI in a lot of places. It's both more compact and easier to look at in a lot of places now.!!
+ Holder block scripts - switching a specific area between two different setups for easier local toggle handling!!
* Local toggles now save properly and are output when looking up specific sights (along with the seed)!
* Structures now check for a rough ratio of water / floor when spawning to prevent surface structures spawning on rivers or lakes.!
* Mazes now generate even faster and are a lot more reliable again !
* All structures now contain the author in the metadata (even mine! woo!)
+ /#search now allows for a --author parameter to search for authors
* /#natural floor does not consider foliage floor blocks anymore
* /#whatisthis is now more accurate / fixed
* Script Blocks that are redstone triggerable now place in the world on structure spawn
* /#selection commands now work better if one point is missing
* Savanna village kitchens now spawn at the right height and better
1.4.5.1
* Match placer factors now work more reliably (requiredConformity was ignored and treated as 1)
* Generic space and solid blocks didn't have item textures
1.4.5
* Commands now fail to run if an unknown parameter is provided (to avoid errors or legacy parameters)!!
* Mazes now have a (configurable) timeout feature. They will never again block the server generation forever!!
* Mazes are a lot quicker to generate in general. (reachability: destination filter, ability grouping)!!
+ Maze and pattern GUIs now have a visualization feature in-world. This helps with placement math a lot!!
* Structures no longer generate their entities and scripts twice!!
+ New structure: UndergroundCultChamber. Thanks A1MOSTADDICTED!!
* /#flood <direction> is now /#move --flood <direction>!
* /#containing is now /#search --containing!
* /#decorateone is now /#decorate --one!
* OldWatchtower now generates loot again (thanks thephoenixlodge
+ /#containing now supports --dimension, --list and --maze
* Preview dummies are no longer auto-canceling themselves on the client
* GenericTree now places correctly from saplings
* /#export now again works with /#export StructureName for overriding another structure (--id to use just the name, not the metadata)
+ /#export, /#convert and /#edit now support --directory and --id
* Stone now starts a little further underground for natural floor blocks
* Direction expression autocomplete now includes true and false
* /#natural smart no longer ignores its parameters
* Inventory generation tags are now sorted by the name in the creative menu
1.4.4
* Lots and lots of performance upgrades!!!
** Structures far less often cause cascading chunk generation!!!
*** This might cause missing parts in structures if they weren't fully generated before the update just once. Keep this in mind before updating.
** Skylight calculation is now deferred until the full structure is generated (this was 1/3 of structure generation time)!!
** Transformers no longer prepare if the conditions are not met
** Transformers no longer prepare if an ensure transformer fails (especially useful for forest performance)
+ failingStructureLogExpression: A config option to restrict logging of failing structures to keep logs cleaner
1.4.3.3
* Fixes The game crashing when loading advancements
1.4.3.2
* Fixes a freeze / crash in 1.12 on world generation
1.4.3.1
* If generation and transformer IDs are missing, consistently randomize them across loads. This fixes structures sometimes spawning with negative space blocks in the world
* /#sanity now checks for empty transformer and generation IDs
1.4.3
* /#vanilla gen is now more stable
* /#vanilla gen --seed is more meaningful by not being chunk-dependent anymore
* /#duplicate is now gone in favour of /#move --duplicate (or /#move -c)
* /#replace is now gone in favour of just /#fill
+ /#move now has a --times option
+ /#property now has a --shape option
+ The block selector now selects over an infinite(ish) distance
1.4.2
* Structures are no longer cut at the chunk border!!
+ New Command: /#vanilla gen, which generates a vanilla structure (e.g. village or fortress)
+ /#whatisthis and /#vanilla check now check for vanilla structures too
* The game should no longer or at least less often crash with MissingMappingException (TileEntity is missing a mapping [...])
* Village structures can now choose to have no front (also good for unrotatable structures)
1.4.1
* Fix for two poem generation related crashes
* /#crop now has a fitting default exp value
1.4
* Command System overhaul!!! Almost every command changed in usage or even name! (The wiki will be updated to match soon)
+ /#& "command 1" "command 2" [..], which runs multiple commands at once! This is especially useful in conjunction with /#map and /#selection
* Poems are now more adjustable! It's now completely backus-naur based.
1.3.2
* Structures no longer generate in all dimensions at once!!! (whoops!)
* Sanity check and compatibility approach for dimensions that skip chunk population! (this means structures should now be able to generate in any dimension, whether previously compatible or not)
* New Command: /#sanity will go through a bunch of quick checks to make sure everything is more or less sane
* Fix for a few structures never generating
* Village structures no longer generate partially with the wrong biome's blocks
* /#reload now roughly shows the kind of error if there was one
* The tile entity forwards compatibility is a bit better (fixing 'Skipping BlockEntity rcspawnscript' errors in lightweight mode)
1.3.1.2
* Structures now properly save their instance data for later, fixing multichunk issues left and right!
* Less crashes with multithreaded and cascading chunk generation (hopefully none anymore)!
* Trees will stop generating in non-hot, sandy biomes
* Generation Data will not be saved with a colon in the filename anymore, as that's illegal on most OSs (you might want to rename reccomplex_random.dat and reccomplex_generation.dat to reccomplex-random.dat and reccomplex-generation.dat, respectively)
* Fix for the maze generation crashes in lightweight mode (since loading the tile entities failed)
* Floating vines will occur less often
* Performance improvements
* Villages no longer generate huge networks of paths
1.3.1.1
* Structures in and out of villages aren't cut off at chunk borders (or chunk border +8) anymore!
* Chunk-partial generation is now a lot more efficient for big structures by skipping things that don't need to generate in the current chunk
* Mazes no longer generate the entries' structures for every single chunk
1.3.1
* Tile entities from 1.11 are now supported! This also fixes mazes created in 1.11. (1.10)
* Fix for a crash when inventory generators used null stacks
* Improvements to chunk-partial generation
* There are now less dead trees in forests on average
* Mazes can now have inherent reachability
* Fix for a crash with the ruins transformer where BoP plants, snow and other blocks existed for falling blocks
* Some GUI adjustments
1.3
+ The mod now ceases to require Forge on the other end as well, making servers open to vanilla clients!!!!
+ New surface-entry mazes for stone, meso and pyramid mazes!!!
+ Structure generation is now chunk-partial: This should improve performance and reduce chained chunk generation!!!
+ Structure Variables: With these you can set variables per structure to further randomize it, or save time for maze components!!!
+ 3 kinds of jungle temples holding mazes (thanks KeizerKronos)!!
+ Re-Activate a lot of structures that were lost in a past update!!
* With more tries per failed structure spawn, structure densities persist better with structures that fail to spawn often - also makes forests a lot denser!!
+ All existing mazes have been enhanced with more components, more randomness and quicker generation!!
+ Previews now work for bigger structures as well, and will never crash the game again!!
+ Expression conditionals: a ?? b :: c (ternary operator)!
* Better maze reachability prediction, which means mazes generate more quickly and more reliably!
* Script Blocks now work correctly in mazes!
+ /#flood which floods an area around the selection with blocks!
+ Japanese fort ruins (thanks Necr0manceR13)!
+ An abandoned church with a graveyard (thanks doktorpixel14)!
+ A rare, big cubone skull (thanks Crystal_LD)!
+ A decorational brick henge!
+ Some things now have duplicate buttons!
* Maze path components are now all the same structure (StoneMazePath, MesoMazePath and PyramidMazePath)
* Dinosaur skull and skeleton structures now use bone blocks
* Less structures that are just 1 block tall
* /#move now doesn't trigger block updates, making it run a lot quicker
* More and better logging
* Better ruins generation algorithm
* GUI aligns better in places
* GUI abbreviates things better
* Expression preview now colours the whole preview correctly
* The add/remove tile entity button in the inspector GUI works again
* wood_old slabs in structures have completely been replaced with actual wood slabs
* Fix for a potential crash when loading a structure spawn script
1.2.10
+ /#map and /#mapall that runs a (compatible) command on a structure and immediately saves it!
* Tile entities generation is now a lot more stable, especially in terms of modded tile entities!
+ /#writeall to write all existing files to the custom folder
* SpruceTree only consisted of two blocks, and a bunch of trees had wrong leaf types in them
+ Some links to the newly launched official Recurrent Complex repository!
+ On server start, ReC now outputs some links / help to get people started with modifying structures (opt-out in the config)
* Some trees were generating away from their saplings
1.2.9.1
* Items generate again in lightweight mode
* Commands using expressions now output the expression error if invalid
1.2.9
* Resource Expressions work again with casing (fixes structureLoadMatcher, structureGenerationMatcher etc.)
* Trees now also check the surrounding terrain on world generation. This makes forests less dense, but prevents trees from spawning inside each other.
* Structures no longer spawn in biomes they're not supposed to on biome edges.
* Rocks no longer spawn in oceans
+ Replace and replace all transformers now get the NBT Editor GUI for entering the blocks' NBT values. Inventory Generation Tags also are now executed from these transformers' placed tile entities.
+ Frequent Structures no longer block bigger structures from spawning (can be adjusted in the individual structure files)
* Mazes generate a bit more reliably
1.2.8
+ Lots more village buildings!! (thanks gibraltarMC and Defoxx)
+ Improved Ruins Transformer!! Ruins now look a lot more dynamic and actually perform a lot faster, too.
* Mazes now generate a lot more reliably as well as fast!
* More big and huge mazes underground!
* Some trees spawning from saplings didn't spawn on the saplings!
* Big structures now spawn a lot faster (more performance)!
* Decoration sometimes crashed the game! (Now it only logs an error)
+ New Command! /#convertschematic directly converts a schematic file to a structure file.
* /#importschematic can now handle uncompressed schematic files
* Schematic Files now correctly load old vanilla tile entities that didn't before
* Natural Generation Categories can now try spawning structures more than once per biome (structureSpawnChances)
* /#fill and /#sphere now run a lot faster
* Some trees spawned where they shouldn't (and kept two more types of rocks from spawning)
* Fixed an issue that prevented some village buildings from spawning (whoops!)!
* Village Houses now rotate towards the street correctly
* Item Generation Component weight sliders now scale correctly like all weight sliders
* Generic Solid and Space blocks now appear in the creative menu again
1.2.7
+ Revamped inspector! You can now edit tile entity and entity metadata with it!!!
+ /#containing which searches all structures for a block / block expression being used!
* Generation Info expressions now work again (fixes tree leaves never being decayable)
* Script blocks made in earlier versions now correctly have on spawn enabled (fixes mazes in pyramids and similar)
* /#export now better predicts whether to save in active or inactive
* Changes in item collections didn't update the collections themselves
* The pattern ingredient screen no longer crashes
1.2.6.2
* /#pastegen works again!
* /#importschematic no longer crashes when a mod loads with invalid metadata
* Some more performance improvements
* Natural and Natural Air transformers can now customize which blocks to override
* Inventory Generation Components often crashed when editing the items
1.2.6.1
* Inventory generation components now save again!! (Thanks RiverC)
1.2.6
* Performance!!! World generation is about 2-3 times faster, sapling generation 3-4 times (fixing lag spikes in large forests)
* The game no longer crashes when ReC tries to load an unknown tile entity!
* /#paste works again!
* Generic space doesn't have a bounding box anymore
* More tooltips
* Compatibility with C&B in structures (requires next version of C&B)
* You are no longer being warned about generation layers on /#import
* Some big operations now warn the sender before running
1.2.5.1
Update for the latest Forge changes (resolves startup crash).
1.2.5
1.11 Update!
1.2.4
* Lots of GUI improvements - Scroll bars, resizeability, titles, symbols and more!!
* Script blocks are now triggerable via redstone (if so desired)!
* Chests generate loot again in all structures in lightweight mode!
* Certain functionality (e.g. export GUI) no longer crashes servers
* Fixed a crash that might occur if presets could not be found
1.2.3.4
* Setting the baseWeight_tree to 0 removed almost all trees from forests!
* More boulders and mounts! Also they now spawn in the frequent category to make space in the decoration category for more interesting structures!
+ /#eval, which quickly evaluates a dependency expression. Useful for testing global variables
* The generateNature option was being ignored
* Many village buildings spawned without a floor. Poor villagers.
* /#duplicate now tab completes
* Having a /#generate operation still in preview when loading an old world crashed the game
1.2.3
* baseWeights from the config were being ignored - whoops!
* RTG Compatibility: Trees don't overcrowd their biomes anymore (when their next release comes out)!
* Fix for the compatibility crash with PokeCube
1.2.2
+ /#remember to add a /#whatisthis entry!! This is also useful to mark areas as player creations to avoid retro-generating in them.!!
+ /#forget and /#forgetall to forget a /#whatisthis entry!
* lightweightMode has been moved the the General config category! Caution!
* The generateNature option works again
* Items generate again in lightweight mode
* Maze IDs didn't save properly
* Resources are now loaded from mods in order of dependency
1.2.1
+ You can now hide most ReC GUIs to look around in the world!
* GUIs now scale with the window a bit
* Spawn Script blocks now save again
* No more crash when editing the maze paths of a maze that has no rooms
* No more crash when adding a maze path
* No more ruins transformer crash when no decay was set
1.2
+ Structures are now loaded from the specific world save too. That means per-world progression!!
+ /#retro which retro-generates ReC in all biomes it has not yet generated!!
+ Spawn Tweaks option: Quickly adjust the spawn rates of structures from the config without editing them!!
+ All expressions now support true, false and global toggles you can add in the config file!!
+ Global toggle 'treeLeavesDecay' which allows you to disable the decay of the big new trees!
+ Spawn distance multiplier for natural spawn categories - that means you can now make structures spawn more often the further away they are from spawn!
+ /#write which can write any loaded file to any default resources folder !
+ /#delete which deletes a loaded file from its resources folder !
+ /#setbiome which sets the biome in the current selection. Good for structure-themed biomes!
* Mazes now finally, finally support mirror and are a lot more reliable overall!
+ /#selecting which runs a command that requires a selection (e.g. /#setbiome). This enables those commands in spawn scripts!
+ /#as which runs a command as another entity !
* Saplings will no longer disappear when the tree refuses to grow
* Preset selection now looks a lot nicer, as well as other stuff in the GUI
* The structure min cap now respects spawn weight
* Single item generation tags now have a spawn chance
* Dependency matchers can now depend on inventory generators, presets etc.
* Some generated furnaces now contain coal left in there
* The ruins transformer now looks a bit better
* Trees are even more mindful of where they spawn now
* Item tags now also generate in chest minecarts and the likes
* Books now generate properly again. Anyone else dearly missed poems? :D
* Presets are less prone to crash if the preset file is missing.
1.1
+ Over 40 new structures (in the nether, overworld, and as natural tree spawns)!!!
+ Sapling Generation: Growing saplings can now generate beautiful hand-built structures!!
+ Decoration Generation: Completely replace tree/mushroom generation of vanilla with more interesting foliage!!
+ Placers: Completely new structure placement logic. This allows safe spawning on the surface, the nether, end, caves and wherever else!!
+ Preset saving: You can now define and use your own presets for biomes, dimensions, blocks, transformers and placers!
+ Property transformer to easily replace a property by name and value! (Also available as /#property)
* Expression results now scroll with you as you edit the expression for easier usage
+ /#wand which selects the whole structure if it has been cut out
* Generation in general is now a lot faster
* Natural air now checks for flying foliage and removes it to look better
* Natural air and natural floor now perform a lot better and look nicer
+ Ensure transformer: Ensure certain criteria to be fulfilled before spawning the structure!
* Negative space transformers can now limit the destination blocks (e.g. only act if the resulting block is stone)
* Lots of new variable types for different expressions
+ /#genat which allows you to specify a special entity as reference to where to spawn the structure
+ /#gen can now specify with what generation info to spawn
* Static generation works again
* Improvements to natural floor / space spawning
* Lots of improvements to existing structures
* Generic floor / pillar transformer didn't work correctly in villages
* Randomize buttons now take less space
* Village pieces now don't try to save instance data when there is none (fixes crash in sponge)
* Tooltips are now often over the menu items' titles rather then the elements instead, to be less invasive
Biomes O' Plenty (went from BiomesOPlenty-1.12.2-7.0.1.2312-universal.jar to BiomesOPlenty-1.12.2-7.0.1.2313-universal.jar):
Changelog retrieved from BiomesOPlenty-1.12.2-7.0.1.2313-universal.jar:
Build 1.12.2-7.0.1.2313:
github:
Update ru_RU.lang
Hello! I updated some phrases, please add them to your mod.
I corrected phrases about hellish entity and blocks, and added some
translate to words)
Cyclic (went from Cyclic-1.12.2-1.10.9.jar to Cyclic-1.12.2-1.10.11.jar):
Cyclic-1.12.2-1.10.10.jar:
* New Blocks:
* Ender Bookshelf
* Ender Library
* Digital Typewriter
* Trash Void
* Auto User will no longer place blocks (but will still use blocks as normal, this just fixes the bug when used with Advanced Mortars where it places cobblestone when the mortars durability breaks).
* Translation file added: Chinese Traditional (zh_TW).
* Corrupted Chorus noclip now displays in upper right instead of flooding chat.
* Corrupted Chorus noclip ghost mode will no longer allow players to access the spectator toolbar.
Cyclic-1.12.2-1.10.11.jar:
* Fixed client/server desync with the Scythe tools.
* New config fluid_placer to disable the Fluid Placer block.
Wawla - What Are We Looking At (went from Wawla-1.12.2-2.5.247.jar to Wawla-1.12.2-2.5.249.jar):
Wawla-1.12.2-2.5.248.jar:
* Update MCP and Gradle (#84) - CDAGaming
Wawla-1.12.2-2.5.249.jar:
* Improvements to WAWLA (#87) - CDAGaming
ConnectedTexturesMod (went from CTM - MC1.12-0.2.3.9 to CTM - MC1.12-0.2.3.12):
CTM - MC1.12-0.2.3.12:
- Fix crash when a texture references itself
Angel of Vengeance (went from AoV-1.12-0.8.3.jar to AoV-1.12-0.8.5.jar):
AoV-1.12-0.8.5.jar:
* 0.8.5
* Fixed various issues caused by a bad refactor in 0.8.4
* 0.8.4
* Fixed a GL rotate leak
* Fixed an issue where Astro renders were rendering only on the client's player instead of other players who've used the abilities.
* Damage dealing spells should now say who dealt the damage~ in code.
* Added zh_tw.lang
Chisel (went from Chisel - MC1.12-0.1.1.24 to Chisel - MC1.12-0.1.1.26):
Chisel - MC1.12-0.1.1.26:
- Fix issue where certain storage blocks (iron, lapis, etc) did not have an oredict name.
BdLib (went from BDLib 1.14.3.10 (MC 1.12.2) to BDLib 1.14.3.12 (MC 1.12.2)):
BDLib 1.14.3.11 (MC 1.12.2):
bdew: Prevent HasTE from corrupting TE's of unrelated blocks if passed an
BDLib 1.14.3.12 (MC 1.12.2):
bdew: partially reverted the check in HasTE - causes issues in e.g. blockBreak
Iron Backpacks (went from IronBackpacks-1.12.2-3.0.2-3.jar to IronBackpacks-1.12.2-3.0.4.jar):
IronBackpacks-1.12.2-3.0.3.jar:
Version 1.12 - 3.0.3:
Additions
- Added the ability to color backpacks
- Shapelessly craft with dye, craft with water bucket to remove color
- Added the "Everlasting Upgrade"
- It makes backpacks never despawn
- Added ability to remove upgrades
- Backpack + shears in an anvil
- [Internal] Added the code base for the ability to equip backpacks
- Disabled though, as it hasn't been tested enough and rendering isn't working yet
- {Internal] Added a new Blacklist to the API
Changes
- Specializations are now visually different (backpack clasp color)
- Slightly changed preexisting bag colors as well
Bug Fixes
- Fixed dupe bug when opening a backpack and tossing it away simultaneously.
- Fixed odd interactions with inventory sorting mods
- Fixed null backpack appearing as an ingredient when crafting higher tier ones
IronBackpacks-1.12.2-3.0.4.jar:
Version 1.12 - 3.0.4:
Additions
- None
Changes
- None
Bug Fixes
- Fixed crash when changing keybindings.
Advanced Rocketry (went from AdvancedRocketry 1.12.2-1.2.6-42-UNSTABLE build -42 for 1.12.2 to AdvancedRocketry 1.12.2-1.2.6-49-UNSTABLE build -49 for 1.12.2):
AdvancedRocketry 1.12.2-1.2.6-43-UNSTABLE build -43 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-43
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
AdvancedRocketry 1.12.2-1.2.6-44-UNSTABLE build -44 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-44
* [ fix #1029](https://github.com/zmaster587/AdvancedRocketry/commit/9b609e597ed265b)
* [ Mitigate #1004 #941 #956 #816 #760, prevent world save in case of corruption](https://github.com/zmaster587/AdvancedRocketry/commit/5f9c19c21c2542e)
* [ fix #1030](https://github.com/zmaster587/AdvancedRocketry/commit/ffb992ef7c56be5)
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
AdvancedRocketry 1.12.2-1.2.6-45-UNSTABLE build -45 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-45
* [ attempt to fix NPE with buildcraft, #992, #972](https://github.com/zmaster587/AdvancedRocketry/commit/3d8fd79f1c7a88d)
* [ Sneaky debug thingy you, scram](https://github.com/zmaster587/AdvancedRocketry/commit/b44b50cfe46cee2)
* [ Curse this plauge of mispellings, die once and for all! Tonight you will be struck down](https://github.com/zmaster587/AdvancedRocketry/commit/4d3dc5f8acc7efa)
* [ fix #958](https://github.com/zmaster587/AdvancedRocketry/commit/1cfda23ac5bb173)
* [ add localization for #960](https://github.com/zmaster587/AdvancedRocketry/commit/d2ad731cb9cd863)
* [ resolve #925](https://github.com/zmaster587/AdvancedRocketry/commit/ae2e948760f1018)
* [ handle and print debug for cable CME, addresses #1032](https://github.com/zmaster587/AdvancedRocketry/commit/9ab47e2685cddca)
* [ add support for itemCapability handlers for rockets, resolves #1001](https://github.com/zmaster587/AdvancedRocketry/commit/325f9f834c91d80)
* [ fix getting booted from invs #1001](https://github.com/zmaster587/AdvancedRocketry/commit/ce6a32add519679)
* [ Rockets now notify landing pad when dismantled #1038](https://github.com/zmaster587/AdvancedRocketry/commit/40bb52132ccf086)
* [ Add iridum ore gen option #964](https://github.com/zmaster587/AdvancedRocketry/commit/ce2e20f35e4cc5b)
* [ fix #1031](https://github.com/zmaster587/AdvancedRocketry/commit/15aa500e1cf13e1)
* [ fix #1029](https://github.com/zmaster587/AdvancedRocketry/commit/9b609e597ed265b)
* [ Mitigate #1004 #941 #956 #816 #760, prevent world save in case of corruption](https://github.com/zmaster587/AdvancedRocketry/commit/5f9c19c21c2542e)
* [ fix #1030](https://github.com/zmaster587/AdvancedRocketry/commit/ffb992ef7c56be5)
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
AdvancedRocketry 1.12.2-1.2.6-46-UNSTABLE build -46 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-46
* [ resolve #1044](https://github.com/zmaster587/AdvancedRocketry/commit/64ecf0fdb420858)
* [ possible fix for #911](https://github.com/zmaster587/AdvancedRocketry/commit/2dcf58dfcfee28b)
* [ attempt to fix NPE with buildcraft, #992, #972](https://github.com/zmaster587/AdvancedRocketry/commit/3d8fd79f1c7a88d)
* [ Sneaky debug thingy you, scram](https://github.com/zmaster587/AdvancedRocketry/commit/b44b50cfe46cee2)
* [ Curse this plauge of mispellings, die once and for all! Tonight you will be struck down](https://github.com/zmaster587/AdvancedRocketry/commit/4d3dc5f8acc7efa)
* [ fix #958](https://github.com/zmaster587/AdvancedRocketry/commit/1cfda23ac5bb173)
* [ add localization for #960](https://github.com/zmaster587/AdvancedRocketry/commit/d2ad731cb9cd863)
* [ resolve #925](https://github.com/zmaster587/AdvancedRocketry/commit/ae2e948760f1018)
* [ handle and print debug for cable CME, addresses #1032](https://github.com/zmaster587/AdvancedRocketry/commit/9ab47e2685cddca)
* [ add support for itemCapability handlers for rockets, resolves #1001](https://github.com/zmaster587/AdvancedRocketry/commit/325f9f834c91d80)
* [ fix getting booted from invs #1001](https://github.com/zmaster587/AdvancedRocketry/commit/ce6a32add519679)
* [ Rockets now notify landing pad when dismantled #1038](https://github.com/zmaster587/AdvancedRocketry/commit/40bb52132ccf086)
* [ Add iridum ore gen option #964](https://github.com/zmaster587/AdvancedRocketry/commit/ce2e20f35e4cc5b)
* [ fix #1031](https://github.com/zmaster587/AdvancedRocketry/commit/15aa500e1cf13e1)
* [ fix #1029](https://github.com/zmaster587/AdvancedRocketry/commit/9b609e597ed265b)
* [ Mitigate #1004 #941 #956 #816 #760, prevent world save in case of corruption](https://github.com/zmaster587/AdvancedRocketry/commit/5f9c19c21c2542e)
* [ fix #1030](https://github.com/zmaster587/AdvancedRocketry/commit/ffb992ef7c56be5)
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
AdvancedRocketry 1.12.2-1.2.6-47-UNSTABLE build -47 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-47
* [ fix for #1049](https://github.com/zmaster587/AdvancedRocketry/commit/26e64f28ffa3837)
* [ resolve #1044](https://github.com/zmaster587/AdvancedRocketry/commit/64ecf0fdb420858)
* [ possible fix for #911](https://github.com/zmaster587/AdvancedRocketry/commit/2dcf58dfcfee28b)
* [ attempt to fix NPE with buildcraft, #992, #972](https://github.com/zmaster587/AdvancedRocketry/commit/3d8fd79f1c7a88d)
* [ Sneaky debug thingy you, scram](https://github.com/zmaster587/AdvancedRocketry/commit/b44b50cfe46cee2)
* [ Curse this plauge of mispellings, die once and for all! Tonight you will be struck down](https://github.com/zmaster587/AdvancedRocketry/commit/4d3dc5f8acc7efa)
* [ fix #958](https://github.com/zmaster587/AdvancedRocketry/commit/1cfda23ac5bb173)
* [ add localization for #960](https://github.com/zmaster587/AdvancedRocketry/commit/d2ad731cb9cd863)
* [ resolve #925](https://github.com/zmaster587/AdvancedRocketry/commit/ae2e948760f1018)
* [ handle and print debug for cable CME, addresses #1032](https://github.com/zmaster587/AdvancedRocketry/commit/9ab47e2685cddca)
* [ add support for itemCapability handlers for rockets, resolves #1001](https://github.com/zmaster587/AdvancedRocketry/commit/325f9f834c91d80)
* [ fix getting booted from invs #1001](https://github.com/zmaster587/AdvancedRocketry/commit/ce6a32add519679)
* [ Rockets now notify landing pad when dismantled #1038](https://github.com/zmaster587/AdvancedRocketry/commit/40bb52132ccf086)
* [ Add iridum ore gen option #964](https://github.com/zmaster587/AdvancedRocketry/commit/ce2e20f35e4cc5b)
* [ fix #1031](https://github.com/zmaster587/AdvancedRocketry/commit/15aa500e1cf13e1)
* [ fix #1029](https://github.com/zmaster587/AdvancedRocketry/commit/9b609e597ed265b)
* [ Mitigate #1004 #941 #956 #816 #760, prevent world save in case of corruption](https://github.com/zmaster587/AdvancedRocketry/commit/5f9c19c21c2542e)
* [ fix #1030](https://github.com/zmaster587/AdvancedRocketry/commit/ffb992ef7c56be5)
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
AdvancedRocketry 1.12.2-1.2.6-48-UNSTABLE build -48 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-48
* [ Massive localization changes, progress for #1012](https://github.com/zmaster587/AdvancedRocketry/commit/9e1b0fec7e14c22)
* [ implement #1052](https://github.com/zmaster587/AdvancedRocketry/commit/dea20a838cdd670)
* [ fix #1056](https://github.com/zmaster587/AdvancedRocketry/commit/155cb23354c17a3)
* [ fix for #1049](https://github.com/zmaster587/AdvancedRocketry/commit/26e64f28ffa3837)
* [ resolve #1044](https://github.com/zmaster587/AdvancedRocketry/commit/64ecf0fdb420858)
* [ possible fix for #911](https://github.com/zmaster587/AdvancedRocketry/commit/2dcf58dfcfee28b)
* [ attempt to fix NPE with buildcraft, #992, #972](https://github.com/zmaster587/AdvancedRocketry/commit/3d8fd79f1c7a88d)
* [ Sneaky debug thingy you, scram](https://github.com/zmaster587/AdvancedRocketry/commit/b44b50cfe46cee2)
* [ Curse this plauge of mispellings, die once and for all! Tonight you will be struck down](https://github.com/zmaster587/AdvancedRocketry/commit/4d3dc5f8acc7efa)
* [ fix #958](https://github.com/zmaster587/AdvancedRocketry/commit/1cfda23ac5bb173)
* [ add localization for #960](https://github.com/zmaster587/AdvancedRocketry/commit/d2ad731cb9cd863)
* [ resolve #925](https://github.com/zmaster587/AdvancedRocketry/commit/ae2e948760f1018)
* [ handle and print debug for cable CME, addresses #1032](https://github.com/zmaster587/AdvancedRocketry/commit/9ab47e2685cddca)
* [ add support for itemCapability handlers for rockets, resolves #1001](https://github.com/zmaster587/AdvancedRocketry/commit/325f9f834c91d80)
* [ fix getting booted from invs #1001](https://github.com/zmaster587/AdvancedRocketry/commit/ce6a32add519679)
* [ Rockets now notify landing pad when dismantled #1038](https://github.com/zmaster587/AdvancedRocketry/commit/40bb52132ccf086)
* [ Add iridum ore gen option #964](https://github.com/zmaster587/AdvancedRocketry/commit/ce2e20f35e4cc5b)
* [ fix #1031](https://github.com/zmaster587/AdvancedRocketry/commit/15aa500e1cf13e1)
* [ fix #1029](https://github.com/zmaster587/AdvancedRocketry/commit/9b609e597ed265b)
* [ Mitigate #1004 #941 #956 #816 #760, prevent world save in case of corruption](https://github.com/zmaster587/AdvancedRocketry/commit/5f9c19c21c2542e)
* [ fix #1030](https://github.com/zmaster587/AdvancedRocketry/commit/ffb992ef7c56be5)
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
AdvancedRocketry 1.12.2-1.2.6-49-UNSTABLE build -49 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.2.6-49
* [ add advancements back in](https://github.com/zmaster587/AdvancedRocketry/commit/7e089cddde76cd9)
* [ fix rocket newline](https://github.com/zmaster587/AdvancedRocketry/commit/4faab8c843b0333)
* [ update German translation, thanks Jummit!](https://github.com/zmaster587/AdvancedRocketry/commit/be0104615de8a00)
* [ fix newlines in locale](https://github.com/zmaster587/AdvancedRocketry/commit/b894ad2c67c3b6a)
* [ fix #1066, CMe](https://github.com/zmaster587/AdvancedRocketry/commit/6aca49c320bd164)
* [ fix bug with O2 vent were the seal status was not properly set, add O2 tracing for finding leaks](https://github.com/zmaster587/AdvancedRocketry/commit/36a9932f88199e3)
* [ make sure seal blocks unregister properly, fix for #1038](https://github.com/zmaster587/AdvancedRocketry/commit/db6dbb509facbba)
* [ Update ru_RU.lang](https://github.com/zmaster587/AdvancedRocketry/commit/2291e8577e80777)
* [ Update ru_RU.lang Updated full russian desc. Added new items and corrected untranslated words.](https://github.com/zmaster587/AdvancedRocketry/commit/bad27887bdd0765)
* [ remove spaces from biome names, resolve #1061](https://github.com/zmaster587/AdvancedRocketry/commit/55a4b815cc34dc7)
* [ Massive localization changes, progress for #1012](https://github.com/zmaster587/AdvancedRocketry/commit/9e1b0fec7e14c22)
* [ implement #1052](https://github.com/zmaster587/AdvancedRocketry/commit/dea20a838cdd670)
* [ fix #1056](https://github.com/zmaster587/AdvancedRocketry/commit/155cb23354c17a3)
* [ fix for #1049](https://github.com/zmaster587/AdvancedRocketry/commit/26e64f28ffa3837)
* [ resolve #1044](https://github.com/zmaster587/AdvancedRocketry/commit/64ecf0fdb420858)
* [ possible fix for #911](https://github.com/zmaster587/AdvancedRocketry/commit/2dcf58dfcfee28b)
* [ attempt to fix NPE with buildcraft, #992, #972](https://github.com/zmaster587/AdvancedRocketry/commit/3d8fd79f1c7a88d)
* [ Sneaky debug thingy you, scram](https://github.com/zmaster587/AdvancedRocketry/commit/b44b50cfe46cee2)
* [ Curse this plauge of mispellings, die once and for all! Tonight you will be struck down](https://github.com/zmaster587/AdvancedRocketry/commit/4d3dc5f8acc7efa)
* [ fix #958](https://github.com/zmaster587/AdvancedRocketry/commit/1cfda23ac5bb173)
* [ add localization for #960](https://github.com/zmaster587/AdvancedRocketry/commit/d2ad731cb9cd863)
* [ resolve #925](https://github.com/zmaster587/AdvancedRocketry/commit/ae2e948760f1018)
* [ handle and print debug for cable CME, addresses #1032](https://github.com/zmaster587/AdvancedRocketry/commit/9ab47e2685cddca)
* [ add support for itemCapability handlers for rockets, resolves #1001](https://github.com/zmaster587/AdvancedRocketry/commit/325f9f834c91d80)
* [ fix getting booted from invs #1001](https://github.com/zmaster587/AdvancedRocketry/commit/ce6a32add519679)
* [ Rockets now notify landing pad when dismantled #1038](https://github.com/zmaster587/AdvancedRocketry/commit/40bb52132ccf086)
* [ Add iridum ore gen option #964](https://github.com/zmaster587/AdvancedRocketry/commit/ce2e20f35e4cc5b)
* [ fix #1031](https://github.com/zmaster587/AdvancedRocketry/commit/15aa500e1cf13e1)
* [ fix #1029](https://github.com/zmaster587/AdvancedRocketry/commit/9b609e597ed265b)
* [ Mitigate #1004 #941 #956 #816 #760, prevent world save in case of corruption](https://github.com/zmaster587/AdvancedRocketry/commit/5f9c19c21c2542e)
* [ fix #1030](https://github.com/zmaster587/AdvancedRocketry/commit/ffb992ef7c56be5)
* [ resolves #1023](https://github.com/zmaster587/AdvancedRocketry/commit/a9d5bcc80251c2c)
* [ sea level is 63 not 64](https://github.com/zmaster587/AdvancedRocketry/commit/5f2ca793a06de56)
* [ add config to change oceantype and sealevel](https://github.com/zmaster587/AdvancedRocketry/commit/84ecc08b74c6548)
* [ fix same world docking pads #1019](https://github.com/zmaster587/AdvancedRocketry/commit/31d634391abac7a)
* [ goto command no longer dumps players underground](https://github.com/zmaster587/AdvancedRocketry/commit/449c4099d0171b4)
* [ Fix more null stack checks](https://github.com/zmaster587/AdvancedRocketry/commit/6dc3f2027fd8375)
* [ fix #1019, fire rocket land event on clients](https://github.com/zmaster587/AdvancedRocketry/commit/ad48931941ab081)
* [ fix the fix for #1005 wrong load event](https://github.com/zmaster587/AdvancedRocketry/commit/e036fb405b84718)
* [ possible fix to #1005](https://github.com/zmaster587/AdvancedRocketry/commit/be21436edc4a6ac)
* [ fix mistake in fixing #1007 causing rockets to crash too, fix #1011](https://github.com/zmaster587/AdvancedRocketry/commit/2fc8ec95c85a8b0)
* [ Commands can be used in console](https://github.com/zmaster587/AdvancedRocketry/commit/3f645e4942b0cf8)
* [ add configurable power multiplier for oxygen vent, implements #1010](https://github.com/zmaster587/AdvancedRocketry/commit/415a22f46fc80f2)
* [ Fixes #1007](https://github.com/zmaster587/AdvancedRocketry/commit/7e84d1d4130a945)
* [ Biome Loader now uses resource locations for biomes](https://github.com/zmaster587/AdvancedRocketry/commit/cff635b5031bb72)
* [ fix space elevator failing to update client](https://github.com/zmaster587/AdvancedRocketry/commit/6b878e8e6b45d8d)
* [ warp times now vary between planets](https://github.com/zmaster587/AdvancedRocketry/commit/de4eeaf56e2f4eb)
* [ min battery size of 1](https://github.com/zmaster587/AdvancedRocketry/commit/7caea0afa1c6b02)
* [ Update fr_FR.lang](https://github.com/zmaster587/AdvancedRocketry/commit/1ff7847af0faf5d)
* [ Fixes #995 in vanilla dimensions and low gravity dimensions](https://github.com/zmaster587/AdvancedRocketry/commit/0950322e192f219)
* [ Fix #998](https://github.com/zmaster587/AdvancedRocketry/commit/47c2beae8221c3a)
* [ fix chemical reactor crash in #999 and #997](https://github.com/zmaster587/AdvancedRocketry/commit/15dec4e856e4ae5)
* [ fix typo, 4192, 4096 and 8192 had a baby somehow](https://github.com/zmaster587/AdvancedRocketry/commit/84b80585d364536)
* [ Fix observatory #928](https://github.com/zmaster587/AdvancedRocketry/commit/8b17c76da840281)
* [ fix client method called on server in biomeScanner #985](https://github.com/zmaster587/AdvancedRocketry/commit/6b2ccaff8cf76d5)
* [ Disable seal enchant recipe if oxygen is disabled](https://github.com/zmaster587/AdvancedRocketry/commit/45742b2e606a24b)
* [ Move recipe registration to init from post init, possible fix for https://github.com/Darkosto/SevTech-Ages/issues/284](https://github.com/zmaster587/AdvancedRocketry/commit/9d157ede15c3012)
* [ fix libvulpes dep](https://github.com/zmaster587/AdvancedRocketry/commit/b123213f06b106e)
* [ Adding the spaceBreathing enchant in the chemical reactor no longer removes existing NBT data, sorry for your loss of items MushroomDynamo](https://github.com/zmaster587/AdvancedRocketry/commit/02ffbed265cb322)
* [ fix crash on client when in invalid space station location](https://github.com/zmaster587/AdvancedRocketry/commit/f71106e830c016c)
* [ Rethrow exceptions instead of calling System.exit With Forge, you're never supposed to call System.exit. It won't work anyway (they disable it), and even having it in your code makes a big warning in the log. Change this to the right way of dealing with a checked exception you can't just propagate: wrap it in an unchecked exception.](https://github.com/zmaster587/AdvancedRocketry/commit/a161c412782a791)
* [ Fixes #961](https://github.com/zmaster587/AdvancedRocketry/commit/5a4aa7d44ff1b95)
* [ Fix expand to grow for BB boxes](https://github.com/zmaster587/AdvancedRocketry/commit/58a71d5db4d3032)
* [ "expand" method name changed to "grow" in 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/a375fe35e79f9cc)
* [ update build data](https://github.com/zmaster587/AdvancedRocketry/commit/6a23ffc38429f29)
* [ Band-aid for chisel crash in #952](https://github.com/zmaster587/AdvancedRocketry/commit/344682a31c5d62d)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/0a3ca715fdc8298)
* [ remove need to get bambooShortPlanName](https://github.com/zmaster587/AdvancedRocketry/commit/a3f818274141093)
* [ update curseforge task to have deobf jar and libvulpes dependency](https://github.com/zmaster587/AdvancedRocketry/commit/df248149dd42a76)
* [ move gradle tasks to one line](https://github.com/zmaster587/AdvancedRocketry/commit/b75dac22f1a1fc7)
* [ add curseforge upload task to Jenkinsfile](https://github.com/zmaster587/AdvancedRocketry/commit/7d8c3a4dec99a56)
* [ possible fix for #937](https://github.com/zmaster587/AdvancedRocketry/commit/49d7cd18f783ec0)
* [ Fix snow on observetory](https://github.com/zmaster587/AdvancedRocketry/commit/783f117483572dc)
* [ fixes #934](https://github.com/zmaster587/AdvancedRocketry/commit/70a6b58e6e7a9b6)
* [ Avoiding lookup of GitHub issues (#936) Not looking for GitHub issue titles when creating changelog.](https://github.com/zmaster587/AdvancedRocketry/commit/045aa429224a1df)
* [ sync](https://github.com/zmaster587/AdvancedRocketry/commit/2215a1218681562)
* [ Move block/item registration over to events, fix load order issues with libvulpes, fix #908](https://github.com/zmaster587/AdvancedRocketry/commit/12705d308b8994c)
* [ Add config for discovery probability](https://github.com/zmaster587/AdvancedRocketry/commit/915a27a57510821)
* [ Add fuel indicator, #923](https://github.com/zmaster587/AdvancedRocketry/commit/1f0667fc9f4ea6d)
* [ Prevent players from changing direction midflight, #923](https://github.com/zmaster587/AdvancedRocketry/commit/b0887a9e839150f)
* [ fix nulls when should be checking for empty](https://github.com/zmaster587/AdvancedRocketry/commit/e5746664794a912)
* [ update build number](https://github.com/zmaster587/AdvancedRocketry/commit/052d1237d14e83c)
* [ Add thermite torches](https://github.com/zmaster587/AdvancedRocketry/commit/df0167c296ad977)
* [ fix datatype issue, i expect this from C, but not java](https://github.com/zmaster587/AdvancedRocketry/commit/3ed985db99e173a)
* [ Add config to change number of blocks per tick during terraform #909](https://github.com/zmaster587/AdvancedRocketry/commit/c5d489f87fd4270)
* [ fix mining missions](https://github.com/zmaster587/AdvancedRocketry/commit/02fb83223475c11)
* [ Fix https://github.com/zmaster587/libVulpes/issues/25 locally O2 warning](https://github.com/zmaster587/AdvancedRocketry/commit/c28c79d20ecf743)
* [ fix misnamed function](https://github.com/zmaster587/AdvancedRocketry/commit/9a22b6fe621aff0)
* [ Fix order of operations](https://github.com/zmaster587/AdvancedRocketry/commit/44d843f264d686c)
* [ potential fix for #917](https://github.com/zmaster587/AdvancedRocketry/commit/d75684dba09c574)
* [ fixes #916](https://github.com/zmaster587/AdvancedRocketry/commit/0c9fab0c6ddeffa)
* [ change default biome IDs #910](https://github.com/zmaster587/AdvancedRocketry/commit/30185a43ee619d2)
* [ Don't apply gravity to entities with no gravity entities with no gravity shouldn't have their gravity modified](https://github.com/zmaster587/AdvancedRocketry/commit/916a4f5dad40e40)
* [ Revert "fix biome registration for pumpkin" This reverts commit ffb38181c79109c659589884c7b5e78c541d705d.](https://github.com/zmaster587/AdvancedRocketry/commit/9a948d8c8ca0663)
* [ Revert "Add holiday event" This reverts commit 308bae71576f47c39efcda58b6f842ec38b2fd43.](https://github.com/zmaster587/AdvancedRocketry/commit/428440fcc708e88)
* [ update textures for blast furnace](https://github.com/zmaster587/AdvancedRocketry/commit/32a8396c41f0235)
* [ update build num](https://github.com/zmaster587/AdvancedRocketry/commit/38124122f75788b)
* [ fix #875](https://github.com/zmaster587/AdvancedRocketry/commit/666ef429400798c)
* [ Fix #892](https://github.com/zmaster587/AdvancedRocketry/commit/bdce5d0725bd415)
* [ fix biome registration for pumpkin](https://github.com/zmaster587/AdvancedRocketry/commit/ffb38181c79109c)
* [ Add holiday event](https://github.com/zmaster587/AdvancedRocketry/commit/308bae71576f47c)
* [ remember the resources](https://github.com/zmaster587/AdvancedRocketry/commit/2f3f8596ca588e0)
* [ possible fix for #883](https://github.com/zmaster587/AdvancedRocketry/commit/8602681c36865c9)
* [ fix #880](https://github.com/zmaster587/AdvancedRocketry/commit/83a75fd11ce1bc4)
* [ Fix insane speed in prec assembler #881](https://github.com/zmaster587/AdvancedRocketry/commit/f03b74e348f2ede)
* [ Fixes #885, Fix crash when trying to add recipe for mod compat where an ingot exists but a plate does not](https://github.com/zmaster587/AdvancedRocketry/commit/305526d23ef4316)
* [ fix #871](https://github.com/zmaster587/AdvancedRocketry/commit/4d4fe9cc518a9f6)
* [ fix broken cartrige recipes, I blame datatypes](https://github.com/zmaster587/AdvancedRocketry/commit/b274a50865319b2)
* [ Fix fluid tooltips JEI](https://github.com/zmaster587/AdvancedRocketry/commit/4e7b6b0e1a30a23)
* [ fixes the auto-genned recipes, removed the manual ones added last commit Currently seems to have a bug where it registers the ingot rolling twice though.](https://github.com/zmaster587/AdvancedRocketry/commit/c934be60f5b0296)
* [ fixes a bunch of missing rolling machine recipes.](https://github.com/zmaster587/AdvancedRocketry/commit/0c6a81c13e6e23e)
* [ Add more documention to ASM calls](https://github.com/zmaster587/AdvancedRocketry/commit/d0a899b99c54625)
* [ Fixes #860](https://github.com/zmaster587/AdvancedRocketry/commit/747ca9589dd8517)
* [ Fix ASM mappings for 1.12.2](https://github.com/zmaster587/AdvancedRocketry/commit/f5dc4c43d29ccba)
* [ fixes reference to wrong inventory from previous commit. Also cleans up some un-needed imports.](https://github.com/zmaster587/AdvancedRocketry/commit/ae0159b320ddac6)
* [ Fixes some null references to itemstacks.](https://github.com/zmaster587/AdvancedRocketry/commit/6921f6f2035f15f)
* [ Build scripts for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/11cd098fb8f7b37)
* [ re-arrange some ore dictionary and recipe stuff. this fixes an issue with precision assembler ore dictionary support for circuit making.](https://github.com/zmaster587/AdvancedRocketry/commit/1acc2246f65f2b0)
* [ fixes some ore registry locations. This was causing some crashes due to where libvulpes registers items in the item registry events. Should probably move the item and block registrtations here to the proper events as well.](https://github.com/zmaster587/AdvancedRocketry/commit/82b1de54cb09304)
* [ fixes crashing while loading dedicated server, fixes some gravity issues fixes double gravity on overworld on dedicated servers, this fix might need to be reworked if ASM is used again for non-item gravity.](https://github.com/zmaster587/AdvancedRocketry/commit/ce920eb74a00f73)
* [ cleanup access transformers. Will figure out which will be needed later, currently Entity * seems to be sufficient in my tests.](https://github.com/zmaster587/AdvancedRocketry/commit/e3b1549ab8012ca)
* [ remove some debug spam.](https://github.com/zmaster587/AdvancedRocketry/commit/4993eecd9df51ca)
* [ implement recipes for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/b9c585906db0b94)
* [ make non-item gravity use update event instead of asm](https://github.com/zmaster587/AdvancedRocketry/commit/52148f986f0a4be)
* [ initial update for 1.12](https://github.com/zmaster587/AdvancedRocketry/commit/622a14f26761ecc)
* [ fix changelog](https://github.com/zmaster587/AdvancedRocketry/commit/7aae76af57b5261)
Ex Compressum (went from ExCompressum_1.12.2-3.0.11.jar to ExCompressum_1.12.2-3.0.13.jar):
ExCompressum_1.12.2-3.0.13.jar:
Fixed lag spike when placing Auto Sieve on bad or limited connections (it was looking up the profile & skin from Mojang on the main thread)
Reclaimed the Heavy Sieve recipe by disabling Creatio's Wooden Crucible, it's not needed with Ex Compressum
Bookshelf (went from Bookshelf-1.12.2-2.3.518.jar to Bookshelf-1.12.2-2.3.520.jar):
Bookshelf-1.12.2-2.3.519.jar:
* Added a helper method to get the game settings, and client difficulty. - Tyler Hancock
Bookshelf-1.12.2-2.3.520.jar:
* Added a map that can support ItemStack keys. - Tyler Hancock
* Cleaned up repeated code in stack comparison methods. - Tyler Hancock
Industrial Foregoing (went from industrialforegoing-1.12.2-1.6.5-112.jar to industrialforegoing-1.12.2-1.7.0-114.jar):
industrialforegoing-1.12.2-1.6.6-113.jar:
* Made fake players not mounting entities
* Added a safety check for entities in the Mob Imprisonment Tool
* Improved Log rendering
* Fixed Item Splitter Facing
* Tooltips are now translatable
* Fixed Block Breaker and Block Placer accepting range addons
* Book entries are now translatable
industrialforegoing-1.12.2-1.7.0-114.jar:
* Items with enchantability 0 can't be inserted in som enchanting machines anymore
* Fixed some casting issues
* Fluid Pump now stop checking its area when the area is finished once
* Fixed Book entries missing if a machines are disabled
* Added Plant Interactor, is like an autonomous activator and a fruit picker had a baby
* Thanks for the 1 Million Downloads!
ArmoreableMobs (went from armoreablemobs-1.1.4.jar to armoreablemobs-1.1.5.jar):
armoreablemobs-1.1.5.jar:
+ Added PackMode support, you don't have to restart the game to change what ArmorGroups get triggered use:
ArmorGroup.setPackMode(String packMode)
Redstone Arsenal (went from RedstoneArsenal-1.12.2-2.3.9.2-universal.jar to RedstoneArsenal-1.12.2-2.3.10.4-universal.jar):
Changelog retrieved from GitHub:
2.3.10:
GENERAL:
-Internal refactors and optimizations.
FIXED:
-Quiver can now be disabled.
XNet (went from xnet-1.12-1.6.4.jar to xnet-1.12-1.6.7.jar):
xnet-1.12-1.6.5.jar:
1.6.5:
* Fixed another division by zero
xnet-1.12-1.6.6.jar:
1.6.6:
* Fixed a problem with advanced connectors still being limited to 1000mb instead of 5000mb for liquids
* Changes to the IConnectable API
xnet-1.12-1.6.7.jar:
1.6.7:
* Bug fix with setting integer values in guis
* Fixed double tooltips in gui of controller
Rustic (went from rustic-0.4.5.jar to rustic-0.4.7.jar):
rustic-0.4.6.jar:
* Fixed instances of ISpecialArmor not displaying their armor values on the custom HUD (thanks, InsomniaKitten)
* Fixed broken rotations on certain models when using newer forge versions (thanks again, InsomniaKitten)
rustic-0.4.7.jar:
* Fixed incorrect minimum and default values for the new brewing-related config options.
REGENERATE OR EDIT THE CONFIG OPTIONS RELATED TO BREWING!
Thermal Foundation (went from ThermalFoundation-1.12.2-2.3.9.4-universal.jar to ThermalFoundation-1.12.2-2.3.10.6-universal.jar):
Changelog retrieved from GitHub:
2.3.10:
GENERAL:
-Internal refactors and optimizations.
CHANGED:
-Tome of Insight now accepts "Essence" and converts it to experience.
Baubles (went from Baubles-1.12-1.5.1.jar to Baubles-1.12-1.5.2.jar):
Baubles-1.12-1.5.2.jar:
- API: added isBaubleEquipped helper method to BaublesAPI
- fixed player bauble syncing (Thanks pau101) closes #235
Quark (went from Quark-r1.4-120.jar to Quark-r1.4-121.jar):
Quark-r1.4-121.jar:
- API: Added a way for IDropoffManager implementations to provide their own IItemHandler.
- API: Increased API version to 2.
- Automation: Fixed pistons not updating the amount of players viewing a chest's interface, leaving it to be open if it's moved while a player is looking at it.
- General: Quark will no longer break Random Things' dyeing machine. (lumien231)
- Management: Fixed the extract and restock buttons being dependant on Dropoff being enabled instead of Chest Buttons.
- Tweaks: Added a config setting to Automatic Recipe Unlock to disable the recipe book entirely.
- World: Fixed a crash if a type of world stone is enabled but the rarity set to 0.
Exchangers (went from Exchangers-1.12.2-2.6.jar to Exchangers-1.12.2-2.6.2.jar):
Exchangers-1.12.2-2.6.1.jar:
*
Added a Silk Touch mode config option, if Silk Touch mode is disabled, players may enchant the Exchangers with Silk Touch to achieve Silk Touching on Exchangers or Fortune to get additional drops
*
Added a PlaceEvent for when Exchangers tries to replace blocks, allows other mods to cancel the event, which also fixes an issue with Faction Mod, closes [#41](https://github.com/JackyyTV/Exchangers/issues/41)
*
Migrated over to use string block IDs instead of integers
*
Rewritten lots of translation stuff
*
Changed all the camelCase translation keys to be lowercase with underscores
*
Added a special blocks list for internal use
*
Fixed a major problem with Exchangers not being able to replace blocks with metadata, closes [#42](https://github.com/JackyyTV/Exchangers/issues/42)
*
Internal code optimizations to greatly reduce redundancy
*
Added a config option to allow Unbreaking enchant reducing chance of using power for Powered Exchangers, currently tested and works on all MC versions, enabled by default (Part of [#37](https://github.com/JackyyTV/Exchangers/issues/37))
*
Added a way to decrease range for Exchangers (by holding sneak and pressing the mode key)
Exchangers-1.12.2-2.6.2.jar:
1.12 Exclusive Changes
* Fixed MV Exchanger requiring Tier 3 core instead of Tier 2 in hard mode, closes [#43](https://github.com/JackyyTV/Exchangers/issues/43)
Tinkers Construct (went from TConstruct-1.12-2.8.1.49.jar to TConstruct-1.12.2-2.9.0.55.jar):
TConstruct-1.12.2-2.9.0.55.jar:
Requires Forge 2577
Requires JEI 4.8 (if JEI is present)
Changelog:
* Seared Channel Recipe gives 3 now
* Tools can be renamed anytime again!
* Gasses now render upside down
* TiC Slime Blocks now work with pistons
Ex Nihilo: Creatio (went from exnihilocreatio-1.12-0.1.5.jar to exnihilocreatio-1.12-0.1.6.jar):
exnihilocreatio-1.12-0.1.6.jar:
No changelog provided
Actually Additions (went from ActuallyAdditions-1.12.2-r126.jar to ActuallyAdditions-1.12.2-r128.jar):
Changlog retrieved from GitHub:
# 1.12.2-r128
* Removed a debug line in Greenhouse Glass
* Fixed the firework box recipe displaying wrongly in JEI
# 1.12.2-r127
* Removed explicit tesla support.
* The AIOT will now accept sword enchantments.
* Greenhouse Glass is no longer a tile entity, this should significantly improve performance. It will be a bit slower in terms of plant growth though.
* Canitzp: Fixes a duplication bug with MeeCreeps and AA containers.
* Fixes a log error with Coal Dust and JEI.
Cucumber (went from cucumber-1.12-1.0.3.jar to cucumber-1.12-1.0.4.jar):
cucumber-1.12-1.0.4.jar:
No changelog provided
Cyclops Core (went from CyclopsCore-1.12.2-0.11.0.jar to CyclopsCore-1.12.2-0.11.1.jar):
CyclopsCore-1.12.2-0.11.1.jar:
As always, don't forget to backup your world before updating!
Fixes:
* Fix models rendering too dark in item-form
Lib changes:
* Add method to refresh all cached values in a value notifyable guis
This new method can be called from within initGui, when for example resizing screens.
* Allow a certain element to be selected in arrowed list field
Integrated Dynamics (went from IntegratedDynamics-1.12.2-0.10.0.jar to IntegratedDynamics-1.12.2-0.10.1.jar):
IntegratedDynamics-1.12.2-0.10.1.jar:
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 0.11.1 or higher.
Additions:
* Add safe-mode option, Closes #486
In cases where a network would become horribly broken because of a bug,
servers could get stuck in a repeated server crash loop.
This makes it possible to temporarily set the mod in safe-mode,
which means that networks won't tick anymore, values are not evaluated and no special rendering is done.
In this mode, the offending cables and parts can be removed.
When disabling this option again, everything will work again as normal.
Changes:
* Make network crash disabler safety listen to all types of crashes, Closes #468
* Rename frequency setting to 'ticks/operation', Closes #462
* Make channel handling more efficient
Fixes:
* Fix mechanical machines sometimes not producing nothing, Closes #457
* Fix dynamic light panels appearing enabled for 0 and false values, Closes #475
* Fix rare crash when removing while it is being reloaded, Closes #472
* Fix curried operator result not being usable in choice operator, Closes #484
* Fix crash when certain mods call client-side code in item localization, Closes #106
* Validate predicate output type before casting to boolean in filters
Static type checking was already being done, but when currying was applied, this issue could sometimes occur.
This was the same problem as in CyclopsMC/IntegratedTunnels#99, Closes #487
* Fix part settings resetting to default values when resizing screen, Closes #455
* Fix Redstone Writer not always notifying neighbours correctly, Closes #356
* Add safety to avoid serializing values that are too big for packets
This adds the config setting maxValueByteSize that could be adjusted by the player if necessary., Closes #362
* Fix cable item rendering too dark, Closes #479
* Fix drying basin and squeezer sending too many updates
* Fix parts on wildcard channels not including parts from all channels
* Fix batteries in creative tab not containing a lot of energy
Integrated Tunnels (went from IntegratedTunnels-1.12.2-1.4.0.jar to IntegratedTunnels-1.12.2-1.4.1.jar):
IntegratedTunnels-1.12.2-1.4.1.jar:
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 0.11.1 or higher.
Changes:
* Avoid some unnecessary network updates on block neighbour update events
Fixes:
* Validate predicate output type before casting to boolean in filters
Static type checking was already being done, but when currying was applied, this issue could sometimes occur, Closes #99
Went from Forge 1.12.2-14.23.1.2583 to 1.12.2-14.23.1.2590.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment