Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
This mod is a small passion project made to learn minecraft modding.
AI was used in the creation of this project for debuging and educational purposes.
This mod adds the UI (also known as Uploaded Intelligence) Origin to Minecraft. This Origin uses xp as a power source to transfer between different bodies that can be crafted and placed around the map. It also requires use of a Server block that can also be crafted and right clicked as a grounding point. The player can transfer between any Shells (crafted bodies) as long as both them and the Shell are within the max range of their registered Server block.
The goal of this Origin is to allow fast transportation at a heavy investment cost.
Custom items can only be crafted and used by this origin.
There is a config file labeled Corpora_config.json within the mod config folder. This file can be used to edit values within the mod.
-
serverBlockMaxRange = max range the player/shell can be from the server while still being able to swap.
-
costMode = 0 is a flat cost, 1 is a step system where it divides the max range into 5 stages that each cost more, 3 is a percentage of the distance used as a cost.
-
tpXpCostFlat = flat xp point cost in flat cost mode
-
tpXpCostStages = the amount of xp points the cost increases per stage in stage mode
-
tpXpCostPercentage = number multiplied by the distance in blocks between shell and player to find the point cost actively. (recommended)


