promotional bannermobile promotional banner

ImproperUI Forged

The ultimate solution to Minecraft Rendering being too hard to learn.
Back to Files

iui_forge-1.20.1-0.0.5.0.jar

File nameiui_forge-1.20.1-0.0.5.0.jar
Uploader
anninguianningui
Uploaded
Mar 29, 2025
Downloads
664
Size
1.5 MB
Mod Loaders
ForgeNeoForge
File ID
6362682
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:improperui-forged-1209983:6362682")

NeoForge

implementation fg.deobf("curse.maven:improperui-forged-1209983:6362682")

Learn more about Curse Maven

What's new

Add Svg Render

div #block { 
    background-color: #00000000; 
    background-image: "$svg{iui_forge:textures/svg/test.svg, 100%, 100%}"; 
    size: 20;
}

or  或

div #block { 
    background-color: #00000000; 
    background-image: "$svg{iui_forge:textures/svg/test.svg, 100%}";  
    size: 20;
}

or  或

div #block { 
    background-color: #00000000; 
    background-image: "$svg{iui_forge:textures/svg/test.svg}";  
    size: 20;
}

If your .svg is modified through the resource pack, the in-game rendering will change with F3 + T.

This mod has no related projects