mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-19 04:06:43 -04:00
Merge remote-tracking branch 'origin/master-MC1.10' into master-MC1.11
This commit is contained in:
commit
6400b1fae2
@ -466,7 +466,7 @@ class Player(val agent: internal.Agent) extends FakePlayer(agent.world.asInstanc
|
|||||||
if (didPlace == EnumActionResult.SUCCESS) {
|
if (didPlace == EnumActionResult.SUCCESS) {
|
||||||
MinecraftForge.EVENT_BUS.post(new RobotPlaceBlockEvent.Post(agent, stack, world, pos))
|
MinecraftForge.EVENT_BUS.post(new RobotPlaceBlockEvent.Post(agent, stack, world, pos))
|
||||||
}
|
}
|
||||||
didPlace != EnumActionResult.FAIL
|
didPlace == EnumActionResult.SUCCESS
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user