- {
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:stone",
- "functions": [
- {
- "function": "set_attributes",
- "modifiers": [
- {
- "slot": "mainhand",
- "name": "random_luck",
- "attribute": "generic.luck",
- "operation": "addition",
- "amount": {
- "min": 0,
- "max": 2048
- }
- }
- ]
- },
- {
- "function": "set_nbt",
- "tag": "{randomMarker:1b}"
- }
- ]
- }
- ]
- }
- ]
- }
复制代码 |