ModLoader
ModLoader copied to clipboard
A new mod loader for WorldBox
目前大窗口有点太宽了,应该加一个两倍宽度(相比原版)的窗口,效果如图 
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,...
### 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,...
### 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,...
### 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,...
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,...
### 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,...