LaysDragon

Results 38 comments of LaysDragon

Encounter the same problem of recursive data structure...swagger-ui just don't rendering it properly. Is there any plan to fix this?

Its can done manually ,I implemented a cli subcmd to generate the smd file manaually though [cobra](https://github.com/spf13/cobra) for ci usage ### simplified version ``` go rpc := zenrpc.NewServer(zenrpc.Options{ExposeSMD: true}) rpc.Register("user",...

for sky island world, like sevtech sky island version modpack, it would be better to making a obvious boundary between void biome and normal biome.

yeah,I get the same problem, its seems like because the first state would never trigger the bloc listiner ,so the onLoading would never working here,it bring me some problem to...

yeah...I have playing with friends with a 1.18.1 dungeon pve map, it's always crash my game while I dead. It indeed will teleport player after death. So I guess the...

After I fix the incorrect FML token https://github.com/minekube/gate/pull/34. I simply put the connectToInitialServer into anotuer goroutine. Its work but I don't known if I have break anything by doing this....

Nan,its seems still stuck somewhere. Even I enter the world but I cant interact with world. So close to make it work.

ok there is a extra phase in backend forge phases that will failed to complete the phase ,remove that and seems both side of connection went into complete play stage....

It seems some packet might drop for unknown reason. It hard to tell what happened with so many mods, might need to build a single mod environment to narrow down...

OK,the util.go Channels func have a wrong condition will cursed backend didn't record any registered plugin channel ,that cursed non of plugin message is sending to client.