World Border (Fabric)

World Border (Fabric)

261k Downloads

Healing Campfire (Fabric)

wsesrdtf opened this issue · 0 comments

commented

Minecraft version: 1.18.2
Modloader: Fabric
Fabric loader version: 0.13.3
Environment: Singleplayer

Mod name: Healing Campfire (Fabric)
Mod version: 1.18.x-3.3

fabric-api-0.48.0+1.18.2.jar
collective-fabric-1.18.x-4.25.jar
healingcampfire-fabric_1.18.x-3.3.jar

Description

{
// How often in ticks the mod checks for campfires around the player. 1 second = 20 ticks, so by default every 2 seconds.
"checkForCampfireDelayInTicks": 100,
// The radius around the campfire in blocks where players receive the regeneration effect.
"healingRadius": 4,
// The duration of the regeneration effect which the campfire applies.
"effectDurationSeconds": 5,
// The level of regeneration which the campfire applies, by default 1.
"regenerationLevel": 1,
// When enabled, the campfire heals passive mobs around where the radius is half the width of a bounding box.
"healPassiveMobs": true,
// When enabled, hides the particles from the regeneration effect around the campfire.
"hideEffectParticles": false,
// When enabled, the campfire only has an effect when the block is lit up.
"campfireMustBeLit": true,
// When enabled, the campfire only has an effect when the block is signalling.
"campfireMustBeSignalling": false,
// When enabled, the mod will work with normal campfires.
"enableEffectForNormalCampfires": true,
// When enabled, the mod will work with soul campfires.
"enableEffectForSoulCampfires": true
}

Occasionally, some campfires have blind spots.
I have no idea what they have in common other than that they are two diagonal directions.
I share the coordinates with the seed that can see this issue.

https://drive.google.com/file/d/1N8Ehxj66SZ1kj4Ov6qZUaCh4d8PACfQ3/view?usp=sharing
↑ Video attached

2022-03-16_01 29 15
2022-03-16_01 48 38
2022-03-16_01 48 43

And if there is a pet in the healingRadius,
the effectDurationSeconds is disturbed according to the pet's entry.

https://drive.google.com/file/d/1w5kdmrseSI7meZ5bbMMKxJnEhwc1GREE/view?usp=sharing
↑ Video attached

Crash report

If available.