[1.19.2]: Soul Compost drops Hoglin Loins instead of itself
Not-February opened this issue ยท 0 comments
Description
This is not behavior I would have expected, as it is not in line with how compost from Farmer's Delight works(and also just is plain silly).
As found in the mod's loot table entry for the Soul Compost block:
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "nethersdelight:hoglin_loin"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}
Steps to reproduce
- Place Soul Compost.
- Break Soul Compost.
- Behold! Hoglin Loins.
Mod list
Forge 43.2.11
Farmer's Delight 1.19-1.2.1
Nether's Delight 1.19-3.0
Logs
No response
Forge
- I am using the Forge version of Nether's Delight
Minimal instance
- I have tested this on a minimal instance
Performance and shader mods
- I have tested this without performance or shader mods