GregTech-Intergalactical / GregTech

The Approved Continuation, Rewrite and Re-envisioning of GregTech 5
GNU Lesser General Public License v3.0
127 stars 32 forks source link

crack #117

Closed Rundas01 closed 2 years ago

Rundas01 commented 2 years ago

lol

lynxx131 commented 2 years ago

Seems to be a small issue with the PBF, it accepts fuel and ingots in any slot combination rather then the appropriate slots as indicated by the pictures.

https://i.imgur.com/cg1Jatw.png https://i.imgur.com/8OCmIq8.png

Both of the above worked, it should only work with the iron in the top slot and the coal in the bottom slot.

lynxx131 commented 2 years ago

Also I don't appear to be able to right click fill the laver boiler with a lava bucket or place a lava bucket in the GUI.

Right click filling the lava boiler's water gauge with a water bucket works fine.

Vliro commented 2 years ago

The first issue is simply because it doesn't differentiate slot types so it's as expected for now.

Rundas01 commented 2 years ago

Also I don't appear to be able to right click fill the laver boiler with a lava bucket or place a lava bucket in the GUI.

Just put a Lava Bucket in (as an item). I dunno how to make it accept liquid Lava tbh.

lynxx131 commented 2 years ago

The GUI issue with not being able to place the bucket into any slots is only limited to the bronze lava boiler, the steel lava boiler works perfectly fine.

I think its due to LAVA_BOILER.add(BRONZE, CELL_IN, 44, 26).add(BRONZE, CELL_OUT, 44, 62).add(BRONZE, IT_OUT, 116, 26).add(BRONZE, IT_IN, 116, 62); not being present in Guis.java.