Age | Commit message (Collapse) | Author |
|
add the Alu Rod Extruder recipe to LV
(cherry picked from commit 3d21a1c5f57e48f6b0ded3ea89220ae51defb5a9)
|
|
add a fluid output to chembath
add a SodiumHydroxide recipes out of Na and Water
(cherry picked from commit 4a1618fa07e8dc90b4f5106e1928e2a63d96bd2f)
|
|
(cherry picked from commit c1b37c7cafa0b1663fbd1b0a3a14f79f785c561c)
|
|
(cherry picked from commit b4760624b2ae8f0f485d818d2e2cdd137e05d3b6)
|
|
|
|
(cherry picked from commit f9ce66049bcb63b7b6f96a2ed1f608f664679ad6)
|
|
(cherry picked from commit ecc05cf97b679f505ded872eeca33f182b2505b7)
|
|
change color a bit of materials
(cherry picked from commit 7f29d2eef1cad2c1ff8e31763f2d348b9e935a50)
|
|
(cherry picked from commit ae7f0f62e62fa4a38a12d4d9ec0d72ce92e6702d)
|
|
(cherry picked from commit 42faf22d8a9c7656ce04d5947ea9cca98cd6629d)
|
|
(cherry picked from commit 3948cf454ec14596e93317ffe8bb59d4f9fd5482)
|
|
(cherry picked from commit 3e1135976f3071b56d16bf4c9a21adbed891165f)
|
|
(cherry picked from commit ed7ec10a5880ee0a1eb890fa31abb5a1f9f30203)
|
|
|
|
(cherry picked from commit ef698215955e651d0ea91c50201047dbac964122)
|
|
add Aluminiumoxide and Hydroxide
Add Cryolite
(cherry picked from commit 1a7c53ef0e17e965c6c52e9c55eb5cba5014ce22)
|
|
(cherry picked from commit c79c3ee99cb80ac5b80b944562a93090b58b19ef)
|
|
(cherry picked from commit b9d01e022134298319838213f6121794e3352fdf)
|
|
LV is 1 Slot
MV is 2 Slots
HV is 3 Slots
EV is 4 Slots
remove Silicon ebf recipe
added new Sio2 recipes
|
|
add control circuit in assembler for rotor production
|
|
New casing for HTGR
|
|
|
|
change all Core mod items match with ID
Add Soldering function to Material list
put all Railcraft recipes from Core mot to GT
|
|
(cherry picked from commit 6a5448b476d3c78e63a79eb60f3f82b4f57035ba)
|
|
|
|
|
|
buses attached
|
|
|
|
|
|
|
|
|
|
|
|
Also updates StructureLib to fix invisible block hint and pulled the utility methods up.
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
1. stupid typo in EBF preventing it from working at all.
2. All multis now require exactly one maintenance hatch to form.
3. All multis now use the unified overclocking mechanism if possible.
4. All multis that emits pollution now require at least one muffler hatch to form.
5. Coil structure element slightly tweaked.
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
|
|
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
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
Provides an implementation-free API Texture factory an builder.
Deprecates gregtech.api.objects.GT_*Texture.java classes
Once all GregTech add-on will be migrated to the new implemnetation-free API,
changes to the implementation will not affect the add-on.
For now, this API allow rendering of in-world glow textures.
In-inventory/hand rendering of glow texture require implementation changes
that are postponed until no add-on uses the deprecated embedded implementation API.
|
|
Old textures rendering are kept in api/objects for backward compatibility.
The old textures rendering does not handle glow textures or independant
inventory tessellation. The old textures will only work with the old
GT_Renderer_Block class
New textures rendering with own tessellation in inventory and handling
of glow emisssive textures are moved to the api/render package. These must
not be used with the Old GT_Renderer_Block class or
it will crash with: Already Tessellating Exception from the Tessellator class
|
|
Add code support and blank glow placeholders so resource pack can provide own glow.
Applies to:
- Chest Buffer
- Item Filter
- Distributor
- Regulator
- SuperBuffer
- Type Filter
|
|
|
|
|
|
|
|
Renders on:
- Teleporter
- Monster Repellator
- Microwave Energy Transmitter
|
|
place-holder blank to support glow texture in resourcepack
|
|
place-holder blank to support glow texture in resourcepack
|
|
place-holder blank to support glow texture in resourcepack
|
|
place-holder blank to support glow texture in resourcepack
|