__________
__________
I am moving away from GitHub. As such, this record will become defunct.
I think it would be more in line with the Rust style of things if doc comments would be treated as parseable attributes by ron, like in Rust. Of course,...
I biult the reactor like thhe youtube video told me, but it's not working! What am I doing wrong??!??? I checked every magnet and everything! Fix your mod! ![this isn't...
RotaryCraft allows upgrading gas turbines with afterburners. Upon doing so, fuel consumption increases drastically (real), and exhaust temperature and volume increases as well (real). There is no applicable physical reasoning...
`Reika.RotaryCraft.API.WorktableAPI` is trying to access a method that doesn't exist: ``` ref = Class.forName("Reika.RotaryCraft.Auxiliary.RecipeManagers.WorktableRecipes"); Field i = ref.getDeclaredField("instance"); i.setAccessible(true); instance = i.get(null); add = ref.getMethod("addRecipe", IRecipe.class); ``` The only method...
## Motive It would be useful to be able to serialize additional metadata, i.e. data that is not scoped to the data representation itself (specifically, comments/documentation regarding the implications of...