Shadowblitz16

Results 262 issues of 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(...); } ```

enhancement

```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; } } ```

enhancement

### Description Can we have the ability to reorder script definitions? ### Implementation ideas I was thinking up drag and drop

kind/enhancement

### 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...

kind/enhancement

### 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,...

bug
triage

### 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...

bug

This clone button here... ![image](https://github.com/user-attachments/assets/a73acb2d-4450-47dc-90a0-6e29c472ea53) The Scene item vs the Add metadata or Script dropdown here ![image](https://github.com/user-attachments/assets/ff7938f4-7503-4a3c-a366-4d4319365238)

I can't find any examples how how to use this library.