MekaJS

Quick rating

MekaJS

No reviews yet

An addon for Mekanism that allow to create custom gases and infuser types with KubeJS

No Theme
No Genre
Mod Addon
Development: Abandoned
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
MekaJS-1.16.5-1.2.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

This mod is no longer maintained
 
Use KubeJS Mekanism instead 

This mod is an addon for Mekanism and Kubejs.

It allow you to create mekanisms customs gases and infuser types using KubeJS JavaScripts.

You don't really need to have advanced modding knowledge to use this mod, however you must know how to use KubeJS to make a basic script. For the rest you can just copy-paste the scripts below and adapt to your needs.

Custom Gases :

To create a custom Mekanism gas, you only need a registry name (the id of the gas if you prefer), the registryname must be lowercase and without spaces and special characters (underscore and numbers are allowed).

You will also need to specify a color for the gas (if you don't the gas will be black), the color is in integer format (see this, the color you need is the "MapInfo Color").

Optionally, you can specify a custom texture for the gas (when displayed in jei or machines gui), remember that the color will be applied over the texture. You can add the texture in the kubejs folder under assets.

Example :

onEvent('gas.registry', event => {
     event.create("test_gas").color(16711688).texture("kubejs:gases/test_gas_texture.png")
})


This will create a gas with a registry name of "test_gas", color full red and the texture dropped in kubejs/assets/kubejs/textures/gases/test_gas_texture.png
Note the texture is optional and if not specified the default fluid texture will be used.
Remember to add "gas.kubejs.test_gas":"Test Gas" in kubejs/assets/lang/en_us.json otherwise the in game name of the gas will be "gas.kubejs.test_gas".

Custom Infuse Types :

To create a custom Mekanism infuse type, you only need a registry name (the id of the gas if you prefer), the registryname must be lowercase and without spaces and special characters (underscore and numbers are allowed).

You will also need to specify a color for the infuser type (if you don't the gas will be black), the color is in integer format (see this, the color you need is the "MapInfo Color").

Optionally, you can specify a custom texture for the infuser type (when displayed in jei or machines gui), remember that the color will be applied over the texture. You can add the texture in the kubejs folder under assets.

Example :
onEvent('infuse_type.registry', event => {

    event.create("test_infuse_type").color(16711688).texture("kubejs:infuse_types/test_infuse_type_texture.png")

})

This will create a gas with a registry name of "test_infuse_type", color full red and the texture dropped in kubejs/assets/kubejs/textures/infuse_types/test_infuse_type_texture.png
Note the texture is optional and if not specified the default infuser type texture will be used.
Remember to add "gas.kubejs.test_infuse_type":"Test Infuser Type" in kubejs/assets/lang/en_us.json otherwise the in game name of the gas will be "gas.kubejs.test_infuse_type".

Issues : 

If you have any issues using this mod, please report them in the MekaJS github issue tracker.

Permissions :

You are allowed to use this mod in any modpack as long as you download it from this website  and don't repost it elsewhere.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~520,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works