Canvas block blending

This commit is contained in:
Anuken
2022-11-08 16:52:12 -05:00
parent 381197d58f
commit ddadbab74d
7 changed files with 46 additions and 6 deletions

View File

@@ -5,6 +5,7 @@ import arc.util.*;
import mindustry.*;
public abstract class Mod{
/** @return the config file for this plugin, as the file 'mods/[plugin-name]/config.json'.*/
public Fi getConfig(){
return Vars.mods.getConfig(this);