A really unique addon for Mekanism Generators.
一个很独特的通用机械发电机的拓展。
This mod uses a dirty hack called Mixins. It changes Mekanism's code at runtime. By creating a new recipe type and forcing the Fission Reactor to accept it, you can now add custom fission recipes to Mekanism.
这个模组使用了Mixins。它在运行的时候更改通用机械的代码,通过创造一种新的配方并且迫使裂变堆接受它。你现在可以给通用机械自定义裂变配方了。
You just need to create the recipe like a datapack. Here's how the recipe JSON file should look like.
你只需要创造数据包一样来添加配方,下面是配方文件的格式(详见github)。
Type: Always use "mekanism:fission" if you are adding a fission recipe.
类型:如果你在添加一种裂变配方始终用"mekanism:fission"
Input
输入(气体)
Gas: The input gas. If you're making a mod you can add your own gas.
气体:输入的气体。如果你正在制作一个模组,你可以添加你模组里的气体。
Amount: Input amount.
数量:输入气体的值
Output: Similar to input.
输出:与输入类似(和输入的格式一样)
Heat: The amount of heat generated. 1 is the amount Fissile Fuel normally creates.
热量:产生热量的值。1是裂变堆正常产生的热量。