You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any explosions, which are caused by the bullets, rockets or bombs from the MCHeli mod are not prevented.
I also tried to implement the protections by myself, but it only works in half. Sometimes the rockets are removed and sometimes not.
But, when you set the gamerule mobGriefing to false, the explosions are prevented.
The text was updated successfully, but these errors were encountered:
But the reason why it seems like half the time it works and the other half it doesnt is because MyTown2 doesnt check every entity every single tick. It only checks once every 20. So most of the time the bullet is just too fast. So this requires a change to the mod but because its all on github thats easy. So go to:
mytown.protection.ProtectionHandlers line 108
you can either comment out the if statement or change the 20 to some smaller number. Its safest to take out the if statement cause then the bullets are checked every tick but I dont know how that impacts performance.
Or just use griefdefender, in... 2021 (look at issue creation date)
It says 1.12-1.18 has it been tested in 1.7.10 or a similar version? I know this mod is old but I didnt know GriefDefender existed. So I'll try it out later. Thanks for sharing!
Any explosions, which are caused by the bullets, rockets or bombs from the MCHeli mod are not prevented.
I also tried to implement the protections by myself, but it only works in half. Sometimes the rockets are removed and sometimes not.
But, when you set the gamerule mobGriefing to false, the explosions are prevented.
The text was updated successfully, but these errors were encountered: