
Attach data to block positions.
WARNING! THIS LIBRARY IS IN BETA. Issues might be present. Report any issues to https://github.com/ansquare-eu/simple-block-data/issues
Usage: Enter into build.gradle. The latest version is v1.0.4
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
modApi include("com.github.ansquare-eu:simple-block-data:{version}")
}
Use BlockDataApi.set and .get methods to manipulate data at a BlockPos in a World. Code example:
boolean bool = BlockDataApi.getBoolean(pos, world, "key");
BlockDataApi.setBoolean(pos, world, "key", false);
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.20.4
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as sbd-1.0.7+1.20.4.jar — drop this file into the mods folder
- Download size: 126 KB
- Download link checked 8 Sept 2026 — working
These come from our own check of the pack file, not from the source page.