Satako library

Quick rating

Community listing page, reviews here may not be monitored by the author.

Satako library

By KrosenutOwner

No reviews yet

Library for modding

Mod Loaders
Minecraft

About

Description

Satako is a library for modding, it contains:

  • Minecraft-related constants, including colors and their codes
  • custom user interface components (button, switch-button, dropdown button, label, text field, selection button, radio button, custom menu screen, cusom slotless screen, custom menu)
  • useful functions (rendering, reflection, item handler helpers)
  • useful classes (custom Arraylist implementation, default block, tile entity and item handler implementations)

I use it in several mods of mine.

Also adds commands:

'summon2' - same as 'summon', but lets you specify namespace and name of the entity separately;

'give2' - same as 'give', but lets you specify namespace and name of the item separately;

'killall' - kills all entities of specified type, lets you specify namespace and name of the entity separately;

'removeall' - same as 'killall', but removes entities instead of killing them.

Satako has a function of displaying extended item information when Alt key is held.

My Discord server, where you can get faster support on any of my mods and get update announcements - https://discord.gg/MYxxMfctWx

Satako is my library for modding. I use it for many mods.

It also adds 4 commands to the game:

  1. killall - similar to kill, lets you specify namespace and path separately
  2. removeall - same as killall, but removes the entities instead of killing them
  3. give2 - same as give, but lets you specify the namespace and path separately
  4. summon2 - same as summon, but lets you specify namespace and path arguments separately.