We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92eeac commit a239432Copy full SHA for a239432
common/src/main/java/generations/gg/generations/core/generationscore/common/GenerationsCobblemonEvents.kt
@@ -73,9 +73,9 @@ class GenerationsCobblemonEvents {
73
val list = RegiShrineBlock.searchForBlock(
74
entity.level(),
75
entity.blockPosition(),
76
- 32, //GenerationsCore.CONFIG.blocks.scarecrowRadius.x,
77
- 32, //GenerationsCore.CONFIG.blocks.scarecrowRadius.y,
78
- 32, //GenerationsCore.CONFIG.blocks.scarecrowRadius.z,
+ GenerationsCore.CONFIG.blocks.scarecrowRadius.x,
+ GenerationsCore.CONFIG.blocks.scarecrowRadius.y,
+ GenerationsCore.CONFIG.blocks.scarecrowRadius.z,
79
1
80
) { world, pos -> world.getBlockState(pos).block is ScarecrowBlock }
81
if (list.isNotEmpty()) {
0 commit comments