scarpet icon indicating copy to clipboard operation
scarpet copied to clipboard

Public Repository of scarpet programs for Minecraft

Results 91 scarpet issues
Sort by recently updated
recently updated
newest added

New app that combines and extends the silk_spawners and silk_budding_amethyst scripts

new-app

**Elytra Swap with any Chestplate Armor** By right-clicking with an elytra or any chestplate this script will swap the items ``` global_swappable_items = ['netherite_chestplate','diamond_chestplate','iron_chestplate','golden_chestplate','chainmail_chestplate','leather_chestplate','elytra']; __on_player_uses_item(player, item_tuple, hand) -> ( if...

enhancement

**Is your feature request related to a problem? Please describe.** A more orderly script management **Describe the solution you'd like** Add support for subdirectories such as `/scripts/MyFolder/myscript.sc`, `/scripts/MyFolder/myotherscript.sc` In this...

enhancement

Github still detects these there, and it cleans the root directory a bit, so users who don't know about github can find what matters quicker. I used `.github` instead of...

Add more intuitive dummy controls Modify https://github.com/gnembon/scarpet/blob/master/programs/survival/fakeplayer_inv_editor.sc Add instructions and update GUI ![image](https://user-images.githubusercontent.com/70706886/163657387-715ba970-0ae2-4db9-9719-c7f0ca7cb6bd.png) ![image](https://user-images.githubusercontent.com/70706886/163657394-ce89ee1f-d278-42f2-9965-8258ba6ba912.png) and many more...

new-app

_No description provided._

app-update

This is a continuation from [this discord conversation](https://discord.com/channels/882822986795716608/953977261827170355), and the code I wrote there. In this PR, I also rename `heap.sc` to `min_heap.sc`, and add `max_heap.scl` as a showcase of...

enhancement
new-app

This library provides the bounds of the solid collision box of every block and block state combination in the game, or `null` if a block does not have solid collision....

help wanted
new-app

Its almost an 1 to 1 copy of [Universal Graves mod](https://github.com/Patbox/UniversalGraves) except the fancy holograms and some minor stuff. Since this uses fake screens, the minimum carpet version is bumped...

new-app

Fixes #241 Using `weather('clear', round(rand(0x7FFFFFFF))` instead of `run('weather clear')` which always does 5 minutes (or 6000 ticks)

app-update