Skip to content
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

Hoglins keep spawning, and they're invisible #54

Closed
exentio opened this issue Jul 15, 2021 · 5 comments
Closed

Hoglins keep spawning, and they're invisible #54

exentio opened this issue Jul 15, 2021 · 5 comments

Comments

@exentio
Copy link

exentio commented Jul 15, 2021

I'm running the mod on 1.16.5, the title is self-explanatory of the issue. This happens both in the nether and with spawn eggs. Using /kill @e[type=minecraft:hoglin] works every time, implying mobs never stopped spawning. The relevant part of the config (I didn't change anything else):

    [minecraft.hoglin]
        #Should the entity be allowed to spawn normally?
        allowNormalSpawning = false
        #Should spawners be able to spawn the entity?
        allowSpawners = false
        #Should spawn eggs be able to spawn the entity?
        allowSpawnEggs = false
        #When enabled the entity type will be aggresively removed from worlds. This will bypass all other options.
        removeAggressively = true

Feel free to ask for anything else that could be useful to solve the issue.

@Darkhax
Copy link
Member

Darkhax commented Jul 15, 2021

Are you playing on a server? When playing on a server the server will need to have this mod installed and the config files must match.

@exentio
Copy link
Author

exentio commented Jul 15, 2021

Yes, I'm playing on a server, but it has the mod too and the same exact config file

@Darkhax
Copy link
Member

Darkhax commented Jul 16, 2021

From what you described this issue sounds like the client and server are not agreeing on which mobs should be banned. An invisible mob without the invisibility potion would suggest that the mob was despawned on the client/render thread but not on the logic/server thread. Please double check the logs on the server to make sure the mod is being loaded. You may also need to restart the server for changes to the config file to be loaded.

@exentio
Copy link
Author

exentio commented Jul 19, 2021

The server owner found no errors regarding the mod in the log, and I know for sure that the config on client and server is exactly the same because the files are shared

@Darkhax
Copy link
Member

Darkhax commented Jul 31, 2021

I've tried a bit to reproduce this issue with little luck. With just this mod and Forge installed on both the client and server it works exactly as expected. The only way I was able to reproduce the issue was by not installing the mod on the server, or by having a different config file loaded on the server.

@Darkhax Darkhax closed this as completed Jul 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants