2021-10-24 23:14:06 +00:00
|
|
|
package me.parsell.glowstonewire;
|
|
|
|
|
|
|
|
import me.shedaniel.autoconfig.ConfigData;
|
|
|
|
import me.shedaniel.autoconfig.annotation.Config;
|
|
|
|
|
|
|
|
@Config(name = "GlowstoneWire")
|
|
|
|
public class GlowstoneWireConfig implements ConfigData{
|
2021-10-25 02:37:06 +00:00
|
|
|
public boolean addConversionRecipes = true;
|
2021-10-24 23:14:06 +00:00
|
|
|
public boolean replaceGlowstoneDrop = true;
|
|
|
|
}
|