beead57 Update IDEA copyright configuration files
60a5c4a Setup dependabot, cleanup build files
d707e20 Bump version to 4.0.3-SNAPSHOT
- Made versions in
fabric.mod.json
more specific (only on ViaFabric). - Fix edge cases in empty item nbt handling in 1.9->1.8
- Prevent creation of empty nbts for creative mode clients in 1.8->1.7
- Fixed sign editor screen not working in 1.8->1.7
- Skip invalid entity data in both versions.
- Restore new PLAYER_COMBAT packet behaviour in 1.9->1.8
- Keep entity data after respawn in 1.8->1.7
If you want to help me out financially, consider sponsoring at https://florianmichael.de/donate.
7a9bf5f Code cleanup
f290af7 Deep copy items
064d000 Keep entity data after respawn in 1.8->1.7
fbe30d9 Cleanup build files
Delete not needed gradle.properties and moves the universal submodule to the root project
4.0.2-SNAPSHOT+183
on Jul 14, 20243149006 Gradle 8.9
4.0.2-SNAPSHOT+182
on Jul 11, 20241b8d5ea Print death message in chat
4.0.2-SNAPSHOT+181
on Jul 11, 2024abdb795 Emulate PLAYER_COMBAT packet in 1.9->1.8
4.0.2-SNAPSHOT+180
on Jul 11, 20241b5b593 Rename VREntityRewriter#removeEntities, move PLAYER_COMBAT to player packets
4.0.2-SNAPSHOT+179
on Jul 6, 20246e4ac65 Update VB API usage
4.0.2-SNAPSHOT+178
on Jul 4, 202464cce82 Properly skip entity data packets
4.0.2-SNAPSHOT+177
on Jul 3, 2024cb79316 Update potion mappings documentation
4.0.2-SNAPSHOT+176
on Jun 29, 2024c601525 Only continue item rewriting if tag is present in 1.8->1.7
4.0.2-SNAPSHOT+175
on Jun 29, 2024a80ca44 Bump gradle wrapper validation to v3
4.0.2-SNAPSHOT+174
on Jun 29, 2024c69ce24 Only allow VB 5.0.0+ in fabric.mod.json
4.0.1
on Jun 27, 2024- API: Add getter/setter for CooldownStorage#visualizationFactory (by EnZaXD)
- Slightly improve wording in config.yml (by EnZaXD)
- Add setting for levitation emulation in 1.9->1.8 (by EnZaXD)
- Fix entity type exceptions when processing metadata for unknown entities (by EnZaXD)
If you want to help me (EnZaXD) out financially, consider sponsoring at https://florianmichael.de/donate.
4.0.1-SNAPSHOT+172
on Jun 27, 202443c3bb1 Skip metadata of entities which aren't spawned (yet)