codetaylor / pyrotech-1.12

An early game mod with new primitive devices, combustion machines, smelting mechanics, storage options, tools, torches, advancements, and absolutely zero GUIs -- with exception to the substantially complete, mostly illustrated, and charred guidebook.
https://pyrotech.readthedocs.io/en/latest/
Other
52 stars 19 forks source link

Bucket of Ice #442

Closed Origins-Eternity closed 1 month ago

Origins-Eternity commented 1 month ago

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.

https://github.com/user-attachments/assets/8a4082dd-444d-48e0-8a53-1bbaf699b1a2

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

codetaylor commented 1 month ago

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.