Перейти к содержимому
Mineforgian

APIBlock

A technical block allowing users to make HTTP Requests from minecraft

Загрузки
1K
Подписчики
2
Обновлён
10 июня 2026 г.
Лицензия
GPL-3.0-only

Опубликован 19 июля 2024 г.

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 UI Command interface
  • ❌ Texture and model 😅
  • ⭐ & more

Ченджлог

0.4Релиз1.21.9, 1.21.10, 1.21.11 · 10 июня 2026 г.

First release in a long time :).

User-facing changes:

  • Add /apiblock <pos> delete header <name>. This allows for actually deleting headers.
  • Disable API block polling (sending requests) when the route is empty or blank.

Internal changes:

  • Address security vulnerability by updating org.apache.httpcomponents.client5 to v5.6.1
  • Refactor and remove redundant fields in APIBlockEntity.
  • Tighten privacy on APIUpdater fields.
0.2.1Релиз1.21.3, 1.21.4, 1.21.5 · 22 апреля 2025 г.
0.2Бета1.21 · 19 июля 2024 г.

Added /apiblock command instead of GUI to make it easier for redstoners to use. Syntax:

/apiblock x y z subcommand

Subcommands:

get | set | reset | add

get syntax:

/apiblock x y z get route|tick|header

set syntax

/apiblock x y z set route|tick <value>      

reset syntax:

/apiblock x y z reset route|tick|header

add syntax:

/apiblock x y z add tick <value>
/apiblock x y z add header <name> <value>

bugs? questions? DM me or create an issue.

0.1.1-preАльфа1.21 · 19 июля 2024 г.

Added tickSpace to set how often the block should update

0.1-preАльфа1.21 · 19 июля 2024 г.

First release!
Features:

  • HTTP GET

Missing:

  • Texture & model
  • UI
  • HTTP POST

Комментарии

Загружаем…