Skip to content

Commit 04831d5

Browse files
committed
Added CrazyVouchers custom item provider information to RoseLoot
1 parent 28a5042 commit 04831d5

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

docs/RoseLoot/custom-item-plugins.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,4 +429,27 @@ pools:
429429
plugin: nexo
430430
item: 'sapphire_pickaxe'
431431
amount: 1
432-
```
432+
```
433+
434+
## [CrazyVouchers](https://modrinth.com/plugin/crazyvouchers)
435+
The item ID is the voucher name.
436+
437+
```yaml
438+
type: BLOCK
439+
overwrite-existing: none
440+
conditions:
441+
- 'block-type:#diamond_ores'
442+
- 'chance:0.1%'
443+
pools:
444+
0:
445+
conditions: []
446+
entries:
447+
0:
448+
conditions: []
449+
items:
450+
0:
451+
type: custom_item
452+
plugin: crazyvouchers
453+
item: 'your_voucher'
454+
amount: 1
455+
```

docs/RoseLoot/plugin-compatible-values.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Requires the [NBT API](https://www.spigotmc.org/resources/7939/) plugin to be in
3737
| | `slimefun-inventory-contains` | `slimefun-inventory-contains:fortune_cookie,3` |
3838
| [Nexo](https://polymart.org/resource/nexo.6901) | `nexo-type` | `nexo-type:sapphire_pickaxe` |
3939
| | `nexo-inventory-contains` | `nexo-inventory-contains:sapphire_pickaxe,1` |
40+
| [CrazyVouchers](https://modrinth.com/plugin/crazyvouchers) | `crazyvouchers-type` | `crazyvouchers-type:voucher_name` |
41+
| | `crazyvouchers-inventory-contains` | `crazyvouchers-inventory-contains:voucher_name,1` |
4042

4143
## Natural Block Detection Plugins
4244
| Plugin | Condition | Description |

0 commit comments

Comments
 (0)