Fixed Refined Storage not running in MC 1.12 and only on MC 1.12.1
This commit is contained in:
		@@ -3,6 +3,7 @@
 | 
			
		||||
### 1.5.16
 | 
			
		||||
- Fixed crash when placing a Controller (raoulvdberge)
 | 
			
		||||
- Fixed crash when configuring an Exporter (raoulvdberge)
 | 
			
		||||
- Fixed Refined Storage not running in MC 1.12 and only on MC 1.12.1 (raoulvdberge)
 | 
			
		||||
 | 
			
		||||
### 1.5.15
 | 
			
		||||
- Updated Forge to 2444 (MC 1.12.1) (raoulvdberge)
 | 
			
		||||
 
 | 
			
		||||
@@ -14,7 +14,7 @@ import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
 | 
			
		||||
import net.minecraftforge.fml.common.network.NetworkRegistry;
 | 
			
		||||
import net.minecraftforge.fml.common.network.simpleimpl.SimpleNetworkWrapper;
 | 
			
		||||
 | 
			
		||||
@Mod(modid = RS.ID, version = RS.VERSION, dependencies = RS.DEPENDENCIES, guiFactory = RS.GUI_FACTORY, updateJSON = RS.UPDATE_JSON)
 | 
			
		||||
@Mod(modid = RS.ID, version = RS.VERSION, dependencies = RS.DEPENDENCIES, acceptedMinecraftVersions = "[1.12,1.13)", guiFactory = RS.GUI_FACTORY, updateJSON = RS.UPDATE_JSON)
 | 
			
		||||
public final class RS {
 | 
			
		||||
    static {
 | 
			
		||||
        FluidRegistry.enableUniversalBucket();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user