Skip to content

Instantly share code, notes, and snippets.

@Darvin939
Last active Dec 11, 2015
Embed
What would you like to do?
Test: //name
items:
'45': //Item ID
durability: 63
spawn: 50,1-2 //50 - the drop rate, 1-2 - amount
effects:
- damage_arthropods,1-2,100 //effects (if there is an appropriate item)
potion: //potions
spawn: 100,1-1
effects:
- speed,1-2,true,true //effects
// Spawn Kit. Don't delete
Kit:
items:
'268':
spawn: 100,1-1
durability: 25
effects: ''
'374':
spawn: 100,1-1
effects: ''
'339':
spawn: 100,1-3
effects: ''
'300':
spawn: 70,1-1
effects: ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment