VazkiiMods / Neat

Functional minimalistic Unit Frames for the modern Minecrafter
Other
71 stars 71 forks source link

not showing botany pots percentage of growth while looking at the pots.. #147

Closed raziel23x closed 2 weeks ago

raziel23x commented 3 months ago

minecraft 1.20.1 neat 1.20-35-FORGE

while looking at the botany pots it does not show the percentage of growth of said plant to see how fast they are growing..

I have ben able in other minecraft version to look at the botany pots and watch the meter fill while looking at the pots

the config file looks like this:

[general]
    "Max Distance" = 24
    "Render with Interface Disabled (F1)" = true
    "Height Above Mob" = 0.6
    "Draw Background" = true
    "Background Padding" = 2
    "Background Height" = 6
    "Health Bar Height" = 4
    "Plate Size" = 25
    "Plate Size (Boss)" = 50
    "Show Attributes" = true
    "Show Armor" = true
    "Group Armor (condense 5 iron icons into 1 diamond icon)" = true
    "Color Health Bar by Type (instead of health percentage)" = true
    "HP Text Height" = 14
    "Show Max HP" = true
    "Show Current HP" = true
    "Show HP Percentage" = true
    "Display on Players" = true
    "Display on Bosses" = true
    "Only show the health bar for the entity looked at" = true
    "Show entities with full health" = true
    "Show Debug Info with F3" = true
    #Blacklist uses entity IDs, not their display names. Use F3 to see them in the Neat bar.
    Blacklist = ["minecraft:shulker", "minecraft:armor_stand", "minecraft:cod", "minecraft:salmon", "minecraft:pufferfish", "minecraft:tropical_fish"]

I ended up trying to add

    "showCropGrowth" = true
    "enabled" = true
    "renderBlockInformation" = true

to the config file to see if that brings back the feature. as well as

    {
  "showCropGrowth": true,
  "enabled": true,
  "renderBlockInformation": true,
    }

but neat resets the config ever time i launch the modpack i am currently developing..

Uraneptus commented 2 weeks ago

Neat never showed the growth percentage. This mod only give entity health bars! I think you're looking for a different mod like Jade or something