-
Bugfixes:
-
There was a server crash with the iridescent effect, i fixed it!
-
The mod's ComputerCraft compat crashed with outdated versions of CC, i fixed that too.
Technical:
- The server is now saving what book text was used to generate every new dimension in a new "translation tables" json file.
Cassian presents: Infinite Dimensions 2.4.3 - the Chromatic Antics Backport! To start - one warning. This is the final major release of Infinite Dimensions for 1.20. While fixes are still possible, no more content from the 1.21 mod will be backported.
Additions
- Chromatic Wool (and its respective Carpet): new blocks that can be gotten by throwing wool into a portal. Can be dyed any color you want! The color starts as the portal's color but can be adjusted with an array of different items (consult EMI). Â Â - Chromatic Matter: a paint tool for Chromatic Wool, can copy and paste colors between different blocks of it.
- The Langton's Ant block now fully works as expected and also has a use in progression: namely, if obtained and placed on a Transfinite Altar, and the altar is then rightclicked, it starts a miniboss battle.
- The actual miniboss (Bishop of Lang) is still considered unfinished, but it has some basic attacks for now :D
- There's also the Langton's Ant entity, which spawns in the same battle; Lera plans to expand on those later a bit. They can walk on water and the big one that spawns in battle is actually rideable!
- The miniboss drops a Star of Lang, which is a new item intended to serve as a non-consumable crafting catalyst for the mod's midgame recipes.
- Iridescent Star - another new item. It can cycle through colors of some blocks (transfinite altars, chromatic and iridescent wool) and is intended to become a crafting component for endgame tools. Two of those are currently implemented and craftable:
- the Cosmic Altar, which for now does nothing and
- the F4, which is fully functional!
- The F4 is a device that can move portals around in a single click. Click on a portal to absorb it, on ground blocks to place a portal, and in the air to open a config menu where the dimensions of placed portals can be adjusted. You can also press F4 while holding it to place portals around you in the air. The destination of resulting portals can be set by throwing F4 into an infinity portal.
- When used in survival, F4 uses a charge system, keeping track of the amount of obsidian it has stored inside. To charge it, absorb some portals or combine it with obsidian in a crafting grid.
- Cass made a "Notes" Block for an upcoming Notes dimension - it plays random notes when receiving a random tick (potential randomizer for redstone?). Pretty much complete but may receive changes in the future (for better integration).
- A new effect is added, called "Afterglow", which is given to the player upon successful completion of an iridescent journey.
- Slightly improves the player's movement, attack and mining speed, and slightly reduces gravity. This effect should stack with other bonuses to those stats, including Haste (+1 level to that).
- The duration is configurable, with the default being 24 minutes. A journey without dimension shifting only gives half the duration.
- A new randomize portals gamerule has been added to the config.
Changes:
- The Transfinite Altar now comes in more colors! 12 colors + gray instead of 6 + gray. For now it's just a cosmetic change, but Lera is preparing it for a future integration with the Cosmic Altar (for which the Transfinite would be serving as item pedestals).
- In account with player feedback, Iridescence now only gives you level I of the effect on contact, which does not induce dimension shifting (only the shader effect). To get the full effect from before, you have to collect it in a bottle (right-click on a source block) and actually drink it.
- These bottles are also obtainable from brewing, which is something Lera plans to expand upon in later updates.
- Updated the related advancement accordingly.
- Chaos pawns now drop contents of a random loot table instead of random items; this prevents intentionally unobtainable items, i.e. bedrock and spawn eggs, from dropping from them. This behaviour can be reverted with a new config option.
Tweaks and QOL:
- Iridescence-related items now have rainbowy names :D
- Removed the inherent position-based dependency of the color of iridescent wool in favor of setting it with an iridescent star.
- Durations of some side effects of iridescence are now configurable.
- Timeout period when deleting a dimension with a reset charge can now be changed or disabled in configs.
- Ender dragons in infinity dimensions now have their mob griefing disabled.
Fixes:
- Transfinite keys obtained from multicolored easter egg portals used to not stack on occasions due to having hidden mismatching color components (not actually used in their rendering). This is now fixed.
- A bug in Mojang's own code is fixed that was sometimes making the game crash from "legacy random source" when bees spawn as part of biome spawning (which never happens in vanilla, so no wonder Mojang missed it)
- There's a new system in place that takes direct control over mob spawning in the mod's biomes, which should fix:
- modded mobs refusing to spawn
- modded mobs spawning in midair
- modded mobs spawning nonstop and lagging the game like there's no tomorrow.
- "Sliderspam" fix (bugfix for certain modded entities i.e. aether bosses spawning with no regard to mobcap) now works on Forge.
- Some easter dimensions had lower parts of the sky blackened due to the game incorrectly invoking "void fog" in them - this is now fixed.
- ComputerCraft compatibility has been updated to use the new API.
- Fixed a crash on startup with Eden Ring.
Easter Eggs
Spoiler
-
Reworked and enabled
isolation
andcustom
:D -
An Easter dimension with the key "end" is added for testing purposes, which is set to spawn every mob in the game. If you go there and bad things happen, it means Lera goofed :D
Technical:
- The /warp command is reworked a bit, allowing to warp by text, numerical ID (/warp id <number>) and dimension identifier (i.e. minecraft:overworld; /warp existing <identifier>). The old /warp-id command is thus removed.
- The position-searching logic for /warp is also improved a bit, now it should succeed in finding an open position more often.
- There was a safety net system in place before that checked if particular config files correspond to a loaded mod, and if they don't, it ignored them. This system failed with some mods that added content under a mod ID different from their own; as a temporary fix, Lera added a toggle for globally disabling this system as a config option gamerule.
- Clearing out
sounds.json
should no longer cause dimensions to fail to generate. - The file format for Easter Egg dimensions is changed: additional data i.e. dimension options is no longer dangling in the vanilla-formatted dimension generation json, there's a layer between them. All existing easter dimensions are updated to that format, but if you have your own custom ones, you'll have to update them. Â - Also introduced the "aliases" to the format, letting one easter dimension to be accessible from multiple book words.
Changes:
- Greatly improved upon the iridescence shader: it is now tailored to the level and phase of the iridescent experience the player is having, and all transitions are smooth.
- Seeds for terrain generation in the mod's dimensions now vary (they used to all use the same seed as the overworld, which led to similar terrain shape patterns across dimensions).
- Forgified Fabric API is no longer required.
Bugfixes:
- The mod now fully works on dedicated Neoforge servers!!
- The mod's dimensions no longer leave trailing data hooks in the
level.dat
file (which these hooks were bricking the world in certain circumstances after deleting dimensions); - Accidential contacts with iridescence are now correctly giving the lowest level of the effect; i thought i did that in 2.4.0, but i forgot ><
- The reset charges work once again (they broke somewhere in 2.4's development);
- Cass made chromatic wool flammable and I made it (hopefully) more consistent in rendering its color in multiplayer;
- Some easter dimensions had lower parts of the sky blackened due to the game incorrectly invoking "void fog" in them - this is now fixed.
Easter Egg Dimensions:
Spoiler
- Reworked and enabled `isolation` and `custom` :DTechnical:
- The file format for Easter Egg dimensions is changed: additional data i.e. dimension options is no longer dangling in the vanilla-formatted dimension generation json, there's a layer between them. All existing easter dimensions are updated to that format, but if you have your own custom ones, you'll have to update them.
- Also introduced the "aliases" to the format, letting one easter dimension to be accessible from multiple book words.
- The mod now works on NeoForge again.
- There was a safety net system in place before that checked if particular config files correspond to a loaded mod, and if they don't, it ignored them. This system failed with some mods that added content under a mod ID different from their own; as a temporary fix, i added a toggle for globally disabling this system as a config option gamerule.
Lera presents: InfDim 2.4 the Chromatic Antics update :D
New content:
- Chromatic Wool (and its respective Carpet): new blocks that can be gotten by throwing wool into a portal. Can be dyed any color you want! The color starts as the portal's color but can be adjusted with an array of different items (consult EMI).
- Chromatic Matter: a paint tool for Chromatic Wool, can copy and paste colors between different blocks of it.
- The Langton's Ant block now fully works as expected and also has a use in progression: namely, if obtained and placed on a Transfinite Altar, and the altar is then rightclicked, it starts a miniboss battle.
- The actual miniboss (Bishop of Lang) I still don't consider fully complete, but it has some basic attacks for now :D
- There's also the Langton's Ant entity, which spawns in the same battle; i'll want to expand on those later a bit. They can walk on water and the big one that spawns in battle is actually rideable!
- The miniboss drops a Star of Lang, which is a new item intended to serve as a non-consumable crafting catalyst for the mod's midgame recipes.
- Iridescent Star - another new item. It can cycle through colors of some blocks (transfinite altars, chromatic and iridescent wool) and is intended to become a crafting component for endgame tools. Two of those are currently implemented and craftable:
- the Cosmic Altar, which for now does nothing and
- the F4, which is fully functional!
- The F4 is a device that can move portals around in a single click. Click on a portal to absorb it, on ground blocks to place a portal, and in the air to open a config menu where the dimensions of placed portals can be adjusted. You can also press F4 while holding it to place portals around you in the air. The destination of resulting portals can be set by throwing F4 into an infinity portal.
- When used in survival, F4 uses a charge system, keeping track of the amount of obsidian it has stored inside. To charge it, absorb some portals or combine it with obsidian in a crafting grid.
- Cass made a "Notes" Block for an upcoming Notes dimension - it plays random notes when receiving a random tick (potential randomizer for redstone?). Pretty much complete but may receive changes in the future (for better integration).
- Chaos creepers now drop a random music disc when killed by a skeleton. The selection of music, unlike that of regular creepers, encompasses every individual music track in Minecraft, including game and menu music, and automatically generates itself on invocation meaning any music from mods is also on the menu.
- A new effect is added, called "Afterglow", which is given to the player upon succsessful completion of an iridescent journey.
- Slightly improves the player's movement, attack and mining speed, and slightly reduces gravity. This effect should stack with other bonuses to those stats, including Haste (+1 level to that).
- The duration is configurable, with the default being 24 minutes. A journey without dimension shifting only gives half the duration.
Changes:
- The transfinite altar now comes in more colors! 12 colors + gray instead of 6 + gray. For now it's just a cosmetic change, but i'm preparing it for a future integration with the Cosmic Altar (for which the Transfinite would be serving as item pedestals).
- In account with player feedback, Iridescence now only gives you level I of the effect on contact, which does not induce dimension shifting (only the shader effect). To get the full effect from before, you have to collect it in a bottle (right-click on a source block) and actually drink it.
- These bottles are also obtainable from brewing, which is something I plan to expand upon in later updates.
- Updated the related advancement accordingly.
- Chaos pawns now drop contents of a random loot table instead of random items; this prevents intentionally unobtainable items, i.e. bedrock and spawn eggs, from dropping from them. This behaviour can be reverted with a new config option.
Tweaks and QOL:
- Iridescence-related items now have rainbowy names :D
- Removed the inherent position-based dependency of the color of iridescent wool in favor of setting it with an iridescent star.
- Durations of some side effects of iridescence are now configurable.
- Timeout period when deleting a dimension with a reset charge can now be changed or disabled in configs.
- Ender dragons in infinity dimensions now have their mob griefing disabled.
Bugfixes:
- Transfinite keys obtained from multicolored easter egg portals used to not stack on occasions due to having hidden mismatching color components (not actually used in their rendering). This is now fixed.
- A bug in Mojang's own code is fixed that was sometimes making the game crash from "legacy random source" when bees spawn as part of biome spawning (which never happens in vanilla so no wonder mojang missed it)
- There's a new system in place that takes direct control over mob spawning in the mod's biomes, which should fix:
- modded mobs refusing to spawn
- modded mobs spawning in midair
- modded mobs spawning nonstop and lagging the game like there's no tomorrow.
An Easter dimension with the key "end" is added for testing this, which is set to spawn every mob in the game. If you go there and bad things happen, it means i goofed :D
Technical:
- The /warp command is reworked a bit, allowing to warp by text, numerical ID (/warp id <number>) and dimension identifier (i.e. minecraft:overworld; /warp existing <identifier>). The old /warp-id command is thus removed.
- The position-searching logic for /warp is also improved a bit, now it should succeed in finding an open position more often.
- For use in those creeper discs, a new system is added that creates a sound event and a jukebox song for every individual music track in the game, allowing to separate them from other music (i.e. every individual track of C418's gets its own sound event, whereas playing music.game would select a random one of them). Due to how sound IDs work, it is partially done on the client, as such it generates its data on first player connection.
Create train integration:
- Now works on Forge.
- Is hooked up to the syncing of portals.
- When changing a dimension of a portal with rails through it, the game automatically tries to update the rails' destination (and breaks them if it can't).
Tweaks:
- You can now use creative mode pickblock on infinity portal blocks, giving you the respective key.
- Config options now include ways to set a cap for dimension scale and tweak the length of/disable iridescence side effects (initial phase, cooldown).
- There are now chat error messages for when an infinity portal fails to teleport the player for any reason, intended or unintended.
Bugfixes:
- Fixed a fish-related forge crash.
- Fixed incorrect teleportations with portals to deleted dimensions and all the calls to teleport the player to their respawn point.
- Fixed the "invalid player data" message when logging in to a deleted dimension.
- Fixed infinity portals not loading the other side with a chunk ticket when a non-player entity goes through (meaning they now can be used for chunkloaders).
- Iridescence-related shaders now should behave properly when the effect is applied, removed, or the player changes dimension.
- Shaders in general should be more stable (dimension-dependent ones failed to apply before until a resourcepack reload).
- There was an edge case before in which portals didn't resync correctly; this is fixed.
- You can now use creative pickblock on infinity portal blocks, giving you the respective key.
- Config options now include ways to set a cap for dimension scale and tweak the length of/disable iridescence side effects (initial phase, cooldown).
- There are now chat error messages for when an infinity portal fails to teleport the player for any reason, intended or unintended.
- Portal syncing should be a bit more stable.
- Dimension / effect shaders should also be more stable.
Content:
- Backported portal syncing logic from the 1.21 version
- Fish now swim backwards when under the iridescence effect
- Kelp can be placed in iridescence
Compatibility:
- Cass made infinity portals work with Create's interdimensional train tracks, though for now this only works on Fabric
Bugfixes:
- 2.3.6 crashed on startup when on a dedicated server... this version shouldn't
- The frog food tag is no longer wrongly replaced
The next release of the backport contains minor bugfixes and minor features from 2.3.6.
- Backported features from 2.3.6, including:
- Iridesence Wool is now flammable.
- Trees are now a part of config generaton, meaning modded trees will now show up in dimensions.
- Infinity portals now have better default value assignment when placed with /setblock.
- Bugfixes since 2.3.5, including (but not limited to):
- Fixed unremapped access widener on Forge causing a crash on startup on dedicated servers.
- Random structure generation no longer causes a crash on Forge. (see access widener issue)
- Fixes and improvements for config generator.
- Fixes for Iridesence preventing mobs from pathfinding, and issues with Iridesence on Forge.
Technical:
- Trees are now a part of config generaton, meaning modded trees will now show up in dimensions.
- Infinity portals now have better default value assignment when placed with /setblock.
- Iridesence wool is now flammable.
Bugfixes for:
- iridescence stopping mobs from pathfinding;
- iridescence not being transparent on neoforge;
- water mobs not being able to breathe in iridescence on neoforge;
- worldgen being able to choose fluids from some mods (khm modern industrialization khm) which have improper in-world behaviour (due to not being supposed to be obtainable as blocks placed in the world at all)
The next release of the backport contains multiple new features and fixes from the 2.3 releases, alongside further fixes for greater mod compatibility and parity with 1.21.1.
- Backported features from 2.3 cycle, including:
- Biome bottles, obtained from throwing bottles into Infinity Portals, and filled from Chaos Creepers, can be placed on a Transfinite Altar. Using the Transfinite Altar will then change the biome to the one stored in the bottle.
- EMI integration has been refactored, thanks to a new data-driven system for portal and iridesence crafting.
- New decorative block, Iridescent Wool, obtained from throwing Wool into Iridesence while under the effect.
- Iridesence buckets now work in Dispensers.
- Altars now maintain their colour and state when mined.
- Bugfixes since 2.2.0, including (but not limited to):
- Fixed incompatibility with Cinderscapes and Terralith.
- Fixed a bug where Chaos Slimes would have the wrong hitbox.
- Fixed tags being placed in 1.21 directories.
- Fixed crashes with Iridescence interacting with lava and being removed from entities.
- Fixed a rare crash when visiting the End via an Infinity Portal.
- Chaos pawns now use their underfoot block to determine their color, not the one below it
- Backported Aquifier mixin fix.
- Disabled random structure generation on Forge to fix a crash on startup in the 2.2 backport.
- Fixed Chaos Creepers not having their biome set correctly when spawned via conversion.
- Fixed a crash with Radium/Canary installed. Note that this crash may still occur on first launch, restart the game and it'll be fine.
Added proper EMI integration for collision-based recipes, written by Cass :D
Additionally, there's a LOT of small bugfixes and i want to specifically credit JustImagineIT as he found and brought to my attention most of these bugs:
- Chaos slimes converted in iridescence now properly randomize their color
- Chaos pawns now only trigger advancement criteria if they actually convert
- Chaos pawns now use their underfoot block to determine their color, not the one below it
- Portals to dimensions targeted with a reset charge now can be reopened without needing to be broken and replaced
- CommonIO now correctly writes color data once again (before it made most biome tinting black due to how i made the terralith fix in 2.3.3... ><)
- Radial coordinate density functions no longer error at 0,0
- Nether portals can no longer bring you to infinity portals (when moving between the nether and the overworld)
- Dimensions with changed gravity now scale the fall damage and safe fall distance of entities accordingly
Changes:
- Infinity Portals now have a system in place for automatically linking with each other. This way you won't exit out of a portal you haven't entered from unless you build a new portal or start breaking them. Testing and feedback is appreciated!
- To allow for that, return portals to the Overworld are now infinity portals as well.
Bugfixes:
- There was a nasty bug with Java occasionally refusing to halt upon closing the game. I fixed that :D