66[ ![ Discord Badge] ( https://img.shields.io/badge/chat-discord-%235865f2 )] ( https://discord.gg/CNNkyWRkqm )
77[ ![ Github Badge] ( https://img.shields.io/badge/github-modifyplayerdata-white?logo=github )] ( https://github.com/eclipseisoffline/modifyplayerdata )
88![ GitHub License] ( https://img.shields.io/github/license/eclipseisoffline/modifyplayerdata )
9+ ![ Available for Fabric] ( https://img.shields.io/badge/available_for-fabric-_?color=%23dbd0b4 )
10+ ![ Available for NeoForge] ( https://img.shields.io/badge/available_for-NeoForge-_?color=%23e58c53 )
911
1012This mod allows Minecraft's data commands (` /data ` , ` /execute store ` , etc.) to modify player data.
1113
@@ -27,27 +29,30 @@ For support and/or any questions you may have, feel free to join [my discord](ht
2729
2830| Minecraft Version | Status |
2931| -------------------| ---------------|
30- | 1.21.11 | ✅ Current |
32+ | 26.1 | ✅ Current |
33+ | 1.21.11 | ✔️ Available |
3134| 1.21.9+10 | ✔️ Available |
3235| 1.21.6+7+8 | ✔️ Available |
3336| 1.21.5 | ✔️ Available |
3437| 1.21.4 | ✔️ Available |
3538| 1.21.2+3 | ✔️ Available |
36- | 1.21+1 | ✅ Current |
39+ | 1.21+1 | ✔️ Available |
3740| 1.20.5+6 | ✔️ Available |
3841| 1.20.4 | ✔️ Available |
3942| 1.20.1 | ✔️ Available |
4043
41- I try to keep support up for the latest major and latest minor release of Minecraft. Updates to newer Minecraft
44+ I try to keep support up for the latest drop of Minecraft. Updates to newer Minecraft
4245versions may be delayed from time to time, as I do not always have the time to immediately update my mods.
4346
4447Unsupported versions are still available to download, but they won't receive new features or bugfixes.
4548
49+ NeoForge ports are available for Minecraft 26.1 onwards.
50+
4651## Usage
4752
4853Mod builds can be found on the releases page, as well as on [ Modrinth] ( https://modrinth.com/mod/modify-player-data ) .
4954
50- The Fabric API is not required. This mod is not required on clients.
55+ The Fabric API is not required on Fabric . This mod is not required on clients.
5156
5257## Supported tags
5358
@@ -71,7 +76,10 @@ NBT tags currently supported:
7176- ` Health `
7277- ` HurtTime ` [ ^ 1 ]
7378- ` AbsorptionAmount `
79+ - ` active_effects `
7480- ` attributes `
81+ - ` current_explosion_impact_pos `
82+ - ` current_impulse_context_reset_grace_time `
7583- ` FallFlying `
7684- ` last_hurt_by_player `
7785- ` last_hurt_by_player_memory_time `
@@ -90,12 +98,10 @@ NBT tags currently supported:
9098- ` foodExhaustionLevel `
9199- ` abilities `
92100- ` EnderItems `
93- - ` current_explosion_impact_pos `
94- - ` ignore_fall_damage_from_current_explosion `
95- - ` current_impulse_context_reset_grace_time `
96101- ` warden_spawn_tracker `
97102- ` entered_nether_pos `
98103- ` seenCredits `
104+ - ` recipeBook `
99105- ` respawn `
100106- ` spawn_extra_particles_on_fall `
101107- ` raid_omen_position `
@@ -108,29 +114,25 @@ NBT tags I won't add support for:
108114- ` CustomNameVisible `
109115- ` Passengers ` [ ^ 2 ]
110116- ` DeathTime `
111- - ` active_effects ` [ ^ 3 ]
112117- ` sleeping_pos `
113118- ` Brain `
114- - ` locator_bar_icon ` [ ^ 4 ]
115- - ` XpP ` [ ^ 5 ]
116- - ` XpLevel ` [ ^ 5 ]
117- - ` XpTotal ` [ ^ 5 ]
118- - ` XpSeed ` [ ^ 6 ]
119+ - ` locator_bar_icon ` [ ^ 3 ]
120+ - ` XpP ` [ ^ 4 ]
121+ - ` XpLevel ` [ ^ 4 ]
122+ - ` XpTotal ` [ ^ 4 ]
123+ - ` XpSeed ` [ ^ 5 ]
119124- ` ShoulderEntityLeft `
120125- ` ShoulderEntityRight `
121- - ` LastDeathLocation ` [ ^ 7 ]
126+ - ` LastDeathLocation ` [ ^ 6 ]
122127- ` playerGameType `
123- - ` previousPlayerGameType ` [ ^ 7 ]
128+ - ` previousPlayerGameType ` [ ^ 6 ]
124129- ` RootVehicle ` [ ^ 2 ]
125- - ` recipeBook ` [ ^ 8 ]
126130- ` Dimension `
127131- ` ender_pearls `
128132
129133[ ^ 1 ] : Is implemented but does not do much due to limitations within the vanilla client
130134[ ^ 2 ] : Use the ` /ride ` command.
131- [ ^ 3 ] : Use the ` /effect ` command.
132- [ ^ 4 ] : Use the ` /waypoint ` command.
133- [ ^ 5 ] : Use the ` /xp ` command.
134- [ ^ 6 ] : I can't think of any use cases for this tag, but will add support on request.
135- [ ^ 7 ] : Unable to implement due to limitations within the vanilla client.
136- [ ^ 8 ] : Use the ` /recipe ` command.
135+ [ ^ 3 ] : Use the ` /waypoint ` command.
136+ [ ^ 4 ] : Use the ` /xp ` command.
137+ [ ^ 5 ] : I can't think of any use cases for this tag, but will add support on request.
138+ [ ^ 6 ] : Unable to implement due to limitations within the vanilla client.
0 commit comments