Skip to content

Releases: Mysteryem/Up_And_Down_And_All_Around

Version 2.9.1 Beta Release (1.12.x) - Gravity Generator GUI Fix

07 Jul 11:55
Compare
Choose a tag to compare

Fixes #95, Gravity Generator GUI using the wrong localisation keys.

Version 2.9.0 Beta Release (1.12.x) - SoundManager fix

06 Jul 16:43
Compare
Choose a tag to compare

Fixes ASM for changes introduced by Forge in 1.12.2-14.23.4.2744 (affects EntityLivingBase) and 1.12.2-14.23.2.2646 (affects SoundManager).
Fixes TileEntityRegistration registering under the wrong mod ID.
Fixes extra information tooltip on items not working when sneak is bound to a mouse button and properly takes into account modifier keys such as shift/ctrl/alt.

Minimum Forge version is now 1.12.2-14.23.4.2744.

Version 2.8.0 Beta Release (1.12.x) - Json recipes update

16 Oct 22:29
Compare
Choose a tag to compare

Added json recipes for all recipes where possible without adding new recipe factories
Lots of internal changes due to the 'new' registry events
Updated to 1.12.2

Version 2.7.4 Beta Release (1.11.2) - Gravity paste fix

04 Jun 15:39
Compare
Choose a tag to compare

Fixes being unable to add gravity paste to armour/baubles

Version 2.7.3 Beta Release (1.11.2) - Chisel and bits and anti-cheat fixes - First 1.11.2 release!

03 Jun 19:10
Compare
Choose a tag to compare

Fixes falling through chisel and bits blocks
Fixes some possible issues with vanilla's in-built anti-cheat ("player moved wrongly")

Version 2.7.3 Beta Release (1.10.2) - Chisel and bits and anti-cheat fixes

03 Jun 19:16
Compare
Choose a tag to compare

Fixes falling through chisel and bits blocks
Fixes some possible issues with vanilla's in-built anti-cheat ("player moved wrongly")

Version 2.7.2 Beta Release - Retrogen removed

06 May 19:45
Compare
Choose a tag to compare

Ore retrogen has been removed due to an issue where it could cause chunks to recursively load and retrogen. Please now use https://minecraft.curseforge.com/projects/simpleretrogen if you want retrogen.

Players are now pushed out of blocks in the correct direction when a block falls on their head.

Version 2.7.1 Beta Release - Hotfix for client log spam

25 Apr 14:51
Compare
Choose a tag to compare

Fixes log spam when rendering player entities that have custom bounding box handling. See https://github.com/Mysteryem/Up_And_Down_And_All_Around/issues/66
This only affects clients, though this version is compatible with all 2.7.x versions on both the client and server side.

Version 2.7 Beta Release - Rewrote config and added fall out of world effects

20 Mar 02:01
Compare
Choose a tag to compare

Important: The config has been completely re-written. Any changes you made to the old config files, you will need to change in the new config file.

All configs are now in config/UpAndDownAndAllAround.cfg and can also be edited in-game by searching for UpAndDownAndAllAround in the mod list and clicking the config button. For servers, it's probably easiest to edit the config in-game on a client and then transfer the file to your server.

  • Added effects when going too high into the sky, can be controlled in config (you will likely want to change these if you have a mod like Galacticraft)
    • No air
    • Freezing effect
    • Blood boiling
    • Instant death
  • Added in-game config editing
    • Only client config settings can be changed while in singleplayer or connected to a server, other settings can only be changed from the main menu.
  • Removed downloading mod compatibility config from servers when the client mod compatibility config doesn't match, servers now have an option to kick players who connect with differing mod compatibility config
  • Fixed incompatibility with Speedster Heroes (and maybe Chiseled me)

Version 2.6 Beta Release - Anti-Mass Ore and Gravity Plates

05 Mar 14:20
Compare
Choose a tag to compare

Changelog:

  • Added Anti-Mass Ore with generation (retrogen is enabled by default)
    • Generation can be enabled/disabled on a dimension ID basis (either as a whitelist or blacklist)
    • Retrogen can also be disabled
    • In the overworld, ore spawns as 20 single blocks per chunk in stone from 0-255y
    • In the nether, ore spawns as 20 single blocks per chunk in netherrack from 0-127y
    • In the end, ore spawns as 3 veins per chunk in end stone from 0-255y
    • For mod added dimensions, ore spawns as 20 single blocks per chunk in either stone, netherrack or end stone from 0-255y
  • Added Anti-Mass Inducer
    • When crafted with a tool, gives a chance to get Anti-Mass when mining other ores defined in the config
      • This replaces the old behaviour of always having a chance to get Anti-Mass from ores defined in the config
  • Added Anti-Mass and gravity anchors added to some vanilla loot tables
    • Chance of getting an anchor can be adjusted in the config
    • Chance of getting anti-mass from a mineshaft chest is the same as the chance of getting redstone
  • Added Gravity Plates
    • Similar to pressure plates, but can be placed on any side of a solid block
    • Standing on or walking into one changes your gravity direction dependent on which side the Gravity Plate was placed on
  • Changed some internals so that you keep your current gravity direction for a short amount of time after no longer being affected by a generator/controller/plate. This allows you to walk between Gravity Plates that are not adjacent.
  • Fixed terrain not being re-rendered if you changed gravity direction without changing position or moving your mouse