Releases: GregTechCEu/GregTech-Modern
Releases · GregTechCEu/GregTech-Modern
1.0.6-build_57
Add mining hammers (#164) * add mining hammer tool type and recipe * Basic 3x3 functionality * Force server to break blocks instead of client * Add extended block outline * Render extra block destruction * Fix sounds not playing when incorrect block broken * Add AOE tools tag * Extra rendering should not happen if player is crouching * Replace old check with tag * Give hardhammer AOE functionality instead of making new tool * Fix sounds again --------- Co-authored-by: KilaBash <[email protected]>
1.0.6-build_55
add coil tooltips + LCR perfect overclock + fix fluid datagen crash +…
1.0.6-build_54
Charger Machine (#158) * Add `getPlatformEnergyItem` For retrieving items that stores native energy * Add `ChargerMachine` that implements logic for charger Almost a duplicate from battery buffer, follows same logic as 1.12.2 * Register `ChargerMachine` and its recipe * Change Charger name to Turbo Charger * Add texture for `ChargerMachine` * Add rendering logic to `ChargerMachine` Renders three states: idle, running, finished * fix batterybuffer notification --------- Co-authored-by: KilaBash <[email protected]>
1.0.6-build_53
Fisher and Block breaker (#161) * Fisher * Fisher creates loottable and lootcontext in constructor * Updated fisher to be more in line with other machines * Fisher removed lootTable and lootContext from constructor and other fix I don't remember. * Fisher uses power * Block Breaker * refine fisher * refine the block breaker + better ui * fix interaction for output face * DONE --------- Co-authored-by: KilaBash <[email protected]>
1.0.6-build_52
add comments and move where initializeAddon is called to a later poin…
1.0.6-build_51
Remove most of the model injection code (#165) * new raw ore textures i got made, feel free to reorder/remove as you please * fix-a-mixin (removed most of the ModelBakeryMixin code, and moved it to the respective renderer classes as suppliers) also fixed create fluid tank rendering on forge * revert to the old raw ore block for dull, this one is too dark --------- Co-authored-by: KilaBash <[email protected]>
1.0.6-build_50
Fabric fixes (#162) * fix rotorholder rendering * fix maintenance lang key * fix steam machine fluid amount * fix pipe name * fix fabric fluid pipe throughput * fix steam machien ui * fix cleanroom part detecting + fix fabric fluid drill amount * Update SimpleSteamMachine.java
1.0.6-build_49
add entity interaction to IInteractionItem (#169) * add entity interaction to IInteractionItem * add ability for addons to register their own recipes through our system
1.0.6-build_48
Fixes (#160) * fix duplicated recipes * fix pipe frame material
1.0.6-build_47
fix glass textures