Scavenge-Baubles
This modification is an addon that provides compatibility between Scavenge and Baubles mods.
Added Block Properties
The mod introduces a special property for working with items in Baubles slots:
has_bauble - allows checking for items in Baubles slots
Parameters:
- "disableJEI": determines whether the condition will be displayed in JEI (default: false), type: Boolean
- "name": Bauble type to check [Amulet, Ring, Belt, Trinket, Head, Body, Charm], type: String
- "stack": item for comparison
- "name": item to check, type: String
- "amount": stack size to check (default: 1), type: IntNumber
- "meta": metadata for comparison (32767 = ignore metadata, default: 32767), type: IntNumber
- "nbt": NBT data to check (reference to NBT file, default: ignore NBT), type: String
Type: Condition Compatibility: Full