HomeJavaModsCreate:WebCode
Create:WebCode
ModsJava

Create:WebCode

by IjalG · on Modrinth

Create: Web Code adds a block-based network dataflow system to Minecraft, letting players assemble URLs, send HTTP GET requests, parse JSON responses…

⬇ Download on Modrinth

Create: Web Code

Create: Web Code adds a block-based network dataflow system to Minecraft. It lets you build URL pipelines with in-game devices, send HTTP GET requests to web services you choose, parse returned data, debug live packet contents, and use the result to drive redstone.

This mod is designed as a network peripheral system, not an in-game computer. Complex logic should live in your own external API or service, while Minecraft handles routing, filtering, debugging, and redstone interaction.

Features

Important network disclosure

Create: Web Code can make HTTP or HTTPS GET requests from the Minecraft server to URLs assembled in-game by players.

The mod does not provide a built-in remote service and does not send data to the developer by default. Requests are made only to URLs that players build and send through the in- game pipeline.

Server owners should only allow this mod on servers where they are comfortable with players creating outbound web requests.

Basic workflow

A typical pipeline looks like this:

Text Source -> Encoder -> Upload Network Port
Download Network Port -> Filter -> Evaluator -> Redstone

Example concept:

  1. A Text Source outputs a variable such as machine = main.
  2. An Encoder builds a URL like https://api.example.com/status?machine={machine}.
  3. The Upload Network Port sends the HTTP GET request.
  4. The paired Download Network Port outputs the response body.
  5. A Filter extracts a JSON field.
  6. An Evaluator compares the value and emits redstone.

Devices

Requirements

Create is optional/recommended for thematic gameplay, but this version does not require Create to run.

Status

This is an alpha release. Device behavior, UI, textures, and compatibility rules may still change before a stable release.

License

All Rights Reserved.

This mod is not open source at this time. The distributed jar is provided for gameplay use only. Redistribution, modification, or reuse of code/assets is not permitted without permission.

Quick facts

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

These come from our own check of the pack file, not from the source page.

Explore more