Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| Mechanics 1.1 beta | 357.67 KB | Apr 22, 2020 | 1.12.2 | 8,330 | Download |
| Mechanics 1.0 beta | 357.64 KB | Apr 21, 2020 | 1.12.2 | 35 | Download |
| Mechanics 0.2.1 beta | 89.34 KB | Jul 12, 2019 | 1.12.2 | 150,855 | Download |
| Mechanics 0.2a beta | 85.15 KB | Jul 11, 2019 | 1.12.2 | 45 | Download |
| Mechanics 0.1 beta | 31.05 KB | Jun 12, 2019 | 1.12.2 | 230 | Download |
Screenshots
Description
Mechanics – Crafting Ways
Go To Website
Mod created in colaboration with al132mc
This mod adds some crafting mechanics to spice up modpacks.
By itself, this mod adds almost nothing to the game, and must be configured to add recipes.
Most recipes are available through CraftTweaker.
Crushing BlockThe Crushing Block can be dropped on top of blocks to crush them. Example usage:
|
![]() |
Alloying FurnaceThe Alloy furnace requires fuel to transform two items into a third. The order does not matter. Example usage:
|
![]() |
Transforming Items with the Nether PortalThrow items into the Nether Portal and they come out transformed! Example usage:
|
![]() |
Drying TableSimilar to Drying Racks from Tinker's and Primal Core. Time will transform an item stack into another. Example usage:
or
|
![]() |
MartletsMartlets to crack drown blocks. Comes in four varieties, stone, iron, gold and diamond. Example usage:
|
![]() |
Amplifying TubeThe Amplifying Tube can transform blocks in world into other blocks or into liquids. Example usage:
or
|
![]() |
Burst Seeds
Burst Seeds are tiny blocks that, after some random amount of time, will burst into a bunch of copies of a resource.

Burst Seeds, unfortunately, do not use CraftTweaker. Instead, you need to create a file called "mechanics_burst_seeds.txt" in your scripts folder.
Inside, you can add or remove burst seeds, one per line.
There are three ways of creating burst seeds (without the quotes):
"burst seed registry name" "block or item registry name" "block or item metadata"
"burst seed registry name" "block or item registry name" "block or item metadata" "any texture"
"burst seed registry name" "block or item registry name" "block or item metadata" "minimum number" "maximum number" "any texture"
Example mechanics_burst_seeds.txt file:
remove burst_seed_end_stone
burst_seed_sea_lantern minecraft:sea_lantern 0
burst_seed_furnace minecraft:furnace 0 minecraft:furnace_front_off
burst_seed_heavy_block mechanics:heavy_block 0 64 64 mechanics:heavy_block
All CraftTweaker Methods:
Add a recipe for the Alloy Furnace. mods.mechanics.addAlloyFurnaceRecipe(IIngredient, IIngredient, IItemStack)
Add a recipe for the Crushing Block. The number of probabilities must be the same as the number of outputs. If the sum of the probabilities isn't 1, there is a chance for an output of nothing. mods.mechanics.addCrushingBlockRecipe(IItemStack[], IItemStack[], double[])
Add a recipe for the Crushing Block. The number of probabilities must be the same as the number of outputs. If the sum of the probabilities isn't 1, there is a chance for an output of nothing. mods.mechanics.addCrushingBlockRecipe(IItemStack, IItemStack[], double[])
Add a recipe for the Drying Table. mods.mechanics.addDryingTableRecipe(IIngredient, IItemStack)
Add a recipe for the Drying Table specifying the time in ticks. mods.mechanics.addDryingTableRecipe(IIngredient, IItemStack, int)
Add a recipe for the Martlet. mods.mechanics.addMartletRecipe(IIngredient, IItemStack)
Add a new transformation recipe through the nether portal. It is not possible to change the number of items this way. 1 to 1 transformations only. mods.mechanics.addNetherPortalRecipe(IItemStack, IItemStack)
Add a recipe for the Tube with a solid block output. mods.mechanics.addTubeRecipe(IItemStack, IItemStack)
Add a recipe for the Tube with a solid block output. mods.mechanics.addTubeRecipe(IItemStack[], IItemStack)
Add a recipe for the Tube with a liquid output. mods.mechanics.addTubeRecipe(IItemStack, ILiquidStack)
Add a recipe for the Tube with a liquid output. mods.mechanics.addTubeRecipe(IItemStack[], ILiquidStack)
Remove a recipe for the Crushing Block. mods.mechanics.removeCrushingBlockRecipe(IItemStack)
Remove a recipe for the Martlet. mods.mechanics.removeMartletRecipe(IIngredient)
Remove a nether portal transformation recipe. mods.mechanics.removeNetherPortalRecipe(IItemStack)
Remove a recipe for the Tube. mods.mechanics.removeTubeRecipe(IItemStack)
Check my other mods at https://wolforcept.github.io/
Hearth Well

Vaultopic

Mechanics

Pristeel

Groves

Miner Golems

Support me on Patreon!
Get 0.05 TON 💎
Download





Add a comment