Stan Hebben
Stan Hebben
Which server should it point to?
Although the domain is mine, it seems I delegated control over the DNS to someone else. I can't see whom, I think @Kubuxu , or would you manage it @calclavia...
I tried it, and am able to reproduce the issue. I will have to find out where that comes from.
The idea was to make minetweaker mods possible. Simple scripts are stored directly into the scripts folder. Mods could have their own directory, with a folder for scripts, one for...
The scripting improvements have been postponed (for a long time already) until I have more time to continue work on it. This includes the file includes and the classes.
Sorry not getting back on this earlier, I'm so busy these days I don't know where my head is... Why not just comparing the liquid instances for LiquidDefinition? If the...
MCLiquidDefinition needs the equals function, but it could be implemented by comparing the Fluid instances it holds. I believe each Fluid type has only one instance.
It sounds interesting. I might include this somewhere after 3.1 .
The scripting engine will be separated as library and receive a pretty extensive API, so writing tools should become straightforward in future.
It's planned. Actually you can use the following expression: ``` if "IC2" in loadedMods { print("Doing stuff"); } ``` However, evaluation of bracket expressions would still fail if the items...