Popular
-
Minecraft PE 26.60.24 (1.21.132/26.50)
More epic battles in the new structure, wind -
IndustrialCraft PE Mod 2.4.8 for Minecraft PE 1.16
The IndustrialCraft PE history continues and now -
X-Ray for Minecraft Bedrock Edition 1.19/1.20/1.21.132/26.60+
X-Ray is a cult cheat in the past, available as -
Pokémon Addon v8.0 for Minecraft Bedrock 1.18/1.19/1.20/1.21/26.50
Pokémon Addon by Zacek the Serpentine is a very -
Java Combat System Addon v8.0 for Bedrock 1.17/1.18/1.19/1.21/26.60+
Install this updated combat system in the form -
Apollon Client 6.53 for Minecraft PE 1.21.114/26.45
Apollon is a standalone client wrapped in -
Minecraft Bedrock 1.21.132/26.44/26.60.23 Patched (apk)
Do you prefer to play non render dragon shaders -
Body Actions Addon v3.4.12 for Minecraft PE 1.19/1.21.110/26.60+
Humanization of characters in Minecraft Bedrock -
LeviLauncher v0.3.11 (LeviLaunchroid v1.5.19) for Minecraft Bedrock 1.21.132/26.45
LeviLauncher is the tool you've been -
One Block Survival Map for Minecraft PE 1.20/1.21 (26.60)
One Block Survival is one of those downloads
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:
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 & Addons for Minecraft Bedrock (PE)
Recommend:
-
IndustrialCraft PE mod v2.0 Pre-Release 7 for Minecraft PE
IndustrialCraft PE is a global mod for MCPE which is a very accurate IndustrialCraft copy for Minecraft PC. It
-
Inner Core for Minecraft PE 1.16 - 3.1.1b127-128 (ARM64 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
-
Factorization Mod 5.2 for Minecraft PE 0.11/0.12/0.13/0.14
The basis of mod make blocks-mechanisms. With these systems of the mechanisms can be automated almost any process in
-
Factorization mod 3.3 for Minecraft PE 0.9.5
Factorization mod 3.3 for Minecraft PE 0.9.5 Script adds many different variety of mechanisms that may produce,
-
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