Simple Machinery
作者:rebot | 分类:模组
价格:0 墨喵币
下载量:0
点赞:0
版本 0.3.0
本资源为搬运资源,原资源地址:
https://modrinth.com/mod/simple-machinery
资源信息
Minecraft 版本: 1.16.5
平台: forge
标签: technology
资源介绍
Simple Machinery

Simple Machinery is a Minecraft mod that adds simple machines to Minecraft. This mod is made for modpack authors. It does not add any recipes by itself, and is meant to configured to fit into a modpack's progression. The machines that are added, usually don't exist in other mods, such as autoclaves and turntables.
Machines
- Autoclave
- Fluid Centrifuge
- Sieve
- Turntable
Inputs, Outputs and Fuels
Autoclave
- Fuel: Steam
- Input: 1 Item + 1 Fluid
- Output: 1 Item
Fluid Centrifuge
- Fuel: Forge Energy
- Input: 1 Liquid
- Output: 3 Weighted Items + 3 Fluids
Sieve
- Fuel: Forge Energy
- Input: 1 Item
- Output: 6 Weighted Item
Turntable
- Fuel: Forge Energy
- Input: 1 Item
- Output: 1 Item
CraftTweaker Support
Autoclave
mods.simplemachinery.autoclave.addRecipe(string id, IIngredient input, IFluidStack fluidInput, IItemStack output, int steam, int time);
mods.simplemachinery.autoclave.removeRecipe(IItemStack output);
Fluid Centrifuge
mods.simplemachinery.fluid_centrifuge.addRecipe(string id, IFluidStack fluidInput, MCWeightedItemStack[] outputs, IFluidStack[] fluidOutputs, int energy, int ticks);
mods.simplemachinery.fluid_centrifuge.addRecipe(string id, IFluidStack fluidInput, IItemStack[] outputs, float[] outputChances[], IFluidStack[] outputs, int energy, int ticks);
Sieve
mods.simplemachinery.sieve.addRecipe(string id, IItemStack input, MCWeightedItemStack[] outputs, int energy, int ticks);
mods.simplemachinery.sieve.addRecipe(string id, IItemStack input, IItemStack[] outputs, float[] outputChances, int energy, int ticks);
Turntable
mods.simplemachinery.turntable.addRecipe(string id, IIngredient input, IItemStack output, int energy, int ticks);
mods.simplemachinery.autoclave.removeRecipe(IItemStack output);
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~