| Age | Commit message (Collapse) | Author |
|
* fix the oldest bug in the pack
* Use old oregen for existing maps
* Use enum for OregenPattern version
* Use `WorldEvent$Load` instead of `FMLServerStartedEvent`
* Reset `oregenPattern` singleton on world load
* Fix `oregenPattern` being reset when any dim is loaded
---------
Co-authored-by: chochem <40274384+chochem@users.noreply.github.com>
|
|
|
|
* restore pams compat
* restore harvestcraft compat file
* cleanup
* ra2 and more cleanup
|
|
* Fix NPE with grid proxy
* Create proxy instead of check null
|
|
* Fix the shadow ItemStack bug of multi-InputBus_ME
* resolve code style
|
|
|
|
|
|
* more cleanroom debugging
* fix cleanroom
* fix documentation
|
|
|
|
* Remove unused mixins
* Unused
* Unused
* Update MobHandlerLoader.java
* Fix EEC
* Spotless
* Update zh_CN.lang
* Update dependencies.gradle
|
|
|
|
|
|
|
|
|
|
* Clarify ME Output Bus tooltip
* Clarify ME Output Hatch tooltip
* Update GT_MetaTileEntity_Hatch_OutputBus_ME.java
* Update GT_MetaTileEntity_Hatch_Output_ME.java
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
|
|
* no magic lasers
* update BS
* better tooltip
|
|
|
|
As has been discussed in #magic-dev in the face of chochom's laser nuke on the LEG, we need to update this value to have a max at either UV or UHV, I have set it here for UV but I'm open to suggestions
|
|
|
|
|
|
|
|
Changes button casing -> bottom casing.
|
|
|
|
|
|
Former-commit-id: a1e015a603e645aadf97a5dc4eccdd5fa384a1af
|
|
* Added more information to yotta structure tooltip
* Change mentioning of EC2 to AE2FC in yottahatch
|
|
* Added baubles compat to wireless charger
* Integrate some intelliJ suggestons to reduce number of warnings
* Clean up method access
* Some more cleanup
* Revert accessibility of isItemValid
* Removed logging
* Some more cleanup
|
|
* Display mac stack tier in WAILA
* Added proper tier loading from tooltip
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add Mobs Info
* Use MobsInfo
* Update dependencies.gradle
* Update repositories.gradle
* Update GT_MetaTileEntity_ExtremeExterminationChamber.java
* Update dependencies.gradle
|
|
|
|
* Fix bug in EEC
* Output all crops / bees when controller is broken
|
|
* Improve Long Distance Pipe WAILA status
Also addiotional information to the NEI item tooltip
* Long Distance Pipeline texture improvements
The side textures of the pipeline start/end blocks are now aligned with
the axis through the input output face (most visible with the Item
Pipeline). This is based on the Buffer texture code.
In addition, the input and output face textures have received the
typical blue/orange coding found on multiblock hatches and busses.
|
|
|
|
|
|
|
|
Former-commit-id: 045438d43c647d5620f1f9ffbb67eaac06259ee1
|
|
Add perfect OC behaviour and reduce pollution output by a factor of 10
|
|
This recipe was "buffed" by ~170x by someone to a nonsense number. The user at this tier is making likely in the region of 500B EU/t, if not more. OCing this 5-6 times will cost 236B - 1T EU/t and take 375-750 seconds. A much more reasonable value.
For comparison, this multi at its best makes 12T EU/t, that means that the EU cost to craft this currently is 6% of 1 tick of energy output. This is clearly absurd.
In future please discuss content changes with the actual author to get intent rather than randomly changing things.
|
|
* Added null checks to single recipe check saving
* Removed left over brackets
|
|
false tooltip (#675)
|
|
* Switch GSON NBT saving to String
* Switch name to json extension
|
|
* Fix Precision
This increases the maximum amount of temperature upgrades from 8 to 10 while halfing the amount of temperature boost they give to allow for more precision. Previously you were not able to simulate a warm biome in normal/normal. Doubles Boost, halfes energy consumption.
* increase to 16
|