Refined Storage

Refined Storage

77M Downloads

Can't put 512k Fluid storage disk into the disk drive

Fey142 opened this issue ยท 11 comments

commented

Issue description:

The disk drive won't accept the disk (unable to be placed inside) - only happens with the 512k!

What happens:

What you expected to happen:

Put the disk inside

Steps to reproduce:

...

Version (Make sure you are on the latest version before reporting):

  • Minecraft: 1.10.2
  • Forge: 2073
  • Refined Storage: 0.9.2

Does this issue occur on a server? [yes/no]
yes

If a (crash)log is relevant for this issue, link it here:

[pastebin/gist/etc link here]

commented

Can't confirm.

  1. Maybe you put a "512k Fluid Storage Part" in it?
  2. Did you craft the Fluid Storage Disk or did you cheat it by using the creative mode?
commented

I crafted it and the disk

commented
  1. could you try to restart the server?
  2. can you execute "/blockdata ~ ~-1 ~ {}" while standing on the Disk drive -> Send output
  3. can you cheat a 512k Fluid Storage Disk an put it in?
commented

Second, I'll try all of them.

commented
  1. restarting fixed nothing
    4)The data tag did not change: {Redstone mode:0,Priority:0,Mode:0,Direction:4,Type:0,Inventory_0:[0:Slot:0,id:"refinedstorage:fluid_storage_disk",Count:1b,tag:{Fluids:[],Stored:0,Protocol:1},Damage:2s}],Inventory__1:[],Invenotory_2[],x:2029,y:58,z:319,Compare:0,id:"refinedstorage:disk_drive"}
    5)Cheating it in and placing it inside worked. (Don't know if it is relevant but the ones that are broken were autocrafted by the refined storage autocrafters
commented

5: This could be the reason :(
Just to make it sure,
can you put an auto crafted disk into a empty chest and execute
/blockdata ~ ~-1 ~ {}
again (while standing on the chest)
The chest may only contain the disk

PS: you can screenshot the output
Example: http://i.imgur.com/GiYWYVF.png

commented

Does the fluid disk you are trying to insert have a "stored: x / x" tooltip?

commented

I does not, the one that I cheat in does.

commented

The crafting recipe gives back NBT tags for item storage disks, I just fixed this in dev

commented

Fixed 3b76ae8