Galacticraft-Legacy | 4.0.6
Features
- Blocks in configs can handle * declaration (d7a41a14)
- call onChunkPopulate in chunk decoration (438a7dd6)
- allow charcoal to coal-gen input (d2c14321)
Fixes
- trigger adv. solar gen achievement correctly (d13683f3)
- replace isBlank with isEmpty in BlockUtil (66f385d5)
- check
player.world.provider
sooner (11f4714a) - (lang) remove substring calls (3fc7af24)
- prevent lang file name uppercase (13a13b8e)
- output sides for Gas Liquefier (#137)
- hotfix for ArrayIndexOutOfBounds on getSlotsForFace() (246ee9ee)
- (compat) add IGasHandler to Electrolyzer (f00896e9)
Misc
Galacticraft-Legacy
Fixes
- catch null inventory (29126778)
- fluid in tanks lost after server reload (#109)
- (planets) prevent celestial map planet duplicates (b1ae3d8e)
Misc
- (style)
- (revert)
- commit 8137f7dc0 (16f79f55)
- (refactor)
- remove generic type param (b04587bb)
- remove throws in register method (d4c84382)
- add CelestialCollector utility class (1363ebd5)
- ignore cast exception on CreativeTab (c84bd478)
- (api) minor fixes and Javadoc adjustments (261cd5f8)
- misc changes to GalaxyRegistry (e3c11f7a)
- update coremod config file (f1485b19)
- remove isPlanetsLoaded checks (90d3a192)
- (planets) don't render Earth & Sun on Venus (b222b259)
- (api) catch IndexOutOfBounds on getDimensionTypeID(int) (b7db9b1d)
- (api) remove GCItems class (73e8c988)
- (api) make register return boolean value (65b9a030)
- (compat) new compat utility class (617009f7)
- (lang) remove [GC] prefixes (81c19403)
Features
- Added Compact NASA Workbench
- DataFixers for Tile Entities
- Add LivingKnockBackEvent to PlayerServer
- Misc Celestial Body changes
Fixes
- (compatibility):
- use Int2ReferenceMap in WorldUtil
- IGasHandler added for FluidPipe
- blockstate recursion overflow | #62
- ItemDesc's show remapped keybinds | #56
- implement Mekanism IGasHandler | #50
- Fix Oxygen Mask texture
- Fixed Solar Dust & Array Panel, Wafer model
- Fixed Solar model
- Re-added accidentally removed methods in CelestialBody
Refactor
- C_GET_CELESTIAL_BODY_LIST returns a String[] now
- (galaxies): enhancements to GalaxyRegistry
- Added single register(obj) method
- CelestialBody now extends CelestialObject
- on register, assigned owner ModID
- Several convenience methods added to GalaxyRegistry
New Contributors
- @IO2I made their first contribution
Full Changelog: 4.0.2.284...4.0.3
[Fixes]
-
(compatibility)
-
(misc)