Skip to content

Commit a239432

Browse files
committed
Forgot to plug scarecroew radius back into config
1 parent a92eeac commit a239432

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/src/main/java/generations/gg/generations/core/generationscore/common/GenerationsCobblemonEvents.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ class GenerationsCobblemonEvents {
7373
val list = RegiShrineBlock.searchForBlock(
7474
entity.level(),
7575
entity.blockPosition(),
76-
32, //GenerationsCore.CONFIG.blocks.scarecrowRadius.x,
77-
32, //GenerationsCore.CONFIG.blocks.scarecrowRadius.y,
78-
32, //GenerationsCore.CONFIG.blocks.scarecrowRadius.z,
76+
GenerationsCore.CONFIG.blocks.scarecrowRadius.x,
77+
GenerationsCore.CONFIG.blocks.scarecrowRadius.y,
78+
GenerationsCore.CONFIG.blocks.scarecrowRadius.z,
7979
1
8080
) { world, pos -> world.getBlockState(pos).block is ScarecrowBlock }
8181
if (list.isNotEmpty()) {

0 commit comments

Comments
 (0)