Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - Using compared weights with empty item:
- {
- "pools": [
- {
- "rolls": 1,
- "items": [
- {
- "item": "minecraft:diamond",
- "weight": 1
- },
- {
- "weight": 1
- }
- ]
- }
- ]
- }
- Using random_chance:
- {
- "pools": [
- {
- "rolls": 1,
- "items": [
- {
- "item": "minecraft:diamond",
- "weight": 1,
- "conditions": [
- {
- "condition": "random_chance",
- "chance": 0.5
- }
- ]
- }
- ]
- }
- ]
- }
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment                    
                 
                    