Slimes don't play nice
DelilahEve opened this issue ยท 2 comments
Noticed a few issues with slimes:
-
only the small slimes can be used in the Ritual of Extraction, the ritual always fails otherwise
a. large/medium slimes will also spawn medium/small slimes respectively with no AI -
Conjurer will not spawn slimes
a. this may be due to the positioning of the Conjurer (not in a slime chunk, and above y=40)
Tested with a normal Conjuring Focus, in a Soul Sand biome, using 4 Blackstone Pedestal, all with slime balls, and properly linked to the Soul Funnel.
Conjurer failing to spawn:
https://i.imgur.com/gxZmzwO.gifv
The first part of the issue is likely related to the fact that medium/large slimes do not have a loot table. They simply split into smaller slimes on death, meaning the chance of the Ritual of Extraction suceeding is low (in theory it should be possible, needs further testing).
The second issue is also a known one, which manifests because Conjuring copies the mob spawner logic from vanilla Minecraft. This gives it multiple quirks, like having to respect slime chunks when spawning slimes, and animals requiring grass blocks to spawn on.