SiverDX/cave_dweller

Cave Dweller Issues

Closed this issue · 14 comments

Hello! I downloaded the 1.19.2 version of your ported mod but the issue is that the entity does not do anything, no sound effects, does not spawn normally, anything like the original 1.19.3 mod. How do I fix this issue?

https://minecrafthopper.net/help/guides/getting-minecraft-latest-log/

Also make sure you're using a Forge modding instance and the timers are not set too high if you've modified them

I have not modified anything to the code and I am using forge, the issue is the cave dweller is not active, when I enter a cave there are no sound effects or anything that shows he is there. Spawning him in with an egg works but not in survival.

If it has something to do with the timer and it taking to long to start, where in the file is that?

Timers can be configured in the server config
The spawn timer by default can be between 5 - 10 minutes with a 40 % chance of it being 20 minutes

image_2023-07-25_171302143
So I found the ServerConfig but I am not sure where the code is for the timer.

I want to make it the same as the original mod but I am not sure which number I would switch it to.

the serverconfig located in your world directory, its a .toml file

image

Original:
Spawn timer: 480 - 1080 seconds with a chance of 800 - 1600 seconds (for nightmare you basically just remove a 0)
Noise timer: 100 - 180 seconds

image
Would this be good?

I want to have it spawn frequently and make noises very often

The # lines are comments and tell you what that config option is and which values you can pick
You need to edit the line below those comments

Oh alright, that makes a lot more sense. To make it just like the cavenoise-nightmare, would I just change the numbers under reset_calm_min, reset_calm_max, reset_calm_cooldown_chance, reset_calm_cooldown and also the sound timers to remove a zero (300 would be 30)? I recall you stating that above^

yes those are the timers
removing a 0 was about the original timers, i used slightly different ones
e.g. 5-10 minutes instead of 8-18

Seems to be done