Age | Commit message (Collapse) | Author |
|
Added tracking of last player to access a cover for future notification purposes.
|
|
|
|
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.
|
|
Some Disassembler related fixes:
|
|
#7654 #7586 #7676
|
|
Enabled autoloading for oil drills
|
|
|
|
|
|
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)
|
|
fix insulation texture was darker on cable ends than on cable sides
|
|
|
|
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.
|
|
|
|
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5817
|
|
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
|
|
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>
|
|
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
|
|
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
|
|
|
|
|
|
|
|
- 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)
|
|
fixed missed chance of twilight forest bees
|