Skip to content

Commit c7d242e

Browse files
committed
Fixed some outdated links
1 parent 9491f3b commit c7d242e

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/RoseLoot/item-types.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -272,18 +272,18 @@ pools:
272272
| Particle Data Type | Value Name | Valid Values | Description |
273273
| --- | --- | --- | --- |
274274
| **All** | `particle` | [Particle](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html) | The type of particle to display |
275-
| | `amount` | [Number Provider](https://github.com/Rosewood-Development/RoseLoot/wiki/Number-Providers) | The amount of particles to display |
276-
| | `offset-x`, `offset-y`, `offset-z` | [Number Provider](https://github.com/Rosewood-Development/RoseLoot/wiki/Number-Providers) | The distance to randomly offset the particles between on each axis |
277-
| | `extra` | [Number Provider](https://github.com/Rosewood-Development/RoseLoot/wiki/Number-Providers) | An extra value normally used for particle random movement, does not work for all particle types |
275+
| | `amount` | [Number Provider](number-providers.md) | The amount of particles to display |
276+
| | `offset-x`, `offset-y`, `offset-z` | [Number Provider](number-providers.md) | The distance to randomly offset the particles between on each axis |
277+
| | `extra` | [Number Provider](number-providers.md) | An extra value normally used for particle random movement, does not work for all particle types |
278278
| | `player-only` | `true` or `false` | If the particles should only be displayed to the player who caused the loot generation |
279279
| | `long-distance` | `true` or `false` | If the particles should be visible from any distance. Only applies if `player-only` is `false` |
280-
| **DustOptions** | `red`, `green`, `blue` | [Number Provider](https://github.com/Rosewood-Development/RoseLoot/wiki/Number-Providers) value between 0-255 | The display color values of the `REDSTONE` particles |
281-
| | `size` | [Number Provider](https://github.com/Rosewood-Development/RoseLoot/wiki/Number-Providers) | How large the particles should be displayed. The normal `REDSTONE` particle size is 1 |
282-
| **DustTransition** | All values from **DustOptions** plus `red-fade`, `green-fade`, and `blue-fade` | [Number Provider](https://github.com/Rosewood-Development/RoseLoot/wiki/Number-Providers) | The color values to fade `DUST_COLOR_TRANSITION` particles to |
280+
| **DustOptions** | `red`, `green`, `blue` | [Number Provider](number-providers.md) value between 0-255 | The display color values of the `REDSTONE` particles |
281+
| | `size` | [Number Provider](number-providers.md) | How large the particles should be displayed. The normal `REDSTONE` particle size is 1 |
282+
| **DustTransition** | All values from **DustOptions** plus `red-fade`, `green-fade`, and `blue-fade` | [Number Provider](number-providers.md) | The color values to fade `DUST_COLOR_TRANSITION` particles to |
283283
| **ItemStack** and **BlockData** | `material` | [Material](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html) | The item/block to display as the particle texture |
284-
| **Vibration** | `time` | [Number Provider](https://github.com/Rosewood-Development/RoseLoot/wiki/Number-Providers) | How long to display the particles for |
285-
| **Integer** | `delay` | [Number Provider](https://github.com/Rosewood-Development/RoseLoot/wiki/Number-Providers) | How many ticks to wait before the particle animation begins |
286-
| **Float** | `rotation` | [Number Provider](https://github.com/Rosewood-Development/RoseLoot/wiki/Number-Providers) | A rotation (in radians) for the particle texture |
284+
| **Vibration** | `time` | [Number Provider](number-providers.md) | How long to display the particles for |
285+
| **Integer** | `delay` | [Number Provider](number-providers.md) | How many ticks to wait before the particle animation begins |
286+
| **Float** | `rotation` | [Number Provider](number-providers.md) | A rotation (in radians) for the particle texture |
287287

288288
## Fireworks
289289
Fireworks can be spawned to show that rare or special loot has been dropped. This follows the same format as [Firework Effect Meta](item-meta.md#firework-effect-meta) with a couple extra options. `power` can be set to a value between -1 and 127, with a negative value making the firework explode instantly. The firework can be set to not deal damage by setting `deal-damage: false`.

0 commit comments

Comments
 (0)