File Details
iui_forge-1.20.1-0.0.5.0.jar
- R
- Mar 29, 2025
- 1.46 MB
- 577
- 1.20.1
- Forge + 1
File Name
iui_forge-1.20.1-0.0.5.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
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.

