[2.5.2] - 12025-01-29
- UV Configuration in model JSON
- Support for Farmers Delights Rope
[2.5.1] - 12024-12-24
- Hotfix fallback chain texture incorrect.
[2.5.0] - 12024-12-24
- Reworked logic and rendering of the mod.
- Implemented 2 new rendering models:
connectiblechains:square
andconnectiblechains:plus
- See wiki for more info.
Fixes
[2.5.0] - 12024-12-24
- Reworked logic and rendering of the mod.
- Implemented 2 new rendering models:
connectiblechains:square
andconnectiblechains:plus
- See wiki for more info.
Fixes
[2.4.2] - 12024-08-15
- Fixed pick block bug where you would always get a vanilla chain.
[2.4.1] - 12024-06-14
- The mod now uses
connectiblechains:catenary_items
tag for allowed items to be used that are not chains. - Leads are now also available to use as catenary.
- Fixed bug where custom textures were working on initial launch.
- Items now grab the sound of their block variant, if there isn't one, it defaults to chains.
- The chain drip function is altered sightly to decrease drip for longer chains.
- Added
es_mx
translation by courtesy of TheLegendofSaram- Copied language to
es_ar
,es_cl
,es_ec
,es_es
,es_uy
, andes_ve
. - If you noticed any mistake due to regional differences in the Spanish language, make an issue or pull request.
- Copied language to
- Added
ru_ru
translation by courtesy of Alexander317
[2.4.0] - 12024-06-06
- Reworking Networking again since it changed again.
- Increased visibility range, equal to other entities, like chests.
- Default max range increased from 7 to 16.
- Reworked Tag system to use the
fabric-convention-tags-v2
. - Reworked how the mod grabs textures for the
knot
andchain
texture.- For every item in the
chains
convention tag, we check if JSON files is located at<mod-id>/models/entity/connectiblechains/<item_id>.json
, see thechain.json
file on GitHub for an example. - If this file is missing, the default locations (what currently happens) are used.
- Note: Animated textures do not work.
- For every item in the
[2.3.0] - 12024-03-30
- Reworked Networking to conform with new standard.
- Removed all mixins, as they were no longer needed (I hope).
- Added
c:bars
tags and allowed chains to be connected to iron bars. - Minecraft version 1.20.4
[2.2.1] - 12023-06-29
- Fixed texture bug when having one chain in hand.