Skip to content
Success

Changes

Summary

  1. Add weighted machine recipe for macerator (details)
  2. Regenerate some macerator recipes to process ore (details)
  3. Update crushed ore textures from 请昵 (details)
  4. Update fuel rod textures from 请昵 (details)
  5. Machine using new sound system can unload sound correctly now (details)
Commit e222e239e917cd4bb66f3b5c4d4fa88c95c86e3f by qian_shan_yao
Add weighted machine recipe for macerator
The file was modifiedsrc/ic2/core/block/machine/tileentity/TileEntityBlockCutter.java
The file was modifiedsrc/ic2/core/recipe/v2/RecipeIo.java
The file was modifiedsrc/ic2/core/block/machine/tileentity/TileEntityOreWashing.java
The file was addedsrc/ic2/api/recipe/MachineRecipeWeighted.java
The file was addedsrc/ic2/data/recipe/helper/WeightedMachineRecipeGenerator.java
The file was modifiedsrc/ic2/core/block/machine/tileentity/TileEntityFluidBottler.java
The file was modifiedsrc/ic2/core/block/machine/tileentity/TileEntityCanner.java
The file was modifiedsrc/ic2/core/block/machine/tileentity/TileEntityCentrifuge.java
The file was modifiedsrc/ic2/core/recipe/v2/BasicMachineRecipeSerializer.java
The file was modifiedsrc/ic2/core/block/machine/tileentity/TileEntityStandardMachine.java
The file was modifiedsrc/ic2/core/block/machine/tileentity/TileEntityCompressor.java
The file was addedsrc/ic2/core/recipe/v2/WeightedMachineRecipeSerializer.java
The file was modifiedsrc/ic2/core/init/Rezepte.java
The file was modifiedsrc/ic2/data/recipe/helper/BasicMachineRecipeGenerator.java
The file was modifiedsrc/ic2/core/ref/Ic2RecipeSerializers.java
The file was modifiedsrc/ic2/data/recipe/MaceratorRecipeProvider.java
The file was addedsrc/ic2/api/recipe/RecipeOutputWeighted.java
The file was modifiedsrc/ic2/core/recipe/BasicMachineRecipeManager.java
Commit 66d6b8e2b60598f95fe88ef440383929d053d2b9 by qian_shan_yao
Regenerate some macerator recipes to process ore
The file was removedres-generated-fabric/data/ic2/recipes/macerator/uranium_ores_to_crushed_uranium.json
The file was addedres-generated-fabric/data/ic2/recipes/macerator/raw_iron_to_crushed_iron.json
The file was removedres-generated-forge/data/ic2/recipes/macerator/ores_lead_to_crushed_lead.json
The file was removedres-generated-forge/data/ic2/recipes/macerator/ores_tin_to_crushed_tin.json
The file was removedres-generated-fabric/data/ic2/recipes/macerator/tin_ores_to_crushed_tin.json
The file was addedres-generated-fabric/data/ic2/recipes/macerator/tin_ores_to_raw_tin.json
The file was addedres-generated-fabric/data/ic2/recipes/macerator/lead_ores_to_raw_lead.json
The file was removedres-generated-forge/data/ic2/recipes/macerator/gold_ores_to_crushed_gold.json
The file was addedres-generated-forge/data/ic2/recipes/macerator/ores_uranium_to_raw_uranium.json
The file was addedres-generated-forge/data/ic2/recipes/macerator/raw_iron_to_crushed_iron.json
The file was addedres-generated-fabric/data/ic2/recipes/macerator/gold_ores_to_raw_gold.json
The file was addedres-generated-fabric/data/ic2/recipes/macerator/raw_copper_to_crushed_copper.json
The file was addedres-generated-fabric/data/ic2/recipes/macerator/iron_ores_to_raw_gold.json
The file was addedres-generated-forge/data/ic2/recipes/macerator/raw_copper_to_crushed_copper.json
The file was addedres-generated-forge/data/ic2/recipes/macerator/ores_lead_to_raw_lead.json
The file was removedres-generated-fabric/data/ic2/recipes/macerator/gold_ores_to_crushed_gold.json
The file was addedres-generated-fabric/data/ic2/recipes/macerator/uranium_ores_to_raw_uranium.json
The file was removedres-generated-forge/data/ic2/recipes/macerator/iron_ores_to_crushed_iron.json
The file was removedres-generated-forge/data/ic2/recipes/macerator/ores_uranium_to_crushed_uranium.json
The file was removedres-generated-fabric/data/ic2/recipes/macerator/copper_ores_to_crushed_copper.json
The file was removedres-generated-forge/data/ic2/recipes/macerator/copper_ores_to_crushed_copper.json
The file was addedres-generated-forge/data/ic2/recipes/macerator/copper_ores_to_raw_copper.json
The file was addedres-generated-forge/data/ic2/recipes/macerator/iron_ores_to_raw_gold.json
The file was removedres-generated-fabric/data/ic2/recipes/macerator/iron_ores_to_crushed_iron.json
The file was addedres-generated-forge/data/ic2/recipes/macerator/gold_ores_to_raw_gold.json
The file was addedres-generated-forge/data/ic2/recipes/macerator/raw_gold_to_crushed_gold.json
The file was addedres-generated-fabric/data/ic2/recipes/macerator/copper_ores_to_raw_copper.json
The file was addedres-generated-forge/data/ic2/recipes/macerator/ores_tin_to_raw_tin.json
The file was removedres-generated-fabric/data/ic2/recipes/macerator/lead_ores_to_crushed_lead.json
The file was addedres-generated-fabric/data/ic2/recipes/macerator/raw_gold_to_crushed_gold.json
Commit 0779b70a3a444fecb6fb93bea1616ef5660320dd by qian_shan_yao
Update crushed ore textures from 请昵
The file was modifiedresources/assets/ic2/textures/items/resource/crushed/gold.png
The file was modifiedresources/assets/ic2/textures/items/resource/purified/copper.png
The file was modifiedresources/assets/ic2/textures/items/resource/purified/uranium.png
The file was modifiedresources/assets/ic2/textures/items/resource/crushed/silver.png
The file was modifiedresources/assets/ic2/textures/items/resource/crushed/tin.png
The file was modifiedresources/assets/ic2/textures/items/resource/crushed/lead.png
The file was modifiedresources/assets/ic2/textures/items/resource/purified/gold.png
The file was modifiedresources/assets/ic2/textures/items/resource/purified/iron.png
The file was modifiedresources/assets/ic2/textures/items/resource/purified/silver.png
The file was modifiedresources/assets/ic2/textures/items/resource/crushed/iron.png
The file was modifiedresources/assets/ic2/textures/items/resource/purified/lead.png
The file was modifiedresources/assets/ic2/textures/items/resource/purified/tin.png
The file was modifiedresources/assets/ic2/textures/items/resource/crushed/uranium.png
The file was modifiedresources/assets/ic2/textures/items/resource/crushed/copper.png
Commit 4f788700271d10c0aac3f5e2d7f51b9599d0483e by qian_shan_yao
Update fuel rod textures from 请昵
The file was modifiedresources/assets/ic2/textures/items/crafting/fuel_rod.png
The file was modifiedresources/assets/ic2/textures/items/reactor/fuel_rod/quad_uranium.png
The file was modifiedresources/assets/ic2/textures/items/resource/nuclear/depleted_dual_uranium.png
The file was modifiedresources/assets/ic2/textures/items/resource/nuclear/depleted_quad_mox.png
The file was modifiedresources/assets/ic2/textures/items/reactor/fuel_rod/uranium.png
The file was modifiedresources/assets/ic2/textures/items/resource/nuclear/depleted_dual_mox.png
The file was modifiedresources/assets/ic2/textures/items/resource/nuclear/depleted_uranium.png
The file was modifiedresources/assets/ic2/textures/items/resource/nuclear/depleted_mox.png
The file was modifiedresources/assets/ic2/textures/items/resource/nuclear/depleted_quad_uranium.png
The file was modifiedresources/assets/ic2/textures/items/reactor/fuel_rod/dual_uranium.png
Commit dfce6006ee8db03fffeef03acb103823e8321ef9 by qian_shan_yao
Machine using new sound system can unload sound correctly now
The file was modifiedsrc/ic2/core/block/tileentity/TileEntityBase.java