[CC1.53][MC1.5.2] MiscPeripherals 3.3
#801
Posted 28 March 2013 - 06:35 PM
If not could you please add a command so you can check if there is anything in the sorting machine without having to use an event to get the details or putting it in a buffer check and back out again?
#802
Posted 29 March 2013 - 04:30 PM
#804
Posted 30 March 2013 - 01:45 AM
Only up to 3 stacks can be stored in a barrel when using the interactive sorter; the rest just drops onto the ground.
This doesn't happen when using other means of transportation like pipes or hoppers (BuildCraft/Vanilla).
#805
Posted 30 March 2013 - 01:46 AM
clk2:92: too many notes ( over 5 per tick )Here is my code snippet:
note=peripheral.wrap("top")
function n(...)
note.playNote(...)
end
for k=18,6,-1 do
n(0,k)
n(4,k)
end
EDIT: Can i configure this somehow?
#808
Posted 31 March 2013 - 05:18 AM
1st: that has to sound awful
2nd: if you trying that on a server with moody admins who care about performance... well just don't....
3rd: i don't think that you actually want to play them simultaneously
so just add the "sleep(0.2)" before the "end" and it will work like PixelToast suggested.
I wrote a poor half ass midi player witch uses five Iron Note Blocks (25 possible n/t) and let me tell you, i restricted it to 5 notes simultaneously because it starts (besides cords) to be annoying if you use more.
#809
Posted 31 March 2013 - 07:07 AM
I try to suck() a stack of two diamonds from the chest without supplying the 'amount' parameter. Function returns true, but nothing will appear in turtle inventory. Only one diamond is left in the chest, but this is not a normal diamond. I try to add another to the stack and the stack size suddenly explodes to over two billion. The slot holds only 64, so the rest will hang in my mouse.
This stack is too big to fit in any inventory, so the only way to get rid of it is to throw it out into the world. In the world it will completely fill any player's inventory who enters the item pickup range, so I can repeatedly empty my full inventory of diamonds into an extradimensional barrel and it gets full very quickly.
#810
Posted 31 March 2013 - 10:42 AM
#811
Posted 31 March 2013 - 10:47 AM
There is one already in this mod...
RichardG867, on 30 September 2012 - 01:30 PM, said:
Craft a Turtle alongside one of the blocks listed below to get a Shielded Turtle. Shields work as blast-proofing for the turtle, inheriting the blast resistance of the block.
The blocks are:
- Obsidian (REMOVED when IC2 is installed)
- Reinforced Stone (IC2)
- Iridium Block (GregTech)
- Tungsten Steel Block (GregTech)
- Iridium-Reinforced Tungsten Steel Block (GregTech)
Edited by Nathan1852, 31 March 2013 - 10:50 AM.
#812
Posted 31 March 2013 - 11:25 AM
#813
Posted 31 March 2013 - 11:32 AM
#814
Posted 31 March 2013 - 04:54 PM
#815
Posted 31 March 2013 - 08:42 PM
Ville Saari, on 31 March 2013 - 07:07 AM, said:
--snip--
I try to suck() a stack of two diamonds from the chest without supplying the 'amount' parameter. Function returns true, but nothing will appear in turtle inventory. Only one diamond is left in the chest, but this is not a normal diamond. I try to add another to the stack and the stack size suddenly explodes to over two billion. The slot holds only 64, so the rest will hang in my mouse.
This stack is too big to fit in any inventory, so the only way to get rid of it is to throw it out into the world. In the world it will completely fill any player's inventory who enters the item pickup range, so I can repeatedly empty my full inventory of diamonds into an extradimensional barrel and it gets full very quickly.
#816
Posted 31 March 2013 - 10:09 PM
grand_mind1, on 31 March 2013 - 08:42 PM, said:
Edit: I did some experiments and apparently the 'charged' diamond stack in the chest that looks like a single item is actually a stack of -2147483646 diamonds. That's the original stack size (2) with the sign bit flipped. If I try to suck() it again, the bit flips again and it becomes a regular stack of two diamonds. Also if I exit and reload the world, the bit gets reset and it becomes a regular stack.
#817
Posted 02 April 2013 - 05:57 AM
Thank you.
#819
Posted 02 April 2013 - 09:01 AM
#820
Posted 02 April 2013 - 04:56 PM
2013-04-02 14:59:59 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: miscperipherals/item/ItemMulti
2013-04-02 14:59:59 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2013-04-02 14:59:59 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
2013-04-02 14:59:59 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:446)
2013-04-02 14:59:59 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-04-02 14:59:59 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-04-02 14:59:59 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-04-02 14:59:59 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-04-02 14:59:59 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-04-02 14:59:59 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-04-02 14:59:59 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-04-02 14:59:59 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-04-02 14:59:59 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-04-02 14:59:59 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
2013-04-02 14:59:59 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-04-02 14:59:59 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-04-02 14:59:59 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-04-02 14:59:59 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-04-02 14:59:59 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-04-02 14:59:59 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-04-02 14:59:59 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-04-02 14:59:59 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-04-02 14:59:59 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-04-02 14:59:59 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
2013-04-02 14:59:59 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:503)
2013-04-02 14:59:59 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
2013-04-02 14:59:59 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:407)
2013-04-02 14:59:59 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-04-02 14:59:59 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:729)
2013-04-02 14:59:59 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2013-04-02 14:59:59 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: miscperipherals.item.ItemMulti
2013-04-02 14:59:59 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:211)
2013-04-02 14:59:59 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-02 14:59:59 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-02 14:59:59 [INFO] [STDERR] ... 29 more
2013-04-02 14:59:59 [INFO] [STDERR] Caused by: java.lang.VerifyError: Cannot inherit from final class
2013-04-02 14:59:59 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method)
2013-04-02 14:59:59 [INFO] [STDERR] at java.lang.ClassLoader.defineClassCond(Unknown Source)
2013-04-02 14:59:59 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(Unknown Source)
2013-04-02 14:59:59 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(Unknown Source)
2013-04-02 14:59:59 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:200)
2013-04-02 14:59:59 [INFO] [STDERR] ... 31 more
3 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users


This topic is locked









