Angry-Pixel / The-Betweenlands

A dark, hostile environment...
http://bit.ly/TheBetweenlands
243 stars 78 forks source link

Syrmorite bucket returns a weedwood bucket when used in a Rustic brewing barrel in Sevtech Ages #1315

Open Mahoka opened 2 years ago

Mahoka commented 2 years ago

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:

  1. Fill Syrmorite bucket with apple juice liquid.
  2. Place bucket in Brewing Barrel UI
  3. 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:

JoshieGemFinder commented 2 years ago

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.

JoshieGemFinder commented 2 years ago

i've finally gotten around to submitting a report over on the rustic github that should help fix this