Compatibility
Minecraft: Java Edition
1.21
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-3.0-only
Published 4 months ago
Updated 4 months ago
API Block
What is API Block?
API Block is a technical block, allowing users to make HTTP Requests from Minecraft, and then get if the Request succeeded using redstone.
Getting the mod
Modrinth: here! Releases page: https://github.com/SunkenPotato/apiblock/releases
Building from source
Clone the repository:
git clone https://github.com/SunkenPotato/apiblock.git
Run the build command:
./gradlew build
Retrieve your file from build/libs/apiblock-*.jar
Roadmap
- ✅ HTTP GET
- ✅ Headers
- ❌ HTTP POST
- ❌ HTTP Content
- ✅
User accessible UICommand interface - ❌ Texture and model 😅
- ⭐ & more