GoodTimeStudio / Production-Line

A Minecraft Mod
MIT License
11 stars 9 forks source link

Develop a network system #6

Closed BestOwl closed 7 years ago

BestOwl commented 9 years ago

Unable to take the items in the GUI

liach commented 9 years ago

I think I could fix it myself... I think there's something that is related to container that's not implemented.

liach commented 9 years ago

yeah we need some work on network...

BestOwl commented 9 years ago

I think we should fix it as soon as possible

liach commented 9 years ago

I think it might be somewhat fixed by the commit above... @1156407698 Please test.

BestOwl commented 9 years ago

still not

liach commented 9 years ago

Um, we might need a rewrite.

liach commented 9 years ago

Or register TileEntity?

BestOwl commented 9 years ago

....... still not = =

liach commented 9 years ago

You might try first. I am not free recently.

Couther commented 9 years ago

Only you are talking.Where are the others?

liach commented 9 years ago

Haha @Java0 @JAVA10086 They do not work. They've just registered a github account and wait happily.

Couther commented 9 years ago

你们够了,说中文OK?

liach commented 9 years ago

@Couther You need to contribute some day...

BestOwl commented 9 years ago

Um, this is International website, so we should use english

BestOwl commented 8 years ago

Develop a better network system

BestOwl commented 8 years ago

@liach Do you know how to cast Object to byte[] ?

liach commented 8 years ago

http://stackoverflow.com/questions/10730929/cast-an-object-to-bytearray

BestOwl commented 8 years ago

if use ObjectOutputStream, the Object must implement Serializable

liach commented 8 years ago

现在没问题了吧