Giter Site home page Giter Site logo

custommealery's People

Contributors

rubensworks avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

searge-dp 4rz0

custommealery's Issues

template not working

so for mods like this before i get into making my own stuff i'll first run the template and tweak it, but when i do i get an error, this is using the template you provided in the mod:

Template Used:
{
nameid: "shinyBread",
name: "Shiny Bread",
texture: "minecraft:diamond",
colorOverlay: {
red: 150,
green: 255,
blue: 100
},
eatTime: 12,
healAmount: 2,
saturationModifier: 0.3,

isWolfsFavoriteMeat: false,
rarity: "epic",
hasEffect: true,

isAlwaysEdible: true,
maxStackSize: 16,

potionEffects: 
[
    {
        potionid: 1,
        probability: 1.0,
        duration: 3,
        amplifier: 2
    },
    
    {
        potionid: 2,
        probability: 1.0,
        duration: 5,
        amplifier: 2
    }
],

craftingRecipe: {
    recipeResultAmount: 4,
    recipe:
    [
        " , , ",
        "apple,diamond,plankWood",
        "diamond:1,apple,someMod:someItem:6"
    ]
},

furnaceRecipe: {
    recipeResultAmount: 4,
    inputnameid: "apple",
    inputmeta: 1,
    experience: 4
}

}

Crash Report:
https://pastebin.com/1vyegsC5

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.