Skip to content

Releases: replaceitem/scarpet-additions

Now on Modrinth

17 Jun 17:39
Compare
Choose a tag to compare

‼ Releases have moved to Modrinth

All future releases will no longer be releases on GitHub, use Modrinth instead

1.4.66

02 Mar 11:46
Compare
Choose a tag to compare

Changes

  • Updated to Minecraft 1.18.2

1.4.56.2

12 Dec 14:36
Compare
Choose a tag to compare

Changes

  • Fixed error with http()

1.4.56.1

11 Dec 17:03
Compare
Choose a tag to compare

Changes

  • The http() function will now no longer take a callback function, but instead return the response value directly. This makes the function blocking. Fixes #8

1.4.56

01 Dec 20:11
Compare
Choose a tag to compare

Changes

1.40.4.3

29 Jun 19:46
Compare
Choose a tag to compare

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

23 Jun 17:09
Compare
Choose a tag to compare

Changes

  • http() function can now take 4 arguments for POST to work with a body: http(request_method, url, body?, callback)

1.4.40.1

22 Jun 19:23
Compare
Choose a tag to compare

Changes

  • Changed http_get(url,callback) to http(request_method, url, callback) to allow for other requests than GET

1.4.40

09 Jun 13:59
Compare
Choose a tag to compare

Changes

  • Updated to Minecraft 1.17
  • Java 16

1.4.38

31 May 13:48
Compare
Choose a tag to compare

Changes

  • Update to carpet 1.4.38
  • Removed set_tab_text() since this is now part of base carpet in display_title()
  • Added set_motd() to change the message of the day of a server
  • Added back http_get()