Modscraper Modscraper Minecraft
project-236080 logo

project-236080

Mod

by abastro

Scientific API for minecraft

Type

Mod

CurseForge Downloads

194,552

CurseForge ID

236080

Last Updated

Jul 17, 2026

Description

Warning: Discontinued.

Do not use this mod for recent versions.

 

This API Contains these:

 

1. Calculation API

Calculation API is the api which applies Calculation Systems.
You can use Vector and Matrix using this API.
Functions would be added in this api, too.

2. Unit API

Unit API offers Scientific Unit System.
If you are confused with many units (ex: tick vs. second vs. day, EU vs MJ vs W).,
Then you can use this api!

 

You can use like these:
Time l = new Time(30.0, "second");
Time d = new Time(225.0, "tick");
Time p = l.add(d);

3. Chemical API

Chemical API offers Chemical System for Minecraft.
Group of Elements forms Chemical, and Group of Chemicals forms Compound.
Compounds may be used for determining the Ingredients & Properties of a block/item.

Now, Element part of this api is finished.

4. ItemEntity API

ItemEntity is the TileEntity for Items in inventory. It can be used similar to the TileEntity.
Instead of World, its worldObj is type of McInvWorld, which represents the 2-dimensional inventory.
(It describes the inventory as world)
And its position can be expressed using 2 coordinates (x and y).
It is basically only applied to the player inventory, but you can make it applicable to your custom inventory.

And This api also contains the 'MultiItem' system, which is the item version for the MultiBlock.
They will be constructed when certain 'shape' is formed, and destroyed when the shape has broken.

6. Heat API

Heat API is the api which adds Heat System in minecraft.

If you want to make new energy system, you can use this Heat system added by this api.

In this api, Heat can be transferred between Heat Components,
from hot component to cold component.

You can register TileEntity as Heat Component,
and control temperature of the tile entity,
and decide what to do when heat is transferred in/out.

Similar Mods

Included in Modpacks

External Resources