Wiki 9Minecraft Structure Gel API Wiki
Structure Gel API Wiki

Structure Gel API Wiki & Guide

wiki.9minecraft.net/structure-gel-9minecraft-mod/

The community wiki and guide for Structure Gel API — recipes, items, tags and mechanics, kept current for every Minecraft version the mod supports.

0recipes · MC 1.20.1
0wiki pages
1MC versions
Updated 8 days ago5.1M downloads108 followersLicense: LicenseRef-All-Rights-Reserved

About this mod


undefined


Modding Legacy Discord Server Contribute to Structure Gel API by helping break the language barrier by translating on Weblate! If you like what we do, please consider supporting us on Ko-fi! Thank you! Built with NeoForge


Follow us! ModdingLegacy Twitter Follow us! moddinglegacy.com Bluesky Subscribe to us on YouTube!


An API for simplifying the developer end of creating generated structures.



Structure Gel is an API mod designed to make creating structures easier on the developers, specifically ones using the jigsaw system. All code is open source and documented.


Some of its features include:

๐Ÿ“š Read the Structure Gel API Documentation Here

For an open source working example of this api, check out Dungeons Plus

You can find detailed information on how to develop and use this API by Minecraft version.

Latest Documentation

๐Ÿงช Latest Features



๐Ÿ› ๏ธ Building Tools

The Building Tool is a new creative mode only item used to perform various large scale block alterations.

  • It can be found in the Structure Items creative mode tab.
  • Right click the Building Tool in the air to open the GUI. Once open, you can select what mode you want to use, undo, redo, select your position, and more.

    Building Tool GUI


GUI

The GUI contains various buttons to modify the Building Tool's settings, as well as some convienent tools.

  • Pressing, enter, e, escape, or clicking anywhere on the screen that isn't a button will close the GUI.
  • Hovering over any item on the GUI will display a tooltip on the right side to explain what it does and how to use it.
  • Using the radial menu, you can select which mode you want to use.
  • Some modes support positions. If they do, a button will appear on the top left to select a position based on your current location. This is mainly useful when right clicking a block isn't possible or is highly inconvenient.
  • The Undo and Redo buttons on the left exist to do exactly what they say. They attempt to undo or redo the last action you performed with the Building Tool. Up to 32 actions are saved and can be undone.
  • Some modes have additional settings, these settings will appear below the undo and redo buttons.
  • The button in the middle is used to select what block you want to use. When you click it, a text box will open for you to type a block state. This can be done in game as well, but some blocks like water are more than difficult to click on.

Controls

  • Middle Click: Selects the current block state you're looking at (also can be done in the GUI).
  • Left Click: This is the general key for "do the thing" depending on what mode you're in.
  • Right Click Air: Opens the GUI.
  • Right Click Block: Some modes use this to set positions, but ones that don't also allow this to "do the thing" as well.
  • Shift + Right Click: Clears the currently selected positions.

Modes

Building Tool Modes are different operations that the Building Tool can perform.

  • Extend: Detects a pattern based on the side of the block you click, and attempts to place blocks in front of that to continue that pattern. If you're familiar with the old Builder's Wands mod, it's essentially the same idea.


    Building Tool Extend




  • Flood: Fills all air blocks within the y level slice that you click, until it hits a border, then continues to fill going downward. This is useful for filling a lake with water for example.

    (Description truncated.)

Compatibility

Which Minecraft versions and mod loaders the mod supports.

LoaderMC 26.1.2MC 1.21.4MC 1.20.4MC 1.20.1MC 1.19.4MC 1.19.2MC 1.18.2MC 1.16.5
Forge
Neoforge

Recent updates

Latest releases with the author's changelog notes.

2.21.2 2026-08-30 · neoforge · MC 26.1.2

26.1.2-v2.21.2

Config

  • Added a config screen.
  • ConfigBuilder supports translation strings.

Translations

  • Bullet points are no longer included in translation strings. They are applied in post places where they are used.
  • Removed unused translation strings, added missing ones, and fixed some typos.
  • Added config translations.
2.21.1 2026-08-04 · neoforge · MC 26.1.2

26.1.2-v2.21.1

Quick hotfix for the recently released 26.1.2-v2.21.0. Bigger changelog can be found there

2.21.0 2026-08-04 · neoforge · MC 26.1.2

26.1.2-v2.21.0

General Changes

  • Added new fields to keep with Minecraft.

Spawner Minecarts

  • Now display the entity they will spawn and show particles (config setting).
  • Drop exp matching the amount dropped by a mob spawner block (config setting).
  • Spawn eggs may now be used to change the entity spawned by the minecart (config setting).

...

2.20.0 2025-01-26 · neoforge · MC 1.21.4

1.21.4-v2.20.0

General Changes

  • We're on 1.21.4. With that comes the general expected changes, like item data components.

Building Tool

  • Clone: Now works across dimensions and players. You can hand another player a building tool and access their cloned region regardless of what dimension it's from.
  • Added a nifty animation when the GUI opens :D

...

2.19.1 2024-06-21 · neoforge · MC 1.20.4

1.20.4-v2.19.1

Data Handler

  • Fixed cycle buttons in the GUI not starting at the correct default value
  • Made adding StringRepresentable enums to the parser easier

Building Tool

  • Fixed the selection edit screen not hovering buttons correctly
Banner
Banner
Red Gel in Action
Red Gel in Action
Blue Gel in Action
Blue Gel in Action
Green Gel in Action
Green Gel in Action
Cyan Gel in Action
Cyan Gel in Action
Orange Gel in Action
Orange Gel in Action

Mods in the same category as this one.

FerriteCoreMod MenuYetAnotherConfigLib (YACL)Xaero's Minimap[ETF] Entity Texture FeaturesXaero's World Map

Developer resources

Source codeReport an issue