Age | Commit message (Collapse) | Author |
|
* Mining machines drilling addon.
Every machine that uses mining pipes must contain a field with this object and use any interaction with the pipe and drilling solid blocks through it.
Includes all checks for this.
Allows you to reuse the code and ensure the same behavior of the processes of descending and retracting the pipe and mining blocks.
* Mining machines drilling addon - singleblock Miner implementation.
Total refactoring of Miner tile entity.
* Some mining addon fixes
* Fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9733
* Removed some over engineering thoughts
* Checks in the mineBlock method. And we can not descent the pipe while outputs are blocked
* code review fixes
https://github.com/GTNewHorizons/GT5-Unofficial/pull/936
* code review fixes
https://github.com/GTNewHorizons/GT5-Unofficial/pull/936
Co-authored-by: karpov.evgeniy <karpov-em@dartit.ru>
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
Also added a command to toggle structure lib debug print.
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
- Add glow support for all sides and states of iconset machines (same as with basicmachines).
Automated code cleanup with IDEA of:
- Optiimise all imports (remove unused, sort)
- Reorder all modifiers to the canonical preferred order (as stated in the Java Language Specification)
- Add all missing @Override annotations
|
|
* Rework clientside pollution
* Pollution rework
* removed debug
|
|
|
|
|
|
|