Quantumshark / TestMod

mod for minecraft, adding various interesting minerals, machines and equipment
Other
0 stars 0 forks source link

Overlapping text in UI of solid fuel heater #23

Open Quantumshark opened 4 years ago

Quantumshark commented 4 years ago

image Could the temperature display of machines be moved down one line so it cannot overlap with the machine's name?

digit1729 commented 4 years ago

If you go to the Container .java file for this or any other machine, you'll see the "server constructor" where it sets up all the slots and widgets (slots is for input and output item slots, widgets are anything else, so in this case the burn progression arrow and the temperature). You can change the coordinates (x,y) of any of these. The screens definitely need some reorganisation anyway. This one is supposed to have a grate icon showing the item burning in the middle, but I haven't created that yet. It should also be a steampunk style (Again, not yet created) and temperature should be a nice thermometer, maybe all along the far right, with a text value probably below.