Giter Site home page Giter Site logo

thekitchenmod's People

Contributors

guro2 avatar hanatakeyurii avatar mazdallier avatar mrspring avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

thekitchenmod's Issues

Config file paths

The ModConfig class has hard coded a backslash as the path separator which causes problems when running the mod on a non-Window server.

String locationForJson = base + "\\TheKitchenMod\\" + names[i] + ".json";

On a Linux machine it creates files in the server's root directory of the names like

     config\TheKitchenMod\Combo.json

A cleaner approach would be to use the platform defined directory separator:

String locationForJson = base + File.separator + "TheKitchenMod" + File.separator + names[i] + ".json";

Frying Pan Not Using Up Item

Placing a peanut, bacon, etc. in a frying pan adds the item to the frying pan but does not remove it from your inventory, duping it.

Mods used:
CodeChickenCore-1.7.10-1.0.7.47-universal.jar
MobiusCore-1.2.5_1.7.10.jar
NotEnoughItems-1.7.10-1.0.5.120-universal.jar
Waila-1.5.10_1.7.10.jar
TheKitchenMod-1.3.20-1.7.2-10.jar

3d

Whenever I try to make a sandwich i place the bread on the cutting board. Then, things like cheese slices,beef slices or whatever are not 3d they're just flat except for the bacon. Im using the latest version of the mod.
2015-12-30_18 12 01
2015-12-30_18 11 29

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.