Shadowblitz16
Shadowblitz16
Bevy has something called plugins which go something like this... ```cs var app = new Application(); app.AddPlugin(MyPlugin); app.Run(); public void MyPlugin(Application app) { app.AddSystem(...); } ```
```cs var world = World.Create(); world.AddSystem(PlayerMoveSystem) public static void PlayerMoveSystem((Transform Transform, PlayerMovement Movement)[] components) { foreach (var component in components) { component.Transform.Position += component.Movement.Velocity; } } ```
### Description Can we have the ability to reorder script definitions? ### Implementation ideas I was thinking up drag and drop
### Description Please default the grid spacing so that windows, inputs, output, lines, and reroute nodes align perfectly As you can see here it's not quite aligned properly and the...
### Minecraft Version 1.20.1 ### Describe the Bug ``` Prism Launcher version: 8.4 (debian) Launched instance in online mode login.microsoftonline.com resolves to: [20.190.151.9, 20.190.151.132, 20.190.151.6, 20.190.151.134, 20.190.151.68, 20.190.151.69, 20.190.151.131, 20.190.151.70,...
### Explain your idea I am trying to make a mod pack and I need all my mods to be one one server for it to work.
### Minecraft Version 1.20.1 ### Immersive Geology Version v0.2.1-b4-mc1.20.1 ### Expected Behavior No errors, No crash. ### Actual Behavior Lots of errors and a crash. ### Steps to reproduce 1....
### What happened? I am getting an error/warning in my logs about not being able to load ``` dev/latvian/mods/kubejs/recipe/RecipesEventJS (java.lang.ClassNotFoundException: dev.latvian.mods.kubejs.recipe.RecipesEventJS) ``` Please remove the error if it doesn't effect...
This clone button here...  The Scene item vs the Add metadata or Script dropdown here 
I can't find any examples how how to use this library.