Bamboo Spreads (Forge)

Bamboo Spreads (Forge)

19.2k Downloads

[Question] No Hostiles Around Campfire

Looodon opened this issue ยท 2 comments

commented

Information

Environment: Singleplayer / Multiplayer
Mod name: No Hostiles Around Campfire (Forge)
Mod version: 1.19.2-4.5

Question

Hey!

  1. I was wondering how the "preventHostilesRadius" works. Does it apply on a y axis as well? if so is it a cube shape?
  2. if i place it on top of a villager house will it still effect the floor around it? Can I place it 1 block underground?
  3. Also would the campfires effect pillagers from spawning during raids if placed outside and inside the villagers?
    Thanks!
commented

I was wondering this too ...

commented

A quick look at the sources leads me to believe the area of effect is sphere-shaped, (they use getBlockPos().closerThan() to check the distance), so the radius would apply vertically as well.