Data Anchor

Simple library mod with helpful data attaching and networking utilities including attaching data to entities, chunks, players, and worlds with low boilerplate code. Its own system built from the ground up for multiloader support.
Back to Files

Data_Anchor-forge-1.20.1

File nameData_Anchor-forge-1.20.1-1.0.0.16.jar
Uploader
Corgi_TacoCorgi_Taco
Uploaded
May 5, 2025
Downloads
1.0K
Size
108.9 KB
Mod Loaders
ForgeNeoForge
File ID
6497235
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:data-anchor-1203668:6497235")

NeoForge

implementation fg.deobf("curse.maven:data-anchor-1203668:6497235")

Learn more about Curse Maven

What's new

1.0.0.16

  • Entity Sync Improvements.

1.0.0.15

  • Mark ServerBlockEntityTrackedData as ServerTrackedData.

1.0.0.14

  • Fix SyncedLevelTrackedData not saving.

1.0.0.13

  • Change license to MPL 2.0.

1.0.0.12

  • Fix method call for DirtyMarker.

1.0.0.11

  • Fix lazily loading level data.

1.0.0.10

  • Fix crashing with Create 6.0.2 by lazily creating tracked data.

1.0.0.9

  • Remove Fabric Data gen from fabric.mod.json.

1.0.0.8

  • Check if a tag exists before attempting to load from it. Mark fields transient where needed.

1.0.0.7

  • Add Kotlin DSL support.
  • Fix data get method in tracked data registry.

1.0.0.6

  • Fix server side loading.

1.0.0.5

  • Fix boolean serialization.

1.0.0.4

  • Fix Tracked Data (de)serialization.

1.0.0.3

  • Fix Access Widener.

1.0.0.2

  • Use level field instead.

1.0.0.1

  • Load/Save NBTs with reflection.
  • Fix numerous Tracked Data issues.

1.0.0.0

  • Release

This mod has no related projects