Skip to content

Instantly share code, notes, and snippets.

@Tomcc
Created October 29, 2015 10:29
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Tomcc/c2a3f6b77e9742779920 to your computer and use it in GitHub Desktop.
Save Tomcc/c2a3f6b77e9742779920 to your computer and use it in GitHub Desktop.
{
"name": "fish.pufferfish.raw",
"id": 206,
"icon": "fish_raw_puffer_fish",
"use_animation": "eat",
"use_duration": 32,
"max_damage": 0,
"stacked_by_data": true,
"food": {
"nutrition": 1,
"saturation_modifier": 0.1,
"is_meat": true,
"effects": [
{
"name": "poison",
"duration": 60,
"amplifier": 3
},
{
"name": "nausea",
"duration": 15,
"amplifier": 1
},
{
"name": "hunger",
"duration": 15,
"amplifier": 2
}
]
}
},
@liamwgaming
Copy link

Wow, this is cool! Modding for PE in Java, never expected that to come, lol.

@an-OK-squirrel
Copy link

wait where do you put this for Android?

@RosalinaFan573
Copy link

Oh cool, they actually added a modding API.
Now how do I use it?

@MadPie
Copy link

MadPie commented Dec 10, 2015

This is looking a lot like stone hearth now, with the Jason scripting and stuff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment