https://github.com/acgaming/voxelmapfixes
Minimally invasive fixes for VoxelMap
https://github.com/acgaming/voxelmapfixes
minecraft minecraft-forge minecraft-forge-mod minecraft-mod mixin mixins
Last synced: 5 months ago
JSON representation
Minimally invasive fixes for VoxelMap
- Host: GitHub
- URL: https://github.com/acgaming/voxelmapfixes
- Owner: ACGaming
- License: mit
- Created: 2022-08-26T19:28:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T12:24:48.000Z (over 1 year ago)
- Last Synced: 2025-03-16T13:26:20.158Z (over 1 year ago)
- Topics: minecraft, minecraft-forge, minecraft-forge-mod, minecraft-mod, mixin, mixins
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/voxelmap-fixes
- Size: 154 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VoxelMap Fixes
VoxelMap Fixes patches several methods of VoxelMap to bring it in line with modded environments.
The following aspects are changed:
* Performance optimizations (more memory-friendly texture lookup)
* Enhanced compatibility for modded environments (safer fetching of tile entities)
* Configurable blacklisted tile entities and blocks (until version 1.0.6)
* Mod support for [Tomb Many Graves 2](https://www.curseforge.com/minecraft/mc-mods/tomb-many-graves-2)
Requires [VoxelMap](https://www.curseforge.com/minecraft/mc-mods/voxelmap) and [MixinBooter](https://www.curseforge.com/minecraft/mc-mods/mixin-booter).