Seppe Volkaerts
Seppe Volkaerts
`It seems to be raining more than it should?` There is currently a 33,3% chance that it rains, is clear or thunderstorms. I designed the weather system that you can...
Converting `Container`s is done by using `DataFormats`: https://github.com/SpongePowered/SpongeAPI/blob/bleeding/src/main/java/org/spongepowered/api/data/persistence/DataFormats.java#L32 No idea if all data types are persisted in the JSON and HOCON formats.
@ryantheleach I don't really have a true mojangson parser in lantern atm, but I will try to implement it and then port it over to sponge.
Plugin devs may not expect different output types when using a specific data format. This is something that should be consistent across implementations, if you want a different format, provide...
LanternNBT doesn't have any Mojangson parsing capabilities, at least not atm. If I support it for LanternNBT, I am going to add custom parsing capabilities to support all its data...
@ryantheleach The parser I was working is mostly done, maybe more error handling. And I need to do more testing, you can checkout my progress here: https://github.com/LanternPowered/LanternServer/pull/59
I tried to override the default bow, but they dissappear just from the game. So I cannot give them anymore or see them in creative.
Using this method: ``` java GameRegistry.addSubstitutionAlias(String, Type, Item); ``` I have currently replaced the entries in the registry and fields in the Items class to make it working. But this...
Any updates on this? This change broke the deployment of our charts so we cannot upgrade to the latest helm. As previously mentioned, it would be best to revert the...