Code Monkey home page Code Monkey logo

justenoughmod's Introduction

JustEnoughMod

JustEnoughMod (JEM) is a Minecraft like Game, but it is supposed to be modded.

How it works

JustEnoughMod is a Minecraft like game based on mods. Every base component (except the mod loader itself) is just a mod that can be loaded into the game at runtime. This mod/plugin only system allows specifying uniform interfaces between the mods and keep redundancy at a minimal level.

What should a mod/plugin (not) do

Generally every mod should obviously implement game features and mechanics. However mods can also just be libraries and interfaces for other mods in order to decrease coding effort for the final modder.

Here is a list what mods should not do:

  • Implement redundant interfaces (alternative entity loader for example)
  • Implement performance fixes
  • Implement patches for bugs or other issues

Generally the solution to these problems is just to contribute upstream and fix it on the source! If this is not possible due to no maintenance, just fork the project and start to implement there. However please keep the number of parallel forks at the same time.

How about mod incompatibilities

Later on we will implement a version system that allows to determine what version is compatible with which plugin. This is currently not possible due to heavy development, so generally just keep everything up to date.

How to get started with modding

TBD !Currently no example plugin is implemented!

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.