Skip to content

Commit

Permalink
Possible fix for #79: IC2 machines are not protected
Browse files Browse the repository at this point in the history
  • Loading branch information
joserobjr committed Nov 14, 2016
1 parent 0d4bced commit f78f538
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ public ModInterfacesTransformer()
r.put("ic2.core.item.tool.ItemToolWrench",
"br.com.gamemods.minecity.forge.base.accessors.item.IItemModifyFirstReactor");

r.put("ic2.core.block.BlockMultiID",
"br.com.gamemods.minecity.forge.base.accessors.block.IBlockOpenReactor");

r.put("mcheli.wrapper.W_EntityContainer",
"br.com.gamemods.minecity.forge.base.protection.mcheli.W_EntityContainer");

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
allprojects {
apply plugin: "java"
group= "br.com.gamemods.minecity"
version = "1.0.A.1"
version = "1.0.A.2-SNAPSHOT"

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit f78f538

Please sign in to comment.