aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-04fix boxinator using wrong texture (#1007)Glease
2022-04-03add more Phosgen recipe variantsMartin Robertz
2022-04-02fix oredrilling crush gems (#991)Pnc6lx
2022-04-01attempt to fix NA in thermos (#31)Yang Xizhi
* attempt to fix NA in thermos * fix colen's oversight
2022-04-01Fix dependency (#30)Jakub
2022-03-31decrease the allowed hatch amount (#27)Yang Xizhi
* decrease the allowed hatch amount * remove useless code * oversight
2022-03-31Make gregtech machines mark the chunk they're in as dirty on updates (#1001)Jakub Szewczyk
* Make gregtech machines mark the chunk they're in as dirty on updates * Avoid any potential NPE in markDirty * Mark dirty on GT tool use (screwdriver/wrench/etc) * Fix multiblocks not marking hatches/buses as dirty too
2022-03-31Fix secondary description (#28)MuXiu1997
2022-03-31Merge pull request #32 from MuXiu1997/fix-secondary-descriptionMartin Robertz
Fix secondary description not written to language file
2022-03-30Optimize item transfer and inventory sorting (#992)Jakub
* Optimize conveyors, input busses, chest buffers * More checks * More checks and fixes * Check for slot validity when sorting * Fix NPE * More optimization * Fix disable sort not working * Enable order in input bus, Some fixes
2022-03-30Add fluid spaces for sifter GUI (#999)Elisis
2022-03-30Fix secondary descriptionMuXiu1997
2022-03-29Super Fuel Recipe Changes (#998)Steelux
* Super Fuel Recipe Changes - Removed recipes that used McGuffium, a fluid that is currently uncraftable; - Removed recipes with LPG and Heavy Fuel inputs, as they are much easier to make than CBD. It makes little sense to have cheap oil-related fuels take the place of CBD, and this process can work as an upgrade to CBD on the advanced Large Boilers; - Removed some recipes on the magic fuel side that used Mercury + Thaumcraft inputs, keeping only the basic, inefficient Mercury options with Blaze Powder and Ender Eyes, - Changed all recipes with tiny dusts to use full dusts instead, and changed ratios on most of them, also for balancing purposes. * Glue Input Change - Changed Glue input values from 333 to 500, rounding up to a neater value (glue is very easy to get from stickreed, so I believe 500 is fine).
2022-03-29Fix books localization (#164)MuXiu1997
2022-03-29Refactor #987 (#997)MuXiu1997
2022-03-29Duplicate Calcium Chloride Changes (#163)Steelux
- Changed Sodium Carbonite recipe to use the Bartworks Calcium Chloride instead, if loaded. If it isn't loaded, the GT++ dust is used instead (at Alkalus's request of having this dust defined in GT++ as well); - Removed duplicate electrolyzer recipe if BW is loaded. If it isn't, the recipe does load. Also adjusted the amount of inputs, 3 dusts instead of 1.
2022-03-28Super Glue Fixes (#161)Steelux
- Reworked recipe EU/t and casing tiers to divide the Chemical Plant recipes evenly between 3 tiers. The purpose of this change is to make it so this line can be automated with 3 plants, one of each kind; - Changed Chemical Plant's minimum base outside casings to allow some more hatches before the multi fails to form. It's a large, smart multiblock with many casings that are never replaced with hatches, so I believe the amount of allowed hatches at once should be increased; - A few fixes for recipes that were missing, or implemented incorrectly.
2022-03-28Add Naquadria OreByProduct (#996)ScriptedPiky
Allows certain processes, like the Stargatium Leaf and Naquadria Combs with crushed Naquadria Ore to yield 144L of Molten Naquadria; if GoodGenerator is loaded, this instead will be "Naquadria Goo" and requires further processing
2022-03-28Check if given slot accepts given input instead of ignoring outright (#993)Glease
2022-03-28Also update existing sticks on load (#994)Glease
2022-03-28Add a sanity check to catch invalid assline recipes (#995)Glease
2022-03-28Merge branch 'master' into fix-secondary-descriptionMartin Robertz
2022-03-28update dep filesMartin Robertz
2022-03-28Fix secondary descriptionMuXiu1997
2022-03-27add tools to pile igniter recipe (#988)Martin Robertz
(cherry picked from commit 206af27f5c732b4dc0f6bbe8432b90e8839c3de5)
2022-03-27delegate assline recipe creation to GT's RecipeAdder if in GTNH (#160)Glease
2022-03-27fix it stuck when handling oredict stuff (#110)Yang Xizhi
Former-commit-id: 36378a368f9103dccf06891d7b33e863d28750d1
2022-03-26Fix secondary description not written to language file (#987)MuXiu1997
* Fix secondary description not written to language file * Extract ISecondaryDescribable interface * Recover isDisplaySecondaryDescription in MetaTileEntity
2022-03-26Change Kanthal mixer recipe to hv (#989)Martin Robertz
remove default ebf recipe (cherry picked from commit dfc5f6a1989d69262d1e37cdd3ed26860bebc78e)
2022-03-26add brickdust to brick recipe to forming press (#990)Martin Robertz
2022-03-26Add NEI catalystsmiozune
2022-03-25Fixed GtFrame<alloy> missing a single '-' for broken recipes (#159)ScriptedPiky
There's probably a lot of other places where these recipes are broken and needs to be checked
2022-03-24Adjust compact coil recipes for balance. (#26)Colen
* Adjust compact coil recipes for balance. * Fix disassembly
2022-03-23Merge pull request #14 from GTNewHorizons/galgregMartin Robertz
make galgreg vein generation consist with gt5
2022-03-23Update build.gradleMartin Robertz
2022-03-23make galgreg vein generation consist with gt5Yang Xizhi
2022-03-21fix mdt (#113)Yang Xizhi
fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/10007 Former-commit-id: 0add3b47c6d96065ca78491e1c7cd7111b596096
2022-03-20Merge pull request #43 from GTNewHorizons/oredictMartin Robertz
fix oredict for infinity drill
2022-03-20fix oredict for infinity drillYang Xizhi
i hope it will be the last time to fix the oredict thing ,,,
2022-03-20Dont override material when it cant be found (#112)Jakub
Former-commit-id: 8a5a24d697a34f8a7c8984965b1997b5cbbc4613
2022-03-19fix overgrow (#25)Yang Xizhi
2022-03-18fix set locked fluid not working via drag n drop (#979)Glease
2022-03-18add multiblock platinum sludge recipes (#984)Martin Robertz
* add multiblock platinum sludge recipes (cherry picked from commit e233d34e88d93590d5e76ec69fbf986021f0acb0) * balance recipe (cherry picked from commit 20ebfca8a1eed609a6f3e1b8a0184674830aaa43)
2022-03-18make miner output to correct slots (#985)Glease
* make miner output to correct slots * fix git derp
2022-03-18Merge pull request #30 from GTNewHorizons/buff-storageMartin Robertz
Change existing buff to 6x
2022-03-18Merge pull request #31 from GTNewHorizons/NowReallyUltimateBatteryMartin Robertz
Fixed Unpacking Recipe for (now Really) Ultimate Battery
2022-03-18Disable MK5 compact fusion recipe (#24)Colen
Needs to be turned off until https://github.com/GTNewHorizons/GTplusplus/pull/115 is done by @draknyte1
2022-03-17Fixed Unpacking Recipe for (now Really) Ultimate BatteryScriptedPiky
Fixes: https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8337
2022-03-18Allow all mega's to use more than MAX voltage (#107)Jakub
* Allow all mega's to use more than MAX voltage * Update slots earlier * Allow laser hatches only if there is no other type Former-commit-id: aa23a6d5d6f4ae2de6decfc31fd9b6d44f97d908
2022-03-17Fix Muffler Hatch is more expensive in Assembler than hand crafting (#986)miozune