SvenKayser / JMOD

The Javascript MOD Loader
Other
9 stars 4 forks source link

Wooden bucket is not interacting with the RotaryCraft fermenter #40

Closed ghost closed 7 years ago

ghost commented 7 years ago

I'm not able to put water in a RotaryCraft fermenter using a wooden bucket. Right-clicking the fermenter with the wooden bucket simply opens the GUI. This was brought to my attention in reteo/Survival-Industry#107

SvenKayser commented 7 years ago

I will probably have to rework the buckets. The wooden buckets take a dirty shortcut and the fermenter is punishing me for that now.

SvenKayser commented 7 years ago

Wooden Buckets need a rewrite as of https://github.com/SvenKayser/JMOD/commit/59d4cb91f6e030657d86c55d55e700fddfaf0b9d anyways (since the old implementation just breaks with the module system thanks to hunger overhaul)

SvenKayser commented 7 years ago

Resolved as https://github.com/SvenKayser/JMOD/commit/ae4c14ec9d7a605149133e2c5c085dba911ce0e2 implements custom buckets that can interact with IFluidHandler TEs (such as the Fermenter)