Minecraft Datapack Tech - Json parser
This is a project that I have been showing glimpses of occasionally, but here is the (mostly) finished thing. I will be working on array parsing later, as well as escape characters.
This is one of ma...
posted 12/08/2019 6:35 pm
play
Minecraft Utility Datapack - base(x) to decimal conversion
This is a simple datapack that allows you to do base conversion in game for whatever you may need
, this is the 2nd module in my base conversion utility that is linked below
github repo here:
https...
posted 12/07/2019 2:13 am
play
Minecraft datapack tech - Testing a basic json parser
This is a rudimentary json parser that separates json objects into name value pairs in an array, somewhat similar to how minecraft stores json data in .dat files.
The format: {Value:[], Type:"", Nam...
Minecraft datapack tech - base64 "string" conversion
In this video I go over my base64 converter. A few notes: this is only half of a system, someone else is working on a string extrapolator that converts a string to an array of strings that this will r...
posted 12/03/2019 1:17 pm
play
Minecraft - Shulker bullet shooting utility datapack
This is a simple datapack that allows you to shoot a shulker bullet at a target in the same way a normal shulker shoots a projectile
to use run
/tag [selector] add shulker.temp.target
then
/function...
posted 09/15/2019 1:19 am
play
Minecraft - chunk data limit change with snapshot 19W36A
With this bugfix we can now store a lot more data much more easily.
Also a correction, when I said that I can go from 2^8 to 2^16 addresses, I actually meant 2^12(16^3=4,096) to 2^24(16^6=16,777,216) ...
Minecraft Datapack Tech - better projectile utility
In this video I showcase an updated projectile firing utility that can display what entity fired the projectile, also sorry about the delayed game audio, I am still getting everything in working order...