nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft.
Carpet

Carpet

Mod

Take full control over your vanilla game

Server Game MechanicsUtility

1.12M downloads
1,212 followers
Created2 years ago
Updated15 days ago

Filter versions...
Filter channels...

What's new in Carpet 1.4.151:

  • support for Minecraft 24w36a

What's new in Carpet 1.4.150:

  • support for Minecraft 24w35a

What's new in Carpet 1.4.149:

  • support for Minecraft 24w34a

What's new in Carpet 1.4.148:

  • support for Minecraft 24w33a

scarpet changes:

  • 'explosion' event can now be cancelled

What's new in Carpet 1.4.147:

  • support for Minecraft 1.21 and 1.21.1

What's new in Carpet 1.4.146:

  • support for Minecraft 1.21-pre3

What's new in Carpet 1.4.145:

  • support for Minecraft 1.21 prerelease 1

scarpet changes:

  • chunk loading API is still broken. Chunk load events should come back. relight or reset_chunk might not be that easy to do, so may be dropped
  • scarpet shapes are fixed now!

What's new in Carpet 1.4.144:

  • support for Minecraft 24w21a

Scarpet changes:

  • chunk loading API is still broken
  • scarpet shapes are broken now too.

What's new in Carpet 1.4.143:

  • support for Minecraft 24w20a

scarpet changes:

  • temporarily (hopefully) disabled functions of relight and reset_chunk since it cannot be easily adapted to the new API. Same goes for chunk_generated and chunk_loaded events, which may come back in a different form, supported by the new chunk API

What's new in Carpet 1.4.142:

  • support for Minecraft 24w18a

What's the traitor llama in Carpet 1.4.141:

  • Fixed issue with carpet clients rules desynced. blame @altrisi

What's new in Carpet 1.4.140:

  • support for Minecraft 1.20.5

What's new in Carpet 1.4.139:

  • support for Minecraft 1.20.5 pre release 2

What's new in Carpet 1.4.138:

  • support for Minecraft 1.20.5-pre1

What's new in Carpet 1.4.137:

  • support for Minecraft 24w13a
  • runs on Java 21

What's new in Carpet 1.4.136:

  • support for Minecraft 24w13a

What's new in Carpet 1.4.135:

  • support for Minecraft 24w12a

What's new in Carpet 1.4.134:

  • supports Minecraft 24w09a, 24w10a and 24w11a
  • adjusted stackableShulkerBoxes rule to work with the new item format. It should be now easier to stack them (they should just behave like normal stackable items), but you try to save an overstacked item (with the rule turned off) the chunk will currently crash

scarpet changes:

  • changes to how item arguments are interpreted and returned throught the API.

Significant changes to the format of the items nbt affects how items are handled in scarpet. The format doesn't change, so items are still represented as a triple of [item_id, count, tag], but now the tag does not represent the extra data that the item had associated with it, but the entire tag including the count, id, and all new components. When saving of items (using inventory_set for example), if the tag is provided it will override the provided id, and if the count is provided in the triple, it will override the count in the tag. For example, the following: ['stone', 1, {}] is now ['stone', 1, {id:"minecraft:stone"}] and ['diamond_pickaxe', 1, {Damage:4}] is now ['diamond_pickaxe', 1, {components:{"minecraft:damage":4},id:"minecraft:diamond_pickaxe"}]. It is now not easy to assert if the item has no data by checking if the tag is false. You need to now check if components are missing. If you worked with items before, but didn't use the tag information, your scripts should work just fine. If you used the tags, but only in their unmodified form, for instance to copy item information from one place to another, you should be fine too. If you needed to parse item information, or were creating items with custom nbt on your own, your scripts will break and need to be adjusted.

What's new in Carpet 1.4.133:

  • support for Minecraft 24w06a and 24w07a

What's new in Carpet 1.4.132:

  • support for Minecraft 24w05a

External resources



Project members

gnembon

Author

altrisi

Owner


Technical information

License
MIT
Client side
unsupported
Server side
required
Project ID
Expand Down