Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fix soft mallet mishandling vanilla hopper
|
|
|
|
|
|
|
|
Remove duplicate and erroneous recipe for the base schematic
|
|
|
|
Remove duplicate and fix existing sensor card recycling recipe
|
|
Well, 'fix' is more like, 'be fair'
|
|
Add water to bisphenol MB recipe
|
|
Re-add styrene recipes
|
|
Sets shadowiron and shadowsteel to centrifuge only
|
|
|
|
I couldn't figure out how to lower the time, as it's auto-generated
somehow
Add spaces to the names. This is just visual
Change Shadow to Shadow Metal to help differentiate the three. Also just
visual
|
|
|
|
Scanner info for the output hatch
|
|
|
|
Fix plascrete needing a pickaxe and having too much hardness and BR
|
|
Change hardness from 5 to 0.8
|
|
|
|
|
|
|
|
The Charcoal-Pit Igniter has no GUI but was needlessly capturing player's
right-clicks. It was an inconvenience when right-clicking on the pit's ceiling
because when reaching the Igniter, the right-click was captured and player
needed to sneak to place a log block under the Igniter.
|
|
Adds oredicting of synthetic rubber to conveyors and standardizes pumps
|
|
|
|
Address issue: [Gregtech.log spam with 6724 lines of "Unknown Key for Unification, Typo?" #7866](https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7866)
- Fix the logic for logging possible Typos (prioritise least cost)
- Improve reverse recipes by excluding ore names of tools early to prevent
unexpected and un needed unification lookups
- Turn off unification typo logging in reverse recipes
Reduced unification typo spam from 6724, down to 11 remaining entries:
```none
circuitGood
circuitData
circuitElite
circuitMaster
circuitUltimate
circuitSuperconductor
gearSteel
gearAluminium
gearStainlessSteel
gearTitanium
gearTungstenSteel
```
|
|
|
|
update
|
|
Remove useless stacktrace by the worldgen loader when Galactic Greg is absent.
|
|
fix(multiblockbase): until the muffler has a valid tile
|
|
address issue [NPE in GT_MetaTileEntity_MultiBlockBase.java:314 until the muffler has a valid tile #7454](https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7454)
|
|
Rescan for oil fields after chunk range config change
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
fix(hidecover) unchained posttick caused missed texture and size change
|
|
Add missing chaining of the `onPostTick` event handler to parent class.
`GT_MetaPipeEntity_(Cable|Pipe|Fluid)` classes were not forwarding
the `onPostTick` event handler to their parent `MetaPipeEntity` class,
so pipes were not rendering the change unless another machine tile which
did properly chain the event handler to its parent
(like `GT_MetaTileEntity_TieredMachineBlock`) was present in same chunk.
|
|
fix(rendering): itemblocks inventory brightness and orientation
|
|
Fix solar boiler heat up speed
|
|
WAILAPlugins has been updated to the new solar boiler interface.
Deprecated methods are left behind for backward compat with older plugins.
Rebase from experimental
|
|
1. Reuse same config across all solar boilers of the same class
2. Remove shading of config field in subclass
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
- Fix integer math of getProductionPerSecond by moving the multiplier ahead.
- Fix and deprecate WAILAPlugins interface by returning ratio adjusted values.
- Simplify the inner Config class.
|
|
|
|
- Change run-time counter from seconds to ticks since solar boilers are
ticking every 10 ticks, or 0.5 second.
- Prevent run-time counter from overflowing Integer.MAX_VALUE ticks.
- Fix missing check of available steam before pushing to output.
- Fix the cool-down rate that broke in GTNH 2.1.0.6.
- Make the solar boilers entirely configurable.
|
|
|
|
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
* fix(gradle): fix gradle script to with overmind_dl
* fix(gradle): apply requested change
- Move compiler options and compatibility to `compileJava`
- Add missing hard dependency of `com.google.code.findbugs:jsr305:1.3.9`
- Add missing soft dependency of `commons-io:commons-io:2.4`
required by project `com.mojang:authlib:1.5.16`
|
|
Update GT_MachineRecipeLoader.java
|
|
Fix the rest of https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7798
|