options: # opcje od dzwieku (jesli chcesz wylaczyc... wstaw do opcji 'volume' 0 sound: random.level.up pitch: 1 volume: 10 on eat: if event-item is golden apple named "Mutanted apple": apply regeneration 4 to the player for 5 seconds apply speed 2 to the player for 15 seconds apply fire resistance 1 to the player for 1 minute play raw sound "{@sound}" with pitch {@pitch} volume {@volume} at event-location stop on crafting: if event-item is golden apple: if name of event-item isn't "Mutanted apple": remove golden apple from the player add 8 gold ingot to the player send "&8» &cCrafting &ezlotego jablka &cjest &4ZABRONIONY" to the player stop if event-item is enchanted golden apple: remove enchanted golden apple from the player add 8 block of gold to the player send "&8» &cCrafting &eenchantowane zlotego jablka &cjest &4ZABRONIONY" to the player stop on load: register new shaped recipe for golden apple named "Mutanted apple" using wood, wood, wood, wood, apple, wood, wood, wood, wood send "Pomyslnie zaladowano crafting na {@apple name}" to the console stop