aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech
AgeCommit message (Collapse)Author
2021-03-30Revert "Added T3 Molten Naquadria Recipe to Fusion Reactor."charles
This reverts commit 1d2a62aeda030eb751844a5f1ca86158220f130e. Cleaning Commits
2021-03-30Revert "Added Naquadria Fusion Reactor recipe."charles
This reverts commit 5bb2ed3deb2f95765fc2467da5ba98e651e8e44c. Cleaning commits
2021-03-30Made it so that machine control covers disable themselves when thecharles
machine runs out of energy
2021-03-30Eagerly update the fluid display item upon inventory openGlease
There might be small desync for the first person to open this GUI Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-03-30Only update fluid display items when necessaryGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-03-28Merge pull request #483 from GTNewHorizons/magic-gen-buffMartin Robertz
Reduce price of magic generators
2021-03-28Reduce price of magic generatorsGlease
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>
2021-03-26Merge pull request #480 from GTNewHorizons/patch_stone_coverMartin Robertz
fix(covers): stone plate cover block texture selection
2021-03-26fix(covers): clay plate cover block texture selectionLéa Gris
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.
2021-03-26fix(covers): glowstone plate cover block texture selectionLéa Gris
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.
2021-03-26fix(covers): nether quartz plate cover block texture selectionLéa Gris
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.
2021-03-26fix ingot to wire timebotn365
2021-03-26fix(covers): stone plate cover block texture selectionLéa Gris
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.
2021-03-25Merge pull request #479 from GTNewHorizons/disassembler_fixesMartin Robertz
Some Disassembler related fixes:
2021-03-25Some Disassembler related fixes:bartimaeusnek
#7654 #7586 #7676
2021-03-25Merge pull request #476 from repo-alt/experimentalMartin Robertz
Enabled autoloading for oil drills
2021-03-24Added Naquadria Fusion Reactor recipe.charles
2021-03-24Added T3 Molten Naquadria Recipe to Fusion Reactor.charles
2021-03-25fix(tooltip): frameGT descriptionLéa Gris
Address issue: https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7702 Remove mention of using CFoam over covers which has been replaced by chemical bath concrete based recipes since GT5.09. New Frame Box dexcription is localisable in `Gregtech.lang`: ```yaml S:gt.blockmachines.gt_frame.desc.format=Just something you can put covers on. ```
2021-03-25Enabled autoloading for oil drillsrepo_alt
Fixed chunk coordinates for self-loaded machine (in the first session)
2021-03-24feat(cover): hide covers when holding a soldering-ironLéa Gris
2021-03-23Merge pull request #473 from GTNewHorizons/patch_inner_side_detectionMartin Robertz
fix(rendering): brightness of no-z-fighting offset faces
2021-03-23Merge pull request #472 from MatthewCOwen/experimentalMartin Robertz
swapped repetitive if-block to switch statement and cached machine tier
2021-03-23removed mMachineTier memberMatt
2021-03-23fix(rendering): brightness of no-z-fighting offset facesLéa Gris
Ignore the z-fighting offset when detecting if a face uses the block's brightness or the brightness from the block above.
2021-03-22swapped repetitive if-block to switch statement and cached machine tierMatt
2021-03-23integer overflow in comparisonrepo_alt
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5817
2021-03-21ItemComb config fiximpbk2002
my mistake. This has to be changed.
2021-03-20Merge pull request #468 from GTNewHorizons/separate-fluid-tank-infoMartin Robertz
Expose all fluid tanks properly when there are more than one internal tank
2021-03-20Merge pull request #466 from impbk2002/Standardized-Bee-Comb-processing-recipesMartin Robertz
Standardized Bee Comb processing recipes
2021-03-20quickfix: remove useless Block argumentLéa Gris
Pipes don't use a block texture, only ore blocks use these and they don't implement IPipeRenderedTileEntity and are not covered either ^^
2021-03-20fix(interface): add default getTextureCoveredLéa Gris
Implement requested change: https://github.com/GTNewHorizons/GT5-Unofficial/pull/469#discussion_r598084051 A default method body is required for older add-ons implementing the old interface without a `getTextureCovered` method, or those would crash when rendering their covered full-size pipes.
2021-03-20Centrifuge Duration matchimpbk
Centrifuge Duration is now Equal to original Recipes.(At least in Bee Comb Nerfed Config) Unnerfed config needs more balancing, because disabling the nerfed Config makes Comb process recipes strange and override each other.(Even before this PR).
2021-03-20feat(cover): handles transparent coversLéa Gris
Add support for transparent covers (glass plate) on all GT Machines: - See pipes, wires, cables through transparent covers - Layer transparent covers over full-block pipes and machines
2021-03-20Expose all fluid tanks properly when there are more than one internal tankGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-03-19fix(platecovers): selection of blockLéa Gris
Search different prefixes as fall-back to find a proper block.
2021-03-19Merge pull request #465 from GTNewHorizons/fix_gt_cover_mat_ynegMartin Robertz
fix(rendering): cover dumb block teture on bottom face
2021-03-19Merge pull request #463 from repo-alt/experimentalMartin Robertz
Allow several miners in one chunk
2021-03-15update ItemCombimpbk
Matched requirement of EU/t same as the old one.
2021-03-15Update ItemComb.javaimpbk2002
2021-03-15Update ItemComb.javaimpbk2002
changed minimum Tier that needs cleanRoom for autoclave and chemical process
2021-03-14fix(ProcessingPlate): missed BUFFERED recipes bitsLéa Gris
- Add missing BUFFERED recipes bits - More code cleanup
2021-03-14minor: javadoc rephraseLéa Gris
2021-03-14more clear control flowrepo_alt
2021-03-14cleanup(registerCover): factorise and commentLéa Gris
2021-03-14fix(render): texture for covers of block materialLéa Gris
- 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)
2021-03-14Update ItemComb.javaimpbk2002
fixed missed chance of twilight forest bees
2021-03-14Update ItemComb.javaimpbk2002
if the config nerf beeComb is disabled. GT_comb processing recipes go totally Messed up. So I separated the nerfed part and un nerfed part. Also added enum values to the recipes to automatically generate the required voltage and duration, required cleanRoom by the required Voltage Tier. This will make us easier to add new honeycomb or balancing Beekeeping.
2021-03-13fix(rendering): cover dumb block teture on bottom faceLéa Gris
Render the bottom face of covers made of a dumb block, the same orientation as the referrence dumb block.
2021-03-13fix(rendering): gregtech stone backgrond orientation on bottom face of oresLéa Gris
Stone background on the bottom side of ores, did not use the same flipped orientation as with dumb blocks of the same material, which uses the vanilla block renderer from Minecraft. This patch fixes the rendering of the bottom side of Gregtecg ores which uses te following Gregtech stone backgrounds: - Black Granite - Red Granite - Marble - Basalt