This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
Terra
Watch
1
Star
0
Fork
0
You've already forked Terra
mirror of
https://github.com/PolyhedralDev/Terra.git
synced
2025-07-18 10:32:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Terra
/
platforms
/
minestom
History
ckyuri
32cc4976c8
Bug Fix - Entity Type was parsing a value that was incorrect and causing issues to load the world.
...
EntityType.fromId(Integer.parseInt(id)); to delegate = EntityType.fromKey(id);
2025-04-12 14:10:54 +01:00
..
example
fix: move minestom example to own module
2025-01-05 16:58:28 +01:00
src/main/java/com/dfsek/terra
/minestom
Bug Fix - Entity Type was parsing a value that was incorrect and causing issues to load the world.
2025-04-12 14:10:54 +01:00
build.gradle.kts
fix: remove unused application plugin from Minestom platform build script
2025-01-05 17:04:27 +01:00