Skip to content

Instantly share code, notes, and snippets.

Created February 14, 2017 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/f9bd44aa241e7c64c30d42b631c96e5c to your computer and use it in GitHub Desktop.
Save anonymous/f9bd44aa241e7c64c30d42b631c96e5c to your computer and use it in GitHub Desktop.
{
"forge_marker": 1,
"defaults": {
"model": "extragenarators:item/upgrademodel"
},
"variants": {
"speedboost1": [
{
"textures": {
"layer0": "minecraft:items/coal"
}
}
],
"speedboost2": [
{
"textures": {
"layer0": "minecraft:items/egg"
}
}
],
"speedboost3": [
{
"textures": {
"layer0": "minecraft:items/emerald"
}
}
],
"speedboost4": [
{
"textures": {
"layer0": "minecraft:items/clay_ball"
}
}
],
"powerstore1": [
{
"textures": {
"layer0": "minecraft:items/carrot"
}
}
],
"powerstore2": [
{
"textures": {
"layer0": "minecraft:items/cake"
}
}
],
"powerstore3": [
{
"textures": {
"layer0": "minecraft:items/bread"
}
}
],
"powerstore4": [
{
"textures": {
"layer0": "minecraft:items/bowl"
}
}
],
"multiplier1": [
{
"textures": {
"layer0": "minecraft:items/bed"
}
}
],
"multiplier2": [
{
"textures": {
"layer0": "minecraft:items/hopper"
}
}
],
"multiplier3": [
{
"textures": {
"layer0": "minecraft:items/bone"
}
}
],
"multiplier4": [
{
"textures": {
"layer0": "minecraft:items/diamond"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment