Skip to content

Latest commit

 

History

History
525 lines (304 loc) · 25.6 KB

changelog_mods_0.5.27.md

File metadata and controls

525 lines (304 loc) · 25.6 KB

Enigmatica6 0.5.26⟶Enigmatica6 0.5.27

Added

Updated

Architectury v1.30.55 for 1.16.4/5

Updated at 2022-03-04 02:13.

Click here for changelog

  • Prevent getFeatures from crashing due to IndexOutOfRange

Fix spell damage buffs not applying to Lightning

Fix projectiles having a weird particle tail

Wilden now have a zombie sized hitbox

Fixes Enforce Augment Cap on Casting setting

  • Fix artifacts allowing Unbreaking & Mending to be applied to them when durability is enabled
  • Fix digging claws durability not working as intended

Release notes can be found on the GitHub repository (https://github.com/cc-tweaked/CC-Tweaked/releases/tag/v1.16.5-1.100.3).

  • Fix obfuscation issues with ShaderObject implementations.

Changelog:

Added max distance to recursive lookup functions.

=========

The complete changelog with previous versions can be found at https://minecraft.natamus.com/collective/changelog/.

Thank you very much to my Patrons and Github Sponsors for supporting this mod's development:

Adam E | Aternos.org | Cherriesaurus | Kreezcraft.com | limpjellyfish | Markus B. | Michael W. S. | Morgan Schetzle | Reforged Network | Robert Gilbert | Tyler Behl | Zhovan8

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project does not adhere to Semantic Versioning. This project uses MCVERSION-MAJORMOD.MAJORAPI.MINOR.PATCH.

[1.16.5-4.0.1.5] - 2022.03.07

Changed

  • Updated fr_fr.json localization (thanks HollishKid!) #75

[1.16.5-4.0.1.4] - 2022.02.16

Changed

  • Attempting invalid placements for hammocks will now provide general feedback messages to the player about what went wrong
  • Rope and Nail can now be crafted with any item tagged forge:rope, with native support for Quark and Supplementaries rope items

[1.16.5-4.0.1.3] - 2021.08.24

Changed

  • Optimized assets (thanks RDKRACZ!)

[1.16.5-4.0.1.2] - 2021.08.02

Changed

  • Updated Swedish translation (thanks GeorgeOrwell1!)

[1.16.5-4.0.1.1] - 2021.06.21

Added

  • Insulated Sleeping Bags config option for Survive mod integration #46

Changed

  • Updated versioning to account for lost update

Fixed

  • Fixed broken Morpheus compatibility #50 #57 #59

[1.16.5-4.0.0.4] - 2021.05.15

Added

  • Added Polish localization (thanks joker876!)

Fixed

  • Added failsafe for hammock placement #53

[1.16.4-4.0.0.3] - 2020.12.19

Added

  • Added Swedish localization (thanks heubest!)

[1.16.4-4.0.0.2] - 2020.11.09

Changed

  • Updated to Minecraft 1.16.4

[1.16.3-4.0.0.1] - 2020.09.29

Changed

  • Updated to Minecraft 1.16.3

[1.16.2-4.0.0.0] - 2020.08.23

Changed

  • Updated to Minecraft 1.16.2

[3.0.0.1] - 2020.08.09

Changed

  • Hammock recipes now use Forge's string tag for the string item ingredient

[3.0] - 2020.07.08

Changed

  • Ported to 1.16.1 Forge
  • added a limited first config swap very early before configs are normally generated. This early pass doesn't log errors
  • added fallback for non toml files. If the filename doesn't end in ".toml" Configswapper will copy and overwrite the entire file instead.

Fixes issue when a player dies with keepInventory gamerule set to true

  • Merge branch 'dev' into main - Max
  • Fix StructureTask only recognising structures found in BuiltinRegistries (#42) - Max
  • Allow certain Framed Blocks with solid camos to automatically cull neighbors, also fixes light occlusion and underwater rendering
  • Fix ghost block rendering breaking certain particles like torch flames and smoke
  • Add Framed Prism and Framed Sloped Prism
  • Add Slope Slab, Elevated Slope Slab, Double Slope Slab and Inverted Double Slope Slab
  • Fix Framed Secret Storage voiding contents when broken
  • Fix startup crash in ghost block renderer

JourneyMap 1.16.5-5.8.0beta17 for Minecraft 1.16.5

Requirements:

  • Java 8
  • Minecraft 1.16.5
  • Forge 1.16.5-36.2.22

General Information:

CHANGELOG (2022-03-07-17:07:51):

New in 1.16.5-5.8.0beta17

  • Added: Waypoint Crud events for api.
  • Added: Waypoint accessors for api.
  • Fixed: Moonphase off by 1.
  • Fixed: Cave slider smoothness.

Beta 1-16

  • IMPORTANT: Minimum forge version 36.2.20 required for log4j security issues.
  • Added: Multiplayer Option so users can hide themselves on the map when expanded radar is enabled.
  • Added: Temporary waypoints that disappear on approach.
  • Added: Fullscreen hotkey to hide buttons, default key:h
  • Added: Option to disable strikethrough of disabled waypoints on the waypoint manager.
  • Added: Map Data Caching, solves a lot of teleport and waypoint creation issues when out of render range.
  • Added: DataFixer for automapping old worlds
  • Added: Many webmap enhancements.
  • Added: New option for self scale on map so it is no longer tied to player entity scale.
  • Added: Server Option to set max map render distance.
  • Added: Server Option to hide underground players.
  • Added: Addons can create mouse over tooltips for entities on the fullscreen map.
  • Added: Event for addons to hook into displayed entities.
  • Added: Event for addons to create their own info slots.
  • Added: Ability for addons to get JM data path.
  • Added: Hooks for API addons to add items to the Options screen.
  • Added: Hooks for API to add buttons and toolbars to fullscreen map.
  • Added: Api labels can also be i18n keys.
  • Added: Right Click menu on fullscreen map with full API(1.8) support!
  • Added: New Api events for fullscreen mouse_click, mouse_drag, and mouse_move.
  • Added: New Biome Map Type
  • Added: Position Button in Minimap Bottom Bar for minimap and effects moving.
  • Added: Cartography option to map water colors based on biome. Default: False
  • Added: Version packet for use by bukkit/spigot/sponge servers. See our discord for details.
  • Added: Info Slot Background opacity option.
  • Added: Moon Phase info slot.
  • Updated: Chunk Data Caching - Fixes all memory issues, but new format all current chunk cache is invalid.
  • Updated: zh_ch language by Nightsharp.
  • Updated: Fullscreen double click time between clicks reduced to trigger a double click from 450ms to 250ms.
  • Updated: Many textbox improvements and fixes.
  • Updated: Version check logic to use new cfwidget urls.
  • Updated: Major optimizations to polygon overlay rendering.
  • Updated: Radar can handle non-specific mob types from mods.
  • Updated: Journeymap API 1.8 Snapshot

(74 more lines)

  • Updated to Kotlin 1.6.10, serialization 1.3.2
  • Fix SpongeForge incompatibility

Fixed Mojang accounts using an email not working

2.15.3-208 (28th Feb 2022)

Updates

  • Bandages can be now configured in pneumaticcraft-common.toml
  • Cooldown, use time and heal amount are all configurable
  • The Block Tracker (Inventories category) can now find Lootr (https://www.curseforge.com/minecraft/mc-mods/lootr) chests
  • Note that it won't show contents of those chests since Lootr does its own custom loot gen, but chests will at least show up

Fixes

  • Fixed Crafting progwidget ignoring the "Use Count" setting
  • Fixed Pressure Chamber Interface sometimes rendering items in the wrong place
  • Fixed Mekanism dependency in mods.toml; PNC will now exit on game startup if Mekanism 10.0.x is installed, instead of crashing during the game
  • Reminder: if Mekanism is installed, then Mekanism version 10.1.x+ is required
  • Fixed Amadron allowing certain excessively large orders to be placed (which couldn't be fulfilled)
  • E.g. ordering 500 buckets of lubricant with the default "5 emeralds per bucket" recipe needs 2500 emeralds, which is more than an Amadrone can carry (36 stacks max)
  • Such orders are now properly capped, e.g. 460 buckets of lubricant is the max that can be ordered at a time
  • Redstone can now be placed on top of a Flux Compressor again
  • This changed in 2.15.0 since the Flux Compressor now has a non-full-cube shape
  • NOTE: this should be considered backwards compatibility to help with existing builds, and is unlikely to be carried through to 1.18+
  • Fixed the PneumaticCraft villager house not generating in Desert & Snowy villages
  • Also, houses now generate using Compressed bricks, not Reinforced (so look more like pre-2.15.0 houses) - already-generated houses aren't changed, though

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to the format MCVERSION-MAJORMOD.MAJORAPI.MINOR.PATCH.

[1.16.5-0.40] - 2022.03.01

Added

  • Added uk_ua.json localization (thanks Sushomeister!)
  • Added Extended Crafting Basic Table and Basic Auto Table compatibility #144

Changed

  • Optimized performance issues with tile entities #149

Fixed

  • Fixed NPE crash with Refined Storage integration #150

[1.16.5-0.39] - 2022.01.13

Added

  • Added Occultism Storage Actuator compatibility #132

[1.16.5-0.38] - 2022.01.01

Changed

  • Updated to Sophisticated Backpacks 1.16.5-3.15.0+ #127

Fixed

  • Fixed NPE furnace crash #122
  • Fixed NPE from JEI crash #124

[1.16.5-0.37] - 2021.12.20

Fixed

  • Fixed freezes with loading Refined Storage integration #120

[1.16.5-0.36] - 2021.12.16

Fixed

  • Fixed freezes with Applied Energistics 2 pattern terminal #114

[1.16.5-0.35] - 2021.12.15

Fixed

  • Fixed ConcurrentModificationException #118

[1.16.5-0.34] - 2021.12.15

Fixed

  • Fixed dedicated server lag #117
  • Fixed freezes with Applied Energistics 2 pattern terminal #114
  • Fixed freezes with loading Refined Storage integration

[1.16.5-0.33] - 2021.11.23

Changed

  • Polymorph now only supports FastWorkbench 4.6.0+ and FastFurnace 4.5.0+

Fixed

  • Updated FastWorkbench and FastFurnace compatibility to fix crashes #109

[1.16.5-0.32] - 2021.11.16

Fixed

  • Fixed potential overflow errors when using certain modded furnaces #108

[1.16.5-0.31] - 2021.11.14

Added

  • Added Sophisticated Backpack's auto-smelting upgrade compatibility #105

Fixed

  • Fixed potential fallback errors so that recipes can still operate normally even if the Polymorph logic fails

[1.16.5-0.30] - 2021.11.12

Changed

  • Improved recipe output equality logic

(92 more lines)

RFToolsBuilder 1.16-3.1.7

RFToolsStorage 1.16-2.0.18

RFToolsUtility 1.16-3.1.11

A changelog can be found at https://github.com/Hexeption/RSInfinityBooster

  • v1.0.8-b3 [A] Added RLC counter documentation.

[A] Added RLC TICKRATE variable.

[F] Deferred Crafting Advancement for 1.16 back-port (issue #10, thx NillerMedDild).

  • v1.0.8-b2 [A] Added Redstone Logic Control.

[A] Added relay placement preview.

[A] Added language support for Português (PR#2, faelBrunnoS).

[A] Added language es_es (PR#3, hacheraw).

  • v1.0.8-b1 [F] Fixed missing notification recursion level (regression related to #1 fix).
  • v1.0.7 [R] Release build v1.0.7.

[F] Fixed diagonal placement RS notification (issue #1, ty iris-xii, rodg).

[M] Creative mode pen handling edited.

[U] Forge/gradle update.

  • v1.0.7-b1 [A] Mappings ported. Forge references updated to 1.16.5-36.2.0.
  • v1.0.6 [F] Bridging Relay added to support wire crossings.
  • v1.0.6-b1 [F] Fixed track net update power flags caching issue.
  • v1.0.5 [A] Added Pulse Redstone Relay.
  • v1.0.4 [A] Added Inverted Redstone Relay.

[A] Added Bi-Stable Redstone Relay.

[F] Fixed Pen/Quill model 3rd person view.

  • v1.0.3 [A] Added Redstone Relay.
  • v1.0.2 [A] Added Redstone Quill (uses Redstone directly from the inventory).

[F] Wire update when removing diagonal/orthogonal tracks fixed.

  • v1.0.2-b1 [F] Fixed placement net update of tracks around the corner.

[I] Known issue: Power update around the corner when placing

not yet always working.

  • v1.0.1 [F] Fixed block removal bug (thx focsie).

[F] Fixed vanilla Redstone connection bug.

  • v1.0.0 [R] Initial release.

[F] Internal mod logo image rescaled.

[F] Fixed indirect non-wire bulk connector power reading.

  • v1.0.0-b1 [A] Initial implementation.
  • fixed fake players and non players being ignored (and not blocked)
  • block restrictions now also restrict you from right clicking the block
  • added fallback for placement logic for when mods may implement the block place event differently

TheOneProbe 1.16-3.1.5

  • Optimized itemstack propagation a bit

Generated using ChangelogGenerator 2.0.0-pre10.