promotional bannermobile promotional banner
premium banner
A mod that adds a crafting way to get the machines from Compact Machines 3!

Description

C.C.E

Compact Crafting Expansion or C.C.E for  short is a mod that adds a new way to acquire  the machines from  the mod Compact Machines!
This mod was created in Mcreator and will be used in my upcoming modpack Sky Of Ages!

 

Crafting Components

It all starts with the empty crafting component.
To craft one you need:
4x of any stone + 1x coal

Processor:
1x empty crafting component + 1x redstone

Binding:
1x empty crafting component + 1x glowstone dust

Gravity Normalizer:
1x empty crafting component + 1x diamond

Core Stabilizer:
1x processor + 1x redstone block + 1x empty crafting component + 1x compact block

 
Machine Parts

Tiny Machine Part:


Small Machine Part:


Normal Machine Part:


Large Machine Part:


Giant Machine Part:


Maximum Machine Part:

Now using 4x tiny machine parts + 1x compact block + 1x core stabilizer you can make 1x tiny compact machine!
Same goes for all the other (only thing is you need a lot of tiny machine parts!

 
Compact Machine Recipes:

Tiny:

Small:

Normal:

Large:

Giant:

Maximum:

 
Compact Ingot/Block

To make one compact ingot you need 1x iron ingot + 2x redstone dust.
Then 9x compact ingots = 1x compact block!

 
All Machine Parts

Starting from:
Tiny to small to normal to large to giant and finally maximum

 
Read Me

Since for some reason after my tests with the mod, the recipes don't work in game.
I have made a script that adds the recipes.
So for anyone who wants to use this mod in their modpacks they must also use crafttweaker and modtweaker (Both amazing mods)
I will provide the script along with the mod file + instructions for those who don't know how to actually use the script!
Just make a file called (CCE.zs) and drop the script in, save and you are ready!

 
Script

recipes.addShaped(<compactmachines3:machine:0>, [
[null, <compact_crafting_expansion:tiny_machine_part>, null],
[<compact_crafting_expansion:tiny_machine_part>, <compact_crafting_expansion:compact_block>, <compact_crafting_expansion:tiny_machine_part>],
[null, <compact_crafting_expansion:tiny_machine_part>, <compact_crafting_expansion:core_stabilizer>]
]);
recipes.addShaped(<compactmachines3:machine:1>, [
[null, <compact_crafting_expansion:small_machine_part>, null],
[<compact_crafting_expansion:small_machine_part>, <compact_crafting_expansion:compact_block>, <compact_crafting_expansion:small_machine_part>],
[null, <compact_crafting_expansion:small_machine_part>, <compact_crafting_expansion:core_stabilizer>]
]);
recipes.addShaped(<compactmachines3:machine:2>, [
[null, <compact_crafting_expansion:normal_machine_part>, null],
[<compact_crafting_expansion:normal_machine_part>, <compact_crafting_expansion:compact_block>, <compact_crafting_expansion:normal_machine_part>],
[null, <compact_crafting_expansion:normal_machine_part>, <compact_crafting_expansion:core_stabilizer>]
]);
recipes.addShaped(<compactmachines3:machine:3>, [
[null, <compact_crafting_expansion:large_machine_part>, null],
[<compact_crafting_expansion:large_machine_part>, <compact_crafting_expansion:compact_block>, <compact_crafting_expansion:large_machine_part>],
[null, <compact_crafting_expansion:large_machine_part>, <compact_crafting_expansion:core_stabilizer>]
]);
recipes.addShaped(<compactmachines3:machine:4>, [
[null, <compact_crafting_expansion:giant_machine_part>, null],
[<compact_crafting_expansion:giant_machine_part>, <compact_crafting_expansion:compact_block>, <compact_crafting_expansion:giant_machine_part>],
[null, <compact_crafting_expansion:giant_machine_part>, <compact_crafting_expansion:core_stabilizer>]
]);
recipes.addShaped(<compactmachines3:machine:5>, [
[null, <compact_crafting_expansion:maximum_machine_part>, null],
[<compact_crafting_expansion:maximum_machine_part>, <compact_crafting_expansion:compact_block>, <compact_crafting_expansion:maximum_machine_part>],
[null, <compact_crafting_expansion:maximum_machine_part>, <compact_crafting_expansion:core_stabilizer>]
]);