Rules StraySpawnInIgloo and CreeperSpawnInJungleTemples broken
MeeniMc opened this issue ยท 1 comments
Rules StraySpawnInIgloo
and CreeperSpawnInJungleTemples
do not work.
Versions
Gradle built future
branch (also observed in prior releases, not sure how far back though)
commit 65d6745555a0346cd9c033b3236ee6bf33a6ec33 (HEAD -> future, origin/future)
Author: gnembon <[email protected]>
Date: Tue Nov 30 19:15:03 2021 +0100
1.18
Replication steps
- git checkout 65d6745
- ./gradlew runclient
- /locate junglePyramid
- /tp x y z and move inside the pyramid
- /carpet carpets
- use a pink carpet (a variety of mobs can spawn)
- /carpet CreeperSpawnInJungleTemples true
- use a pink carpet (result unchanged)
Notes
Rule HuskSpawnInDesertPyramids works as intended, the result of the pink carpet shows that only Husks can spawn after the rule is activated.
This is actually due to the boundaries of structures being computed wrong in carpet, see gnembon/fabric-carpet#1699