mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -04:00
Merge branch 'OC1.3-MC1.6.4' of github.com:MightyPirates/OpenComputers into OC1.3-MC1.7.10
Conflicts: build.properties
This commit is contained in:
commit
c2ac9aca38
@ -1,7 +1,7 @@
|
||||
minecraft.version=1.7.10
|
||||
forge.version=10.13.0.1180
|
||||
oc.version=1.3.2
|
||||
oc.subversion=dev
|
||||
oc.subversion=
|
||||
cc.mc.version=1.7.10
|
||||
ccl.version=1.1.1.95
|
||||
fmp.version=1.1.0.299
|
||||
|
@ -21,6 +21,8 @@ import net.minecraft.world.World
|
||||
import net.minecraftforge.event.world.WorldEvent
|
||||
|
||||
class Tablet(val parent: Delegator) extends Delegate {
|
||||
showInItemList = false // Hide in release builds.
|
||||
|
||||
override def maxStackSize = 1
|
||||
|
||||
override def update(stack: ItemStack, world: World, player: Entity, slot: Int, selected: Boolean) =
|
||||
|
Loading…
x
Reference in New Issue
Block a user