Age | Commit message (Collapse) | Author |
|
Add water to bisphenol MB recipe
|
|
|
|
|
|
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
```
|
|
|
|
Remove useless stacktrace by the worldgen loader when Galactic Greg is absent.
|
|
Fix the rest of https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7798
|
|
Fixing my sh*t because apparently I can't use git
|
|
This reverts commit 5bb2ed3deb2f95765fc2467da5ba98e651e8e44c.
|
|
This reverts commit 1d2a62aeda030eb751844a5f1ca86158220f130e.
Cleaning Commits
|
|
This reverts commit 5bb2ed3deb2f95765fc2467da5ba98e651e8e44c.
Cleaning commits
|
|
machine runs out of energy
|
|
Reduce price of magic generators
|
|
Basically make the recipes use T+1 circuits/metal instead of T+2. EV magic generator will additionally require tungsten steel plates to prevent it from becoming too cheap.
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
fix(covers): stone plate cover block texture selection
|
|
Add the ore dicitionary name `blockClay` to the `minecraft:clay` block,
so it can be selected with prefix `block` and material `clay` when
registering the clay plate cover's block texture.
|
|
Add the ore dicitionary name `stoneGlowstone` to the
`minecraft:glowstone` block, so it can be selected with prefix `stone`
and material `glowstone` when registering the Glowstone plate
cover's block texture.
|
|
Add the ore dicitionary name `blockNetherQuartz` to the
`minecraft:quartz_block` block, so it can be selected with prefix `block`
and material `NetherQuartz` when registering the NetherQuartz plate
cover's block texture.
|
|
|
|
Add the ore dicitionary name `stoneStone` to the `minecraft:stone` block, so it can be selected
with prefix `stone` and material `Stone` when registering the stone plate cover's block texture.
|
|
|
|
|
|
Search different prefixes as fall-back to find a proper block.
|
|
- Add missing BUFFERED recipes bits
- More code cleanup
|
|
|
|
|
|
- Copy the block texture to render covers made of a block's material
- Fix and refactor lint and tidy the whole ProcessingPlate class (no side-effect detected)
|
|
Render the bottom face of covers made of a dumb block, the same orientation as
the referrence dumb block.
|
|
fix all instences where you only get 4 fine wire/ingot instead of 8 when there is no wire version of that material
|
|
Add electrolyzer recipe for IC2 fertilizer
|
|
|
|
Makes higher tier materials give more cells
|
|
|
|
#7537 Change tin to iron
|
|
Change MV macerator recipe slightly
|
|
|
|
|
|
|
|
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/3141
For some reason GregTech_API.sThaumcraftCompat.addCrucibleRecipe adds only thaumonomicon visible recipe, but not actual recipe. So with this line and recipe, added via script, we got complete working recipe for amber gem drom dust.
|
|
Centrifuging glowstone inneficient recipe #7413
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7413
|
|
added GT shadowmetal block, fixed bee crash from new TM
|
|
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
Fluid value
|
|
The one with Polybenzimidazole in it
|
|
|
|
change Siicon rubber to Tin
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5896
|
|
|
|
Debloat - Remove Modular Armor (It's buggy and not in use anyway)
|