GT5-Unofficial icon indicating copy to clipboard operation
GT5-Unofficial copied to clipboard

Bug with written book for Assembly line receptions.

Open NNM42 opened this issue 6 years ago • 10 comments

At the time when we receive a book with a recipe it is difficult to understand what kind of material is needed.

https://imgur.com/a/JBq1b

I'm think problem here: https://github.com/Blood-Asp/GT5-Unofficial/blob/c8714e9675c97f4b886124f321ee821c1a72b543/src/main/java/gregtech/common/tileentities/machines/basic/GT_MetaTileEntity_Scanner.java#L153

and this books have bad format, 1 ingredient on 1 page.

NNM42 avatar Mar 08 '18 18:03 NNM42

~~can close this. solved.~~

after update from 05.09.32.pre2 to 05.09.32pre3 into config add new flag UsePlaceholderForMaterialNamesInLangFile=true, and first initialization give this: image second reload — it's all normal.

NNM42 avatar Mar 09 '18 03:03 NNM42

No. For single world - it's ok. For server world - wrong name material.

NNM42 avatar Mar 09 '18 04:03 NNM42

can confirm recipes broken on server worlds

soncemvo avatar Mar 30 '18 11:03 soncemvo

https://github.com/GTNewHorizons/NewHorizons/issues/2833

NNM42 avatar May 15 '18 04:05 NNM42

@NNM42 there is a block in Tech Tec make it readable on Servers too.

Dream-Master avatar May 15 '18 06:05 Dream-Master

ok. thx, @Dream-Master.

NNM42 avatar May 15 '18 06:05 NNM42

I fixed this bug 2 years ago. Why is it here again?

leagris avatar May 15 '18 10:05 leagris

i did a stupid workaround for this issure for GT:NH, maybe any dev here wanna adopt it ( https://github.com/GTNewHorizons/GT5-Unofficial/commit/3e5b4f63967ed306a74f8f597a66185d76c7f335 )

bartimaeusnek avatar Jun 16 '18 22:06 bartimaeusnek

@bartimaeusnek I did it much more cleanly without duplicating whole assline class for server-side: https://github.com/Blood-Asp/GT5-Unofficial/pull/605/commits/905f82a30fbeda737a1070fcefd7d3cd378a32eb

leagris avatar Jun 16 '18 22:06 leagris

@leagris i tried your patch on our repo, it didnt worked, thats why i did this server-sided sollution.

bartimaeusnek avatar Jun 17 '18 00:06 bartimaeusnek