Age | Commit message (Collapse) | Author |
|
Unified single block boiler logic
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
Only update fluid display items when necessary
|
|
There might be small desync for the first person to open this GUI
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
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
|
|
fix ingot to wire time
|
|
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.
|
|
Some Disassembler related fixes:
|
|
#7654 #7586 #7676
|
|
Enabled autoloading for oil drills
|
|
fix(tooltip): frameGT description
|
|
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.
```
|
|
Fixed chunk coordinates for self-loaded machine (in the first session)
|
|
impr(textures): harminise cable insulations
|
|
fix insulation texture was darker on cable ends than on cable sides
|
|
feat(cover): hide covers when holding a soldering-iron
|
|
|
|
fix(rendering): brightness of no-z-fighting offset faces
|
|
swapped repetitive if-block to switch statement and cached machine tier
|
|
|
|
Ignore the z-fighting offset when detecting if a face uses the block's brightness
or the brightness from the block above.
|
|
integer overflow in comparison
|
|
|
|
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5817
|
|
ItemComb config fix
|
|
my mistake. This has to be changed.
|
|
Expose all fluid tanks properly when there are more than one internal tank
|
|
Standardized Bee Comb processing recipes
|
|
feat(cover): handles transparent covers
|
|
Pipes don't use a block texture, only ore blocks use these and they
don't implement IPipeRenderedTileEntity and are not covered either ^^
|
|
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.
|
|
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).
|
|
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
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
fix(platecovers): selection of block
|
|
Search different prefixes as fall-back to find a proper block.
|
|
fix(rendering): cover dumb block teture on bottom face
|
|
|
|
Allow several miners in one chunk
|
|
update ItemComb. Matched EU/t requirement and Cleanroom requirement same as original method
addProcessLV, addProcessMV, addProcessHV...
|
|
Matched requirement of EU/t same as the old one.
|
|
|
|
changed minimum Tier that needs cleanRoom for autoclave and chemical process
|
|
- Add missing BUFFERED recipes bits
- More code cleanup
|