I have rewritten the mod for 1.6.4 since the license allowed.
No code is borrowed, only graphics for the showcase and item icons.
Create statues out of various blocks:
Craft a showcase to show off your valuables:
Statue creation process animated:
Place two blocks on top of each other, right click with a hammer, enter someone's username - and voila - the statue is ready.
Recipes:
Changelog:
New in 2.1.0:
- Now requires Autoutils mod.
- More blocks to be crafted into statues, including glass and ice.
- Can paint statues using the palette.
- Can put items into left hand as well.
- Can rotate items held in statue's hands.
- Redstone statues emit redstone signal.
- Glowstone statues emit light.
New in 2.0.2:
- Added statue pose GUI.
- Statues can be made out of any solid block.
Downloads: Statues Autoutils (required library mod, shared between all my mods)
Installation:
1. Install Minecraft forge.
2. Put Autoutils .jar file you downloaded into mods directory.
3. Put the mod's .jar file you downloaded into mods directory.
Videos:
jimmytfan:
MCE626:
SupremoPete:
lemonny3663:
Permissions:
This mod is available under GPL2. You are allowed to include it into mod packs of any kind, without asking for permission.
Then Billy asked Harry if he wanted to read his BDSM blog. Harry was so surprised that his pants flew right off. He was wearing women's underpants. The inquisitors were wearing them, too.
what is this mod about? I haven't readed the title,I directly downloaded it when I saw your name Maiden
seriously,nice to see you have updated this mod,I really missed it,thank you
edit : found a bad thing
the shift clic issue in item case
at net.minecraft.inventory.Slot.func_82869_a(Slot.java:150)
[...] this part repeated an incredible amount of time,that's why I left only a small part of it
at net.minecraft.inventory.Container.func_75144_a(SourceFile:191)
at net.minecraft.inventory.Container.func_75133_b(SourceFile:366)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:199)
at net.minecraft.inventory.Container.func_75133_b(SourceFile:366)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:199)
at net.minecraft.inventory.Container.func_75133_b(SourceFile:366)
[...]
-- Affected screen --
Details:
Screen name: info.jbcs.minecraft.statues.GuiShowcase
Stacktrace:
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1570)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:909)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:837)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
English isn't my native language, if I am making errors or if you feel offended because of something I said incorrectly, please tell me, that will help me to improve my English level, thanks.
anicet74: you're right, just shift-clicking crashes the game. I fixed it, get 2.0.1 version.
Eruantien: it should, though i didn't test it. If you don't have access to internet, you won't see players' textures. If you do, but are just playing in offline mode or a cracked version, you shouldn't have a problem.
JuergenSchT: possibly.
no,it don't even work with some vanilla block,but you'll notice that each statue use a custom texture,so it would be pretty hard to add more block including modded one
just readed the post under mine,and it seems that I was totaly wrong,good job Maiden
English isn't my native language, if I am making errors or if you feel offended because of something I said incorrectly, please tell me, that will help me to improve my English level, thanks.
It should be easy to add support for more blocks. I just quickly made a list of blocks that are allowed, to prevent some silly situations, and it's the only thing that's preventing statues made out of any blocks right now. If you, for example, install my Chisel mod, and set it to add textures to vanilla blocks, you can make statues out of all possible variations. I want to add a config setting in the future to control what blocks are allowed or what blocks are disallowed, and add an API for mods to specify which of their blocks should be allowed by default.
java.lang.NoSuchMethodError: info.jbcs.minecraft.utilities.InventoryStatic.throwItems(Lnet/minecraft/world/World;III)V
at info.jbcs.minecraft.statues.BlockShowcase.func_71852_a(BlockShowcase.java:159)
at net.minecraft.world.chunk.Chunk.func_76592_a(Chunk.java:711)
at net.minecraft.world.World.func_72832_d(World.java:559)
at net.minecraft.world.World.func_94571_i(World.java:688)
at net.minecraft.block.Block.removeBlockByPlayer(Block.java:1662)
at net.minecraft.item.ItemInWorldManager.func_73079_d(ItemInWorldManager.java:275)
at net.minecraft.item.ItemInWorldManager.func_73084_b(ItemInWorldManager.java:312)
at net.minecraft.item.ItemInWorldManager.func_73074_a(ItemInWorldManager.java:170)
at net.minecraft.network.NetServerHandler.func_72510_a(NetServerHandler.java:493)
at net.minecraft.network.packet.Packet14BlockDig.func_73279_a(SourceFile:46)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
and I have found an interesting bug : putting a stack of items in the showcase will transform the stack in a single item (I lost 63 diamonds )
Rollback Post to RevisionRollBack
English isn't my native language, if I am making errors or if you feel offended because of something I said incorrectly, please tell me, that will help me to improve my English level, thanks.
The Meaning of Life, the Universe, and Everything.
Location:
Sweden :)
Join Date:
12/2/2011
Posts:
217
Minecraft:
Rimevel
Member Details
Another awesome mod from Automatic_maiden! I love how your mods focus on one or two specific things and just stay that simple. Just what it says on the tin
I have rewritten the mod for 1.6.4 since the license allowed.
No code is borrowed, only graphics for the showcase and item icons.
Create statues out of various blocks:
Craft a showcase to show off your valuables:
Statue creation process animated:
Place two blocks on top of each other, right click with a hammer, enter someone's username - and voila - the statue is ready.
Recipes:
Changelog:
New in 2.1.0:
- Now requires Autoutils mod.
- More blocks to be crafted into statues, including glass and ice.
- Can paint statues using the palette.
- Can put items into left hand as well.
- Can rotate items held in statue's hands.
- Redstone statues emit redstone signal.
- Glowstone statues emit light.
New in 2.0.2:
- Added statue pose GUI.
- Statues can be made out of any solid block.
Downloads:
Statues
Autoutils (required library mod, shared between all my mods)
Installation:
1. Install Minecraft forge.
2. Put Autoutils .jar file you downloaded into mods directory.
3. Put the mod's .jar file you downloaded into mods directory.
Videos:
jimmytfan: MCE626: SupremoPete: lemonny3663:
Permissions:
This mod is available under GPL2.
You are allowed to include it into mod packs of any kind, without asking for permission.
Old downloads:
1.6.4: statues-1.6.4-2.0.1.jar
1.6.4: statues-1.6.4-2.0.0.jar
Oh wait. Nevermind.
Anyway, nice work! Based AUTOMATIC continues to be based.
First, Ignatius used the rock.
Then Billy asked Harry if he wanted to read his BDSM blog. Harry was so surprised that his pants flew right off. He was wearing women's underpants. The inquisitors were wearing them, too.
They realized that they were all men of the lord.
- 30 Hs
seriously,nice to see you have updated this mod,I really missed it,thank you
edit : found a bad thing
the shift clic issue in item case
at net.minecraft.inventory.Slot.func_82869_a(Slot.java:150)
[...] this part repeated an incredible amount of time,that's why I left only a small part of it
at net.minecraft.inventory.Container.func_75144_a(SourceFile:191)
at net.minecraft.inventory.Container.func_75133_b(SourceFile:366)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:199)
at net.minecraft.inventory.Container.func_75133_b(SourceFile:366)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:199)
at net.minecraft.inventory.Container.func_75133_b(SourceFile:366)
[...]
-- Affected screen --
Details:
Screen name: info.jbcs.minecraft.statues.GuiShowcase
Stacktrace:
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1570)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:909)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:837)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Boblennon'/188, l='MpServer', x=-26,62, y=65,62, z=1574,44]]
Chunk stats: MultiplayerChunkCache: 421
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-139,4,-34), Chunk: (at 5,0,14 in -9,-3; contains blocks -144,0,-48 to -129,255,-33), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 79005 game time, 79005 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 101 total; [EntityBat['Chauve-souris'/30644, l='MpServer', x=9,43, y=22,03, z=1633,16], EntityBat['Chauve-souris'/30665, l='MpServer', x=28,69, y=21,05, z=1586,59], EntityCaveSpider['Araignée des cavernes'/8104, l='MpServer', x=47,91, y=-24,62, z=33,42], EntityMinecartChest['entity.MinecartChest.name'/118, l='MpServer', x=-31,50, y=33,50, z=1654,50], EntityVillager['Villageois'/123, l='MpServer', x=-13,16, y=64,00, z=1648,50], EntityMinecartChest['entity.MinecartChest.name'/141, l='MpServer', x=7,50, y=32,34, z=1631,50], EntityVillager['Villageois'/156, l='MpServer', x=4,47, y=64,00, z=1640,34], EntityVillager['Villageois'/175, l='MpServer', x=10,44, y=64,00, z=1649,31], EntityVillager['Villageois'/160, l='MpServer', x=-2,50, y=64,00, z=1647,34], NpcBase['entity.AncientWarfare.entity.npc.name'/167, l='MpServer', x=40,63, y=62,77, z=1623,56], NpcBase['entity.AncientWarfare.entity.npc.name'/166, l='MpServer', x=1,47, y=62,92, z=1594,48], EntityVillager['Villageois'/165, l='MpServer', x=0,16, y=65,00, z=1634,31], EntityVillager['Villageois'/164, l='MpServer', x=7,56, y=65,00, z=1636,50], EntityBat['Chauve-souris'/15218, l='MpServer', x=11,25, y=37,10, z=1596,88], EntityVillager['Villageois'/186, l='MpServer', x=37,25, y=68,00, z=1645,16], EntityBat['Chauve-souris'/26856, l='MpServer', x=-21,25, y=39,00, z=1630,75], EntityVillager['Villageois'/185, l='MpServer', x=37,94, y=65,00, z=1636,69], EntityMinecartChest['entity.MinecartChest.name'/189, l='MpServer', x=17,50, y=36,50, z=1607,50], EntityBat['Chauve-souris'/22934, l='MpServer', x=-23,66, y=34,10, z=1618,59], EntityMinecartChest['entity.MinecartChest.name'/179, l='MpServer', x=16,50, y=20,50, z=1649,50], EntityVillager['Villageois'/176, l='MpServer', x=9,31, y=65,00, z=1649,69], EntityCow['Vache'/201, l='MpServer', x=29,25, y=65,00, z=1592,06], NpcBase['entity.AncientWarfare.entity.npc.name'/200, l='MpServer', x=52,18, y=76,14, z=1617,51], NpcBase['entity.AncientWarfare.entity.npc.name'/202, l='MpServer', x=14,75, y=64,00, z=1590,25], NpcBase['entity.AncientWarfare.entity.npc.name'/197, l='MpServer', x=52,50, y=65,00, z=1582,69], item.vehicleSpawner.9::196 @ 24,50, 75,00, 1607,50 -- y:91,48 p:0,00 -- m: 0,00, 0,00, 0,00, EntityCow['Vache'/199, l='MpServer', x=27,66, y=65,00, z=1600,13], EntityCow['Vache'/198, l='MpServer', x=29,50, y=65,00, z=1596,78], EntityBat['Chauve-souris'/26768, l='MpServer', x=24,75, y=21,79, z=1584,31], NpcBase['entity.AncientWarfare.entity.npc.name'/195, l='MpServer', x=26,00, y=75,00, z=1607,46], EntityBat['Chauve-souris'/30540, l='MpServer', x=-28,25, y=17,98, z=1653,25], EntityMinecartChest['entity.MinecartChest.name'/222, l='MpServer', x=-83,50, y=17,50, z=1577,50], EntityBat['Chauve-souris'/30539, l='MpServer', x=-25,63, y=16,51, z=1651,63], EntityMinecartChest['entity.MinecartChest.name'/255, l='MpServer', x=-56,50, y=33,50, z=1644,50], EntityMinecartChest['entity.MinecartChest.name'/252, l='MpServer', x=-63,50, y=33,50, z=1605,50], EntityMinecartChest['entity.MinecartChest.name'/253, l='MpServer', x=-59,50, y=23,50, z=1636,50], EntityMinecartChest['entity.MinecartChest.name'/250, l='MpServer', x=-50,50, y=33,50, z=1593,50], EntityMinecartChest['entity.MinecartChest.name'/248, l='MpServer', x=-50,50, y=27,50, z=1559,50], EntityMinecartChest['entity.MinecartChest.name'/242, l='MpServer', x=-75,50, y=27,34, z=1640,50], EntitySquid['Pieuvre'/24156, l='MpServer', x=-44,34, y=61,00, z=1625,53], EntitySquid['Pieuvre'/24157, l='MpServer', x=-39,50, y=62,28, z=1630,50], EntitySquid['Pieuvre'/24158, l='MpServer', x=-42,44, y=62,09, z=1627,38], EntityMinecartChest['entity.MinecartChest.name'/273, l='MpServer', x=-17,50, y=21,50, z=1633,50], EntityBat['Chauve-souris'/24149, l='MpServer', x=-42,25, y=29,10, z=1575,75], EntityMinecartChest['entity.MinecartChest.name'/258, l='MpServer', x=-47,50, y=23,50, z=1621,50], EntityMinecartChest['entity.MinecartChest.name'/269, l='MpServer', x=-29,50, y=25,50, z=1636,50], EntityMinecartChest['entity.MinecartChest.name'/306, l='MpServer', x=7,50, y=40,34, z=1594,50], NpcBase['entity.AncientWarfare.entity.npc.name'/310, l='MpServer', x=-0,66, y=63,08, z=1590,50], NpcBase['entity.AncientWarfare.entity.npc.name'/315, l='MpServer', x=24,50, y=65,00, z=1579,03], EntityCow['Vache'/314, l='MpServer', x=21,47, y=65,00, z=1580,50], item.vehicleSpawner.9::317 @ 24,50, 75,00, 1589,50 -- y:90,73 p:0,00 -- m: 0,00, 0,00, 0,00, NpcBase['entity.AncientWarfare.entity.npc.name'/316, l='MpServer', x=26,00, y=75,00, z=1589,48], EntityCow['Vache'/319, l='MpServer', x=26,47, y=65,00, z=1605,50], EntityCow['Vache'/318, l='MpServer', x=26,47, y=65,00, z=1589,09], EntityBat['Chauve-souris'/30785, l='MpServer', x=17,63, y=37,10, z=1608,13], EntityMinecartChest['entity.MinecartChest.name'/300, l='MpServer', x=5,50, y=36,50, z=1578,50], EntityGate['entity.AncientWarfare.entity.gate.name'/343, l='MpServer', x=43,50, y=65,00, z=1596,50], EntityGate['entity.AncientWarfare.entity.gate.name'/342, l='MpServer', x=41,50, y=60,00, z=1585,50], EntityMinecartChest['entity.MinecartChest.name'/340, l='MpServer', x=43,50, y=20,50, z=1591,50], NpcBase['entity.AncientWarfare.entity.npc.name'/339, l='MpServer', x=59,31, y=65,00, z=1576,31], NpcBase['entity.AncientWarfare.entity.npc.name'/338, l='MpServer', x=31,63, y=65,00, z=1613,50], NpcBase['entity.AncientWarfare.entity.npc.name'/337, l='MpServer', x=34,78, y=75,50, z=1579,84], NpcBase['entity.AncientWarfare.entity.npc.name'/336, l='MpServer', x=34,59, y=75,48, z=1579,91], EntityCow['Vache'/351, l='MpServer', x=27,63, y=65,00, z=1604,34], EntityGate['entity.AncientWarfare.entity.gate.name'/350, l='MpServer', x=43,50, y=65,00, z=1614,50], NpcBase['entity.AncientWarfare.entity.npc.name'/345, l='MpServer', x=34,15, y=76,14, z=1579,60], NpcBase['entity.AncientWarfare.entity.npc.name'/344, l='MpServer', x=48,96, y=65,00, z=1598,16], EntityCow['Vache'/320, l='MpServer', x=26,47, y=65,00, z=1592,66], NpcBase['entity.AncientWarfare.entity.npc.name'/334, l='MpServer', x=34,53, y=75,00, z=1581,00], item.vehicleSpawner.9::335 @ 34,50, 75,00, 1579,50 -- y:1,33 p:0,00 -- m: 0,00, 0,00, 0,00, NpcBase['entity.AncientWarfare.entity.npc.name'/369, l='MpServer', x=58,25, y=64,00, z=1565,50], item.vehicleSpawner.9::368 @ 52,50, 75,00, 1579,50 -- y:-2,42 p:0,00 -- m: 0,00, 0,00, 0,00, EntityClientPlayerMP['Boblennon'/188, l='MpServer', x=-26,62, y=65,62, z=1574,44], NpcBase['entity.AncientWarfare.entity.npc.name'/380, l='MpServer', x=58,31, y=65,00, z=1583,69], EntityCaveSpider['Araignée des cavernes'/6897, l='MpServer', x=26,45, y=-33,09, z=47,45], item.vehicleSpawner.9::383 @ 62,50, 75,00, 1607,50 -- y:-89,27 p:0,00 -- m: 0,00, 0,00, 0,00, EntityCaveSpider['Araignée des cavernes'/6896, l='MpServer', x=15,45, y=-49,23, z=37,45], NpcBase['entity.AncientWarfare.entity.npc.name'/382, l='MpServer', x=61,00, y=75,00, z=1607,52], EntityBat['Chauve-souris'/29348, l='MpServer', x=-58,13, y=29,10, z=1577,28], item.vehicleSpawner.9::377 @ 62,50, 75,00, 1589,50 -- y:-89,27 p:0,00 -- m: 0,00, 0,00, 0,00, NpcBase['entity.AncientWarfare.entity.npc.name'/376, l='MpServer', x=61,00, y=75,00, z=1589,52], NpcBase['entity.AncientWarfare.entity.npc.name'/379, l='MpServer', x=53,25, y=65,00, z=1587,50], NpcBase['entity.AncientWarfare.entity.npc.name'/378, l='MpServer', x=44,69, y=65,00, z=1595,96], NpcBase['entity.AncientWarfare.entity.npc.name'/357, l='MpServer', x=34,57, y=75,00, z=1616,00], item.vehicleSpawner.9::358 @ 34,50, 75,00, 1617,50 -- y:177,28 p:0,00 -- m: 0,00, 0,00, 0,00, EntityGate['entity.AncientWarfare.entity.gate.name'/359, l='MpServer', x=43,50, y=65,00, z=1619,50], NpcBase['entity.AncientWarfare.entity.npc.name'/352, l='MpServer', x=60,22, y=65,00, z=1581,50], NpcBase['entity.AncientWarfare.entity.npc.name'/353, l='MpServer', x=63,69, y=65,00, z=1584,56], EntityMinecartChest['entity.MinecartChest.name'/365, l='MpServer', x=50,50, y=15,50, z=1581,50], NpcBase['entity.AncientWarfare.entity.npc.name'/367, l='MpServer', x=52,44, y=75,00, z=1581,00], EntityGate['entity.AncientWarfare.entity.gate.name'/360, l='MpServer', x=43,50, y=64,00, z=1620,50], NpcBase['entity.AncientWarfare.entity.npc.name'/361, l='MpServer', x=57,22, y=65,00, z=1589,50], EntityBat['Chauve-souris'/28033, l='MpServer', x=12,25, y=36,89, z=1602,84], EntityBat['Chauve-souris'/25454, l='MpServer', x=-33,56, y=23,10, z=1632,69], item.vehicleSpawner.9::387 @ 52,50, 75,00, 1617,50 -- y:181,78 p:0,00 -- m: 0,00, 0,00, 0,00, NpcBase['entity.AncientWarfare.entity.npc.name'/386, l='MpServer', x=52,45, y=75,00, z=1616,00], EntityZombie['Zombie'/1507, l='MpServer', x=-17,38, y=-38,62, z=-8,44], EntityBat['Chauve-souris'/30918, l='MpServer', x=-39,25, y=37,10, z=1619,88], EntityBat['Chauve-souris'/30919, l='MpServer', x=-39,38, y=36,00, z=1621,28], EntityBat['Chauve-souris'/25417, l='MpServer', x=-56,25, y=29,10, z=1582,88], EntitySquid['Pieuvre'/14020, l='MpServer', x=-86,84, y=62,34, z=1521,66]]
edit edit : $%@#?! my crash log is too long,have to cut it
English isn't my native language, if I am making errors or if you feel offended because of something I said incorrectly, please tell me, that will help me to improve my English level, thanks.
Does it work when you're playing offline? As in, does it have to access the Minecraft username and skin database to register the textures?
Eruantien: it should, though i didn't test it. If you don't have access to internet, you won't see players' textures. If you do, but are just playing in offline mode or a cracked version, you shouldn't have a problem.
JuergenSchT: possibly.
Website: http://lightningpig333.com
no,it don't even work with some vanilla block,but you'll notice that each statue use a custom texture,so it would be pretty hard to add more block including modded onejust readed the post under mine,and it seems that I was totaly wrong,good job Maiden
English isn't my native language, if I am making errors or if you feel offended because of something I said incorrectly, please tell me, that will help me to improve my English level, thanks.
java.lang.NoSuchMethodError: info.jbcs.minecraft.utilities.InventoryStatic.throwItems(Lnet/minecraft/world/World;III)V
at info.jbcs.minecraft.statues.BlockShowcase.func_71852_a(BlockShowcase.java:159)
at net.minecraft.world.chunk.Chunk.func_76592_a(Chunk.java:711)
at net.minecraft.world.World.func_72832_d(World.java:559)
at net.minecraft.world.World.func_94571_i(World.java:688)
at net.minecraft.block.Block.removeBlockByPlayer(Block.java:1662)
at net.minecraft.item.ItemInWorldManager.func_73079_d(ItemInWorldManager.java:275)
at net.minecraft.item.ItemInWorldManager.func_73084_b(ItemInWorldManager.java:312)
at net.minecraft.item.ItemInWorldManager.func_73074_a(ItemInWorldManager.java:170)
at net.minecraft.network.NetServerHandler.func_72510_a(NetServerHandler.java:493)
at net.minecraft.network.packet.Packet14BlockDig.func_73279_a(SourceFile:46)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
and I have found an interesting bug : putting a stack of items in the showcase will transform the stack in a single item (I lost 63 diamonds
English isn't my native language, if I am making errors or if you feel offended because of something I said incorrectly, please tell me, that will help me to improve my English level, thanks.