Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-01 | Fix molten cells for some fluids | D-Cysteine | |
2021-08-01 | increase the generator's eu capacity | GlodBlock | |
2021-08-01 | Improved readability of setBlockEvent | TimeConqueror | |
2021-08-01 | Improved readability of BaseMetaTileEntity receiveClientEvent | TimeConqueror | |
2021-08-01 | Fix off by one in cubic multi base and tooltip builder | Glease | |
Also added a command to toggle structure lib debug print. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-31 | Fix iteration over invalid slots | D-Cysteine | |
2021-07-30 | changed rods to work with gt_utility hazmat check | Sphyix | |
2021-07-30 | fix (GT) build on jenkins | DreamMasterXXL | |
2021-07-30 | Merge branch 'experimental' into fix-clay-buckets | Martin Robertz | |
2021-07-30 | Merge pull request #551 from GTNewHorizons/structurelib-integration | Martin Robertz | |
StructureLib integration | |||
2021-07-30 | Make GT_MetaTileEntity_CubicMultiBlockBase easier to use | Glease | |
2021-07-30 | Fix typo in cubic base structure definition | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Fix frame box hint & placement | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Use upstream existing localization instead of creating our own | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Fix coil hint block usage | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Fix ClassCastException in GT_MetaTileEntity_CubicMultiBlockBase | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Make block hint text more informative | Glease | |
Also migrated from defer to lazy where possible Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Fixes related to coil hint blocks | Glease | |
Also updates StructureLib to fix invisible block hint and pulled the utility methods up. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Fix mod loading order problem | Glease | |
This utility method could probably be extracted to upstream. Let's do it when the structurelib integration comes to the end of test phase. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | general bugfix & tweaking pass for multis | Glease | |
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> | |||
2021-07-30 | re-enable flipping, but add an option to render them not flipped | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | fix distillation tower not outputting bottom fluid | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Fix coil structure checks | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Allow modifying alignment limits after instance initialization | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | turn off flipping as it bothers some people too much | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | make fuel recipe map index building a bit more robust | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | draw flipped textures & flipping markers | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | optimize fuel recipe lookup | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | use TT serialization form | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | migrate all other multis over | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | migrate a few more multis over | Glease | |
also removed the stupid ConcurrentHashMap in GT_MetaTileEntity_CubicMultiBlockBase Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | allow gt wrench to rotate the front of controller | Glease | |
also cleaned up GT_Client.java a little bit. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Add GT_MetaTileEntity_CubicMultiBlockBase and a few minor changes | Glease | |
1. add ofCoil() IStructureElement to standardise how to add a homogeneous set of coils to the structure definition 2. Changed newMetaEntity's return type back to IMetaTileEntity to prevent addons crying out 3. Initialize mExtendedFacing to ensure rendering code don't step on null | |||
2021-07-30 | feat(texture API): integrate ExtendedFacing rotation | Léa Gris | |
Add ExtendedFacing rotation to the texture API. Rotatable ExtendedFacing textures can be created with: ```java TextureFactory.builder().addIcon(IICon).extFacing().build(); ``` Improve and unify internal implementation of standard oriented and glow textures. | |||
2021-07-30 | Implement IConstructable for demo multis | Glease | |
2021-07-30 | Initial StructureLib integration | Glease | |
2021-07-30 | Remove debug print | Glease | |
2021-07-29 | Add clay bucket ore prefix; fix oredicting | D-Cysteine | |
2021-07-29 | Oredict clay buckets + fix railcraft item IDs | D-Cysteine | |
2021-07-22 | Increase the EU cap even more | Glease | |
2021-07-22 | Update GT_Recipe.java | GlodBlock | |
2021-07-22 | change it into hashset back | GlodBlock | |
2021-07-21 | Merge pull request #594 from GTNewHorizons/fix-recipe-check | Martin Robertz | |
2021-07-21 | make it thread safe | GlodBlock | |
2021-07-15 | Merge pull request #598 from TimeConqueror/experimental | Martin Robertz | |
More optimizaaations | |||
2021-07-15 | Removed useless method callings | TimeConqueror | |
2021-07-15 | Merge pull request #597 from TimeConqueror/experimental | Martin Robertz | |
Improvements to Vanilla Replacement & GT_Utility#copy | |||
2021-07-15 | Merge pull request #593 from GTNewHorizons/gui-manipulate-fluid | Martin Robertz | |
Extended GUI fluid manipulation support to GT_MetaTileEntity_BasicTank | |||
2021-07-15 | Removed useless array creation in most #copy methods by changing them to ↵ | TimeConqueror | |
#copyOrNull variant with single parameter. | |||
2021-07-15 | Optimized Replacing Vanilla Materials code, removed uselessly-repeated ↵ | TimeConqueror | |
operations |