ModLoader icon indicating copy to clipboard operation
ModLoader copied to clipboard

A new mod loader for WorldBox

Results 17 ModLoader issues
Sort by recently updated
recently updated
newest added

目前大窗口有点太宽了,应该加一个两倍宽度(相比原版)的窗口,效果如图 ![IMG_20240429_134131.png](https://github.com/WorldBoxOpenMods/ModLoader/assets/152311825/5f108b17-d020-4745-aa3e-7396d97248d4)

ive been playing around with the custom sound system and noticed that 3d sounds are alot more quiet then normal sounds, and the only way to fix this is to...

### Please make sure you have read the above notes and check the confirmation box below. - [x] I have tested with a clean environment without any other non-essential mods,...

bug

### Please make sure you have read the above notes and check the confirmation box below. - [x] I have tested with a clean environment without any other non-essential mods,...

bug

### Please make sure you have read the above notes and check the confirmation box below. - [x] I have tested with a clean environment without any other non-essential mods,...

bug

### Please make sure you have read the above notes and check the confirmation box below. - [x] I have tested with a clean environment without any other non-essential mods,...

bug

import logging class NeoModLoaderError(Exception): pass class Listener: def __init__(self, name): self.name = name def construct(self): raise NeoModLoaderError(f"Failed to construct listener instance of {self.name}") def create_listener(listener_name): try: listener = Listener(listener_name) listener.construct()...

### Please make sure you have read the above notes and check the confirmation box below. - [x] I have tested with a clean environment without any other non-essential mods,...

bug

### Please make sure you have read the above notes and check the confirmation box below. - [X] I have tested with a clean environment without any other non-essential mods,...

bug