- Fixed client configs not working causing crashes and issues
- Also possibly fixed server configs also not working properly in some instances
update
I wish I had an up date >.<
fixed an issue that could prevent loading worlds caused by the last couple of versions
- Sign posts and Hanging signs from the previous 2 versions (which were accidentally renamed) will be converted back into their original block id
- Improved way sign config to prevent invalid configuration. Also re added the option to completely disable spawning with configs
- Fixed some gui colors
- Fixed antique map recipe not working
- Fixed a crash with japanese language
- Fixed many bugs with jars and goblets not working with potion fluids & in general not working with fluids as expected
- Wandering traders can now open doors
- Updated some tags
- Fixed cages and flutes not being able to interact with any mob
- Pancakes can now accept more modded syrup bottles
- Added more modded blocks to the beams tag (used for ropes wrapping)
V 1.4.1:
- Custom Map Markers are now data driven. You can add simple ones by adding simple jsons in data/map_markers folder, followed by a texture in the textures/map folder. Here is a simple example
{ "id": "supplementaries:lodestone", "target_block": { "block": "minecraft:lodestone", "predicate_type": "minecraft:block_match" } }
- Renamed "This is the Wae" advancement. It will be missed :(
- Cakes can now accept more modded syrups. That category is also now controlled by a tag
- Empty sacks will no longer count toward the Overencumbered effect
- Rope wobbling effect can be configured
- Flute and Cage interactions now have a higher priority and use a forge event instead. This will allow them to work on more modded mobs
- Faucets can now provide infinite water when in front of a water block
- Blacklisted urns from spawning in the twilight forest. Additionally urns can only spawn below sea level in places that do not have sky access
- Fixed skull piles upper head not saving custom player data
- Fixed double cakes not working properly
- Fixed Overencumbered effect not getting cleared on higher levels
- Fixed antique ink recipe consuming other items
- Added more modded items to tags
V 1.4.0: Sounds and Improvements
- Added many new sounds. These includes things for the following blocks and items:
Presents, Sacks, Clocks, Faucets, Slingshots, Bubbles and Bubble Blower, Cranks, Ropes, Bellows and of course Globes and Jars
- Having multiple sacks in your inventory now applies a new "Overencumbered" effect which slows down your ability to move
First level disables sprinting, second halves jump height, third also slows
- Sign posts, Wall Lanterns and Hanging signs can now be attached to placed sticks
- Dispensers and Dispenser Minecarts can now shoot Enderpearls!
- Sacks now emit a sound when falling, like anvils
- Sliding down ropes plays a new sound. Step sound is also removed while falling
- Slightly tweaked bubble pop particle
- Walking on horizontal ropes will now wobble your screen
- Jar liquid box dimensions can be configured with resource packs through a json file in the texture folder
- Added a config to set bombs fuse time
- Improved placed items logic
- Signs now support dynamic language support
- Added some missing tags like forge:wrench for wrenches. This might make them work with modded contraptions
Fixes:
- Fixed a possible crash when catching some fishes from other mods with jars
- Fixed slingshots projectiles not playing the place block sounds all the time
- Sign posts now properly work when below y 0
- Removed some possible memory leak from blackboard texture generation
- Cakes no longer duplicate candles or mess with modded ones
- Falling lanterns no longer delete the block they land on
- bubble blocks now remember their age after saving
- Cages can no longer interact with players
V 1.3.7:
- Added Dispenser Minecart
- Red merchant now sells better looking fireworks and firework stars
- Tagged ash brick slabs
- Fixed pancakes not accepting cocoa beans
- Added missing vertical slabs recipes
- Fixed empty jars not showing up when jar tab was enabled
- Manually unwinding ropes will prioritize placing the resulting item into an existing rope stack in your inventory allowing you to continue unwinding
- Flywheel optional dependency is now only needed on client side
- Fixed some missing textures
- Increased ash layer particles
- Fixed incompatibility with immersive weathering (I can't even keep my own stuff compatible with eachother T_T)
- Fixed some incorrect jsons for the new data driven fluid system
- Fixed a crash with notice boards and empty books
- Changed daub recipe to accept straw like items such as hay or flax
- Added back farmers delight integration
V 1.3.4:
- Fluid system is now entirely data driven
- This means you can add new fluids or even modify existing ones through datapacks and jsons. Check out the existing ones for an example!
- Note that the fluids you add will still be able to only exist inside jars and goblets if they dont have an equivalent forge one (which can too be specified in the json file)
- Restored integration with newly updated 1.18.2 mods like create and botania
- Fixed some soap recipes
- Added wall lanterns and hanging signs hitting sounds
- Added some optional silver and lead lanterns
- Improved some tags
- Fixed sacks not keeping their inventory when falling
- Added some configs to disable falling lanterns
- Added some other random configs
- Re enabled some interactions with other mods
- Some fixes
- Added back some missing assets and textures
- Fixed a crash related to bee growing flax
V 1.3.2
- Fixed urn spawning spamming log
- Added some missing tags
- Placeable items can once again be disabled
- Fixed double skulls not saving properly
- Fixed candle skulls not dropping the correct amount of candles
V 1.2.4:
- Fixed a crash when looking at a 4 high book pile (this time for real)
- Updated to work with latest dependencies
- Fixed a rare crash when trying to pickup some mobs with cages
- Fixed stone tiles not showing up in creative inventory
- Other random fixes
- Fixed a crash when looking at the top part of a 4 high book pile
- Temporairly disabled flywheel compat since it broke with their latest update
Supplementaries v 1.3.0
- Changed placeable block system to hopefully work better with other mods
- Hopefully improved way sign accuracy and performance
- Fixed a crash when looking at enchanted books blocks
- Sticks and flags can now burn
- Waterlogged blocks like ropes can no longer burn
- Player statues will now show their name when being looked at
- Way sign generation can now be tweaked via tags
v 1.2.2 BETA
Version still experimental
- Added Trapped Presents. They can hold any item but have special interaction with explosives, potions, bombs and spawn eggs
- Blackboards now use baked models instead of tile entity renderer, making them faster to load and support block shadows allowing to be seemingly tiled
- Wrenches and turn tables can now rotate more blocks like wall floor ceiling blocks like grindstone or levers
- Added experimental placeable block system. Might need some testing but should be functionaly identical to the previous while providing better compatibility. Modded compat items aren't included
- Added integration with Map Atlas and Waystones mods, allowing markers to be placed by using an atlas directly on a block and by having waystone markers
- Changed gunpowder sound
- Added option to make flags render as horizontal banners
- Cauldrons can now interact with flags, blackboards and maps