Pyrotech

Pyrotech

897k Downloads

Bucket of Ice

Origins-Eternity opened this issue ยท 1 comments

commented

Issue Description

I will gain bucket of ice(Added by Galaxy Space) when I right click the ice with wooden, stone, clay and refractory barrel.

What Happens

These four types of barrels can be transformed to iron bucket easily.

Minecraft.1.12.2.2024-08-10.18-12-17.mp4

What You Expect to Happen

I don't know if it's appropriate to report this issue here, because the bucket of ice is the Galaxy Space's item. I tried ban these barrels from interacting with ice by Crafttweaker, but it didn't work.

Scripts

Event.zs

Affected Versions

  • Minecraft:1.12.2
  • Forge:14.23.5.2860
  • CraftTweaker:4.1.20.700
  • Dropt:1.19.4
  • Pyrotech:1.6.15
  • Athenaeum:1.19.6
  • Galaxy Space:2.1.4
commented

The Galaxy Space mod hooks the FillBucketEvent and converts any bucket used on ice into their ice bucket item. Any bucket used on ice will have this problem and there's not much I can do about that. I suggest they check if the bucket is a vanilla bucket before making the conversion.

Here is the code referenced: GSEventHandler.java

I would report this to the Galaxy Space developers and reference this issue.