age-series / ElectricalAge

Electrical Age (ELN) is a Minecraft Mod offering the ability to perform large-scale in-game electrical simulations.
Other
65 stars 30 forks source link

Add educational titles to item descriptions #301

Closed jrddunbr closed 7 months ago

jrddunbr commented 7 months ago

When holding an item, indicate how realistic the simulation of that item is. Some items like wires are pretty realistic with the caveat that the resistance is much higher than normal, voltage sources are ideal voltage sources but with a tiny resistor attached to them to prevent Singular matrices, etc. etc.

This would increase the educational value of the mod by indicating which behavior is realistic and which is not on an item by item level. Many items will not be extremely realistic but we can not why they are not as part of the descriptions.

I'd refactor the code so that it shows if you hold control when looking at the item in the inventory view.

jrddunbr commented 7 months ago

Done in e445741