-
Notifications
You must be signed in to change notification settings - Fork 19
Added support for all mobs through Minecraft 1.21.11 #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…ntifier error: invalid path 'addons/mobs/src/main/resources/icons/trader_llama.png:Zone.Identifier'
The actual code checks if the Y location of the mob is lower than the hightest block Y location of the XZ location of the mob. So the function name was not correct.
…nautilus` are not in the default passive/neutral mobs list
…comes passive once their hostile mob rider gets separated from them
|
I've enabled the workflows on the fork I did on this repository, noticed I missed some mobs so added them and those changes triggered the build workflows. So if anyone is interested in already using the updated mobs plugin, you can find the as of this moment latest ran workflow here: https://github.com/wesleyegbertsen/squaremap-addons/actions/runs/20685005220 and download the build artifacts. Or just download the build artifacts via this link: https://github.com/wesleyegbertsen/squaremap-addons/actions/runs/20685005220/artifacts/5015426045 |
General Remarks
I've been playing on a self-hosted Minecraft server with my little brother. Since it's self hosted on a NAS, the lightweight nature of squaremap is really nice. I noticed though that some mobs were not showing with this addon in the map viewer. So I've made some changes to support all missing mobs.
Summary
allowed-mobs.allowed-mobs(the icons files were there too already), but they were not part of the default list ofallowed-mobs. Since the default list implies it's all passive/neutral mobs by default. I added these mobs to the default list.Icons.registeraboveSurfacetobelowSurfaceto match behavior.trader_llama.png:Zone.Identifierfile.git clonefail onWindowsat least.error: invalid path 'addons/mobs/src/main/resources/icons/trader_llama.png:Zone.Identifier'1.1.0-SNAPSHOTTesting
I've built the mobs plugin on my machine, and tested the changed plugin on my self hosted server on my NAS. So actually spawned in newly added mobs, to verify if shown in the map viewer.