`.offset` and `.spread` only work when summoning more than 2 mobs
TheonlyTazz opened this issue ยท 0 comments
Version
summoningrituals-1.19.2-1.1.7.jar
Describe the bug!
When trying to summon a singular mob with an offset/spread, these get ignored
using:
SummoningOutput.mob('elder_guardian')
.count(1)
.offset(34, 7, 0)
.spread(4, 0, 4)
)
the Mob will spawn directly above the Altar, setting it .count(2) will make it work as intended
Crash Report
none
Log
none
Additional Context
Yes
Modifications
Modpack LotE
Did the issue happen in singleplayer or on a server?
Singleplayer