API
Last updated
Last updated
Currently, the server is run by on his personal machine, under the domain yzabeast1.run.place
Here are the requests available
POST
/exportResourcePack
The API used to export resource packs from https://becomtweaks.github.io/resource-packs
Headers
Content-Type
application/json
packName
"<string>"
mcVersion
"<int>.<int>.<int>"
Body
Requires a JSON as a string.
This is the full list of available categories in Resource Packs. Pack IDs must be added to their respective Category's arrays, and must also be added to "raw". This is used for Compatibility Checking in the server.
Response
POST
/exportBehaviourPack
The API used to export behaviour packs from https://becomtweaks.github.io/behaviour-packs
Headers
Content-Type
application/json
packName
"<string>"
mcVersion
"<int>.<int>.<int>"
Body
Requires a JSON as a string.
This is the full list of available categories in Behaviour Packs. Pack IDs must be added to their respective Category's arrays, and must also be added to "raw". While Behaviour Packs do not have active compatibilities, this is still used for... I have no clue ._.
Response
POST
/exportCraftingTweak
The API used to export crafting tweaks from https://becomtweaks.github.io/crafting-tweaks
Headers
Content-Type
application/json
packName
"<string>"
mcVersion
"<int>.<int>.<int>"
Body
Requires a JSON as a string.
This is the full list of available categories in Behaviour Packs. Pack IDs must be added to their respective Category's arrays, and must also be added to "raw". While Crafting Tweaks also do not have active compatibilities, this is used for... I have no clue as well ._.
Response