Popular
-
Toolbox v5.4.32 for Minecraft PE 1.15/1.16/1.17/1.18.31
Toolbox (TooManyItems) is a popular app for -
Minecraft PE 1.18.30.32 (33) Beta (1.18.32 Release)
Frogs, sculk blocks and amazing world generation, -
Dynamic Lights PE Addon for MCPE 1.15/1.16/1.17/1.18/1.19
Dynamic Lights has long been created for almost -
EVO Shaders v1.3 (Mod 1.0) for Minecraft PE 1.12/1.18+
Are you tired of the usual surrounding world? -
Minecraft PE 1.19.0.34 (35) Beta
Meet the officially announced Minecraft PE 1.19 -
X-Ray v1.18 for Minecraft Bedrock Edition 1.17/1.18/1.19
X-Ray is a cult cheat in the past, available as -
ActualGuns Addon (+CSO Lite +DLCs) for Minecraft Bedrock 1.17/1.18/1.19
ActualGuns is the largest weapon addon for -
Zombie Apocalypse Addon v6.1 for Minecraft PE 1.16/1.17/1.18/1.19
The addon comprehensively updates Minecraft -
Ores Plus Addon v2.3.0 for Minecraft PE 1.16/1.17/1.18/1.19
Growing out of a small ruby addition, Ores Plus -
WorldEdit Addon for Minecraft PE 1.16/1.17/1.18/1.19
This kind of WorldEdit comes with some amazing
1
At the moment when you have played enough industrial mods and want to create something of your own, ToolLib will help you with this. This library allows you to create your own unique tools working in the Inner Core environment. If you have an interesting idea and you need to add a customized set of tools, here is a small script where there are variables.
By: abdulla000n
Import:
importLib("ToolLib", "*");
Lesson: How to create a tool?:
ToolLIB.register({
params: {
uid: "tool ID",
name: "tool name",
textures: {
name: "texture"
meta: the index number, if 0 is not necessary.
}
},
localize: {
ru: "name (for Russian localization"
},
funcs: {
prototype: {
damage:tool damage,
blockTypes: ["material ID"]
},
material: "tool material",
isTool: holding in hand,
enchantType: enchant.
}
});
The prototype has other methods: destroyBlock, useItem, modifilyEnchant etc.
[spoiler:Example:]
ToolLIB.register({
params: {
uid: "darkSteelPickaxe",
name: "Dark Steel Pickaxe",
textures: {
name: "darkSteel_pickaxe"
}
},
localize: {
ru: "darkSteel_pickaxe"
},
funcs: {
prototype: {
damage: 2,
blockTypes: ["stone", "dirt"]
},
material: "darkSteel",
isTool: true,
enchantType: Native.EnchantType.pickaxe
}
});
ToolLib API - Creating Your Own Tools for IC Mods
- Author: Bernard
- Date: 8-12-2017, 07:39
At the moment when you have played enough industrial mods and want to create something of your own, ToolLib will help you with this. This library allows you to create your own unique tools working in the Inner Core environment. If you have an interesting idea and you need to add a customized set of tools, here is a small script where there are variables.
By: abdulla000n
Import:
importLib("ToolLib", "*");
Lesson: How to create a tool?:
ToolLIB.register({
params: {
uid: "tool ID",
name: "tool name",
textures: {
name: "texture"
meta: the index number, if 0 is not necessary.
}
},
localize: {
ru: "name (for Russian localization"
},
funcs: {
prototype: {
damage:tool damage,
blockTypes: ["material ID"]
},
material: "tool material",
isTool: holding in hand,
enchantType: enchant.
}
});
The prototype has other methods: destroyBlock, useItem, modifilyEnchant etc.
[spoiler:Example:]
ToolLIB.register({
params: {
uid: "darkSteelPickaxe",
name: "Dark Steel Pickaxe",
textures: {
name: "darkSteel_pickaxe"
}
},
localize: {
ru: "darkSteel_pickaxe"
},
funcs: {
prototype: {
damage: 2,
blockTypes: ["stone", "dirt"]
},
material: "darkSteel",
isTool: true,
enchantType: Native.EnchantType.pickaxe
}
});
If you make an addon to some IC mod that already has the library, then it is enough to import it. You can see the example above or Ender IO PE tools.
How to install the ToolLib API?
1. For stable operation, you need to download and install Inner Core.
2. After installation, move "ToolLib.js" from the archive to games/com.mojang/mods/mod_name/lib/.
Download ToolLib API - Creating Your Own Tools for IC Mods
- Category: Mods for Minecraft Pocket Edition
Recommend:
Ender IO mod v1.0 for Minecraft PE (Bedrock)Ender IO IC is a modification that adds various machines, generators for the production of RF and Eu energy, devices for remote access to objects, pipes for transportation, as well as wires..
Inner Core for Minecraft PE 1.16 - 2.2.1b106 (1.16 Update)Inner Core was created on the basis of the original MCPE 1.0.3 and is a full complement for creating and playing with mods, giving more features than Core Engie & Blocklauncher..
IndustrialCraft PE mod v2.0 Pre-Release 7 for Minecraft PEIndustrialCraft PE is a global mod for MCPE which is a very accurate IndustrialCraft copy for Minecraft PC. It contains the basic mechanisms, generators, and energy..
Factorization Mod 5.2 for Minecraft PE 0.11/0.12/0.13/0.14The basis of mod make blocks-mechanisms. With these systems of the mechanisms can be automated almost any process in the game. Mechanisms can handle and transport the resources, to generate energy,
Factorization mod 3.3 for Minecraft PE 0.9.5Script adds many different variety of mechanisms that may produce, process, manufacture. The script will automate our world. Replace these mods on the pc as industrial craft 2, buildcraft, partially