diff --git a/smithed_libraries/packs/actionbar/README.md b/smithed_libraries/packs/actionbar/README.md index 81d67ff..f850072 100644 --- a/smithed_libraries/packs/actionbar/README.md +++ b/smithed_libraries/packs/actionbar/README.md @@ -1,3 +1,7 @@ +

+ +

+ # Actionbar This library helps multiple data packs manage the actionbar by aggregating usage by priority. This allows persistent messages to display without interrupting more urgent notification type messages. @@ -6,9 +10,9 @@ This pack also allows vanilla survival actionbar messages to be shown over other * Sleeping status (i.e. sleep percentage and sleeping through the night messages) * Trying to open a locked container ## Usage -For usage information, see the [documentation](https://wiki.smithed.dev/libraries/smithed-core) +For usage information, see the [documentation](https://docs.smithed.dev/libraries/actionbar) ## Downloading -You can download this library from [the website](https://smithed.dev/packs/smithed/actionbar) +You can download this library from [the website](https://smithed.net/packs/jj8jhhGXHAVsdHoQ8Rqh) or You can build it from source using [beet](https://github.com/mcbeet/beet) @@ -16,6 +20,6 @@ You can build it from source using [beet](https://github.com/mcbeet/beet) ``` $ pip install beet mecha $ git clone https://github.com/Smithed-MC/Libraries -$ cd Libraries/damage +$ cd Libraries/actionbar $ beet -s 'meta.libraries = ["actionbar"]' ``` diff --git a/smithed_libraries/packs/crafter/README.md b/smithed_libraries/packs/crafter/README.md index 60b4bbe..62eaa49 100644 --- a/smithed_libraries/packs/crafter/README.md +++ b/smithed_libraries/packs/crafter/README.md @@ -3,3 +3,18 @@

**Smithed Crafter** serves as the end users all in one crafting table! No more having 89 different crafting blocks in your base! + +## Usage +For usage information, see the [documentation](https://docs.smithed.dev/libraries/crafter/) +## Downloading +You can download this library from [the website](https://smithed.net/packs/GlsJvron3k5H2Z9Q5LHn) +or +You can build it from source using [beet](https://github.com/mcbeet/beet) + +### Building +``` +$ pip install beet mecha +$ git clone https://github.com/Smithed-MC/Libraries +$ cd Libraries/crafter +$ beet -s 'meta.libraries = ["crafter"]' +``` \ No newline at end of file diff --git a/smithed_libraries/packs/custom-block/README.md b/smithed_libraries/packs/custom-block/README.md index bfde5ce..07ad1e3 100644 --- a/smithed_libraries/packs/custom-block/README.md +++ b/smithed_libraries/packs/custom-block/README.md @@ -1,11 +1,14 @@ -# Damage -This library provides utilities to apply custom damage to entities and players. - -[Documentation](https://wiki.smithed.dev/libraries/smithed-core/entities/score-based-damage) +

+ +

+# Custom Block +A customizable API to make custom blocks easier to work with. +## Usage +[Documentation](https://docs.smithed.dev/libraries/custom-block/) ## Downloading -You can download it from [here](https://smithed.dev/thenuclearnexus/smithed-damage)
+You can download it from [here](https://api.smithed.dev/v2/download?pack=custom-block)
or
You can build it from source using the [beet](https://github.com/mcbeet/beet) @@ -13,6 +16,6 @@ You can build it from source using the [beet](https://github.com/mcbeet/beet) ``` $ pip install beet mecha $ git clone https://github.com/Smithed-MC/Libraries -$ cd Libraries/damage -$ beet build +$ cd Libraries/custom-block +$ beet -s 'meta.libraries = ["custom-block"]' ``` diff --git a/smithed_libraries/packs/damage/README.md b/smithed_libraries/packs/damage/README.md index bfde5ce..095a863 100644 --- a/smithed_libraries/packs/damage/README.md +++ b/smithed_libraries/packs/damage/README.md @@ -1,11 +1,16 @@ +

+ +

+ # Damage This library provides utilities to apply custom damage to entities and players. -[Documentation](https://wiki.smithed.dev/libraries/smithed-core/entities/score-based-damage) - +**This library is deprecated as of Minecraft 1.20 with the introduction of the /damage command.** +## Usage +[Documentation](https://docs.smithed.dev/libraries/damage/) ## Downloading -You can download it from [here](https://smithed.dev/thenuclearnexus/smithed-damage)
+You can download it from [here](https://api.smithed.dev/v2/download?pack=damage) or
You can build it from source using the [beet](https://github.com/mcbeet/beet) @@ -14,5 +19,5 @@ You can build it from source using the [beet](https://github.com/mcbeet/beet) $ pip install beet mecha $ git clone https://github.com/Smithed-MC/Libraries $ cd Libraries/damage -$ beet build +$ beet -s 'meta.libraries = ["damage"]' ``` diff --git a/smithed_libraries/packs/item/README.md b/smithed_libraries/packs/item/README.md index 8a933dc..f877890 100644 --- a/smithed_libraries/packs/item/README.md +++ b/smithed_libraries/packs/item/README.md @@ -1,6 +1,20 @@ +

+ +

+ # Item +## Usage +[Documentation](https://docs.smithed.dev/libraries/item/) ## Downloading -You can download it from [here](https://smithed.dev/thenuclearnexus/smithed.item)
+You can download it from [here](https://api.smithed.dev/v2/download?pack=item) or
You can build it from source using the [beet](https://github.com/mcbeet/beet) + +### Building +``` +$ pip install beet mecha +$ git clone https://github.com/Smithed-MC/Libraries +$ cd Libraries/item +$ beet -s 'meta.libraries = ["item"]' +``` \ No newline at end of file diff --git a/smithed_libraries/packs/prevent-aggression/README.md b/smithed_libraries/packs/prevent-aggression/README.md index 1917467..a127bfd 100644 --- a/smithed_libraries/packs/prevent-aggression/README.md +++ b/smithed_libraries/packs/prevent-aggression/README.md @@ -1 +1,33 @@ -# PreventAggression \ No newline at end of file +

+ +

+ +# Prevent Agression + +Every 10 ticks (0.5 seconds), hostile mobs that attack villagers are added to the smithed.prevent_aggression team. Entities with the smithed.entity tag are ignored, but can be added to the team with a separate command. +All mobs that naturally attack villagers are added to the team by default: + +- zombie +- husk +- drowned +- zombie_villager +- pillager +- ravager +- vindicator +- vex +- illusioner + +## Usage +[Documentation](https://docs.smithed.dev/libraries/prevent-aggression/) +## Downloading +You can download it from [here](https://api.smithed.dev/v2/download?pack=prevent-aggression) +or
+You can build it from source using the [beet](https://github.com/mcbeet/beet) + +### Building +``` +$ pip install beet mecha +$ git clone https://github.com/Smithed-MC/Libraries +$ cd Libraries/prevent-agression +$ beet -s 'meta.libraries = ["prevent-agression"]' +``` \ No newline at end of file