Releases: replaceitem/scarpet-additions
Releases · replaceitem/scarpet-additions
Now on Modrinth
1.4.66
Changes
- Updated to Minecraft 1.18.2
1.4.56.2
Changes
- Fixed error with
http()
1.4.56.1
1.4.56
Changes
- Updated to Minecraft 1.18
- Removed virtual inventory functions in favor of gnembon/fabric-carpet#888
1.40.4.3
Changes
- Fixed a bug where the http request url got converted to upper case, but it should be the request type thats always upper case
1.40.4.2
Changes
http()
function can now take 4 arguments forPOST
to work with a body:http(request_method, url, body?, callback)
1.4.40.1
Changes
- Changed
http_get(url,callback)
tohttp(request_method, url, callback)
to allow for other requests than GET
1.4.40
Changes
- Updated to Minecraft 1.17
- Java 16
1.4.38
Changes
- Update to carpet 1.4.38
- Removed
set_tab_text()
since this is now part of base carpet indisplay_title()
- Added
set_motd()
to change the message of the day of a server - Added back
http_get()