Syrmorite bucket returns a weedwood bucket when used in a Rustic brewing barrel in Sevtech Ages
Mahoka opened this issue ยท 2 comments
Versions
Betweenlands version:
3.5.10
Forge version:
14.23.5.2860
Singleplayer or Multiplayer:
Singleplayer
Installed mods:
Sevtech Ages pack 3.2.3 - Pack as is from curseforge, no altered mods
https://www.curseforge.com/minecraft/modpacks/sevtech-ages
Description of the problem
When used in a Rustic Brewing Barrel, a Syrmorite bucket returns a weedwood bucket.
How to reproduce:
- Fill Syrmorite bucket with apple juice liquid.
- Place bucket in Brewing Barrel UI
- Empty output bucket will be weedwood bucket
Expected result:
An empty Syrmorite bucket should be output.
Actual result:
An empty weedwood bucket was output.
Pictures:
This is a problem with Rustic, not BL, Rustic doesn't use UniversalBucket.getContainerItem
, which is the method that should be used to get an empty version of a UniversalBucket
(which the weedwood/syrmorite buckets are). If I remember correctly.