ui-mob
ModMIT

ui-mob

Add cute entity to worldgen

43
Downloads
0
Followers
3 months ago
Updated
📦
1
Versions

📖About ui-mob

ui-mob

Ui mob from trickcal.
You can find them in RIVER and SWAMPLAND.
Use sugar to tame them.
They will protect you and make you happy!

How this work

It need machine code for best rendering you will need to compile byself or download ready one.

Model/Animation is high quality and need to use gpu much to render.

With C code make it faster to load data to memory and data already sort so you will get small size of file.

This mod won't download missing file and will crash if machine code not exist for safe download from source.

C code is for Linux x86-64 only.
Support to run on Cleanroom.
You can check C code that use as machine code here https://github.com/nali-1/SmallPointer/tree/91ee364cb564e37b86f69c94ca67b6771a3246d8

Compile machine code

Folder where it read file is .minecraft
but if use prismlauncher it is minecraft

  1. Download C code
    https://github.com/nali-1/SmallPointer/tree/91ee364cb564e37b86f69c94ca67b6771a3246d8
    Don't use commit above than 91ee364cb564e37b86f69c94ca67b6771a3246d8 because won't support for now.

  2. Command to compile
    https://github.com/nali-1/SmallPointer/blob/91ee364cb564e37b86f69c94ca67b6771a3246d8/doc/build.md
    Run command in Java-Release to compile to machine code or libSmallPointer.so then move it to your .minecraft

  3. Move Data/Shader from
    https://github.com/nali-1/SmallPointer/blob/91ee364cb564e37b86f69c94ca67b6771a3246d8/source/shader/gl
    to your .minecraft
    asset.bin will introduce to gen data later in next update.
    can download from ready one and move to .minecraft

Ready file

https://github.com/nali-1/Ui/releases/tag/1.1.1