mirror of
https://github.com/TeamMidnightDust/CullLeaves.git
synced 2025-12-16 06:15:08 +01:00
2.0.0 - Config and Smart Leaves resourcepack!
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package eu.midnightdust.cullleaves.config;
|
||||
|
||||
import me.sargunvohra.mcmods.autoconfig1u.ConfigData;
|
||||
import me.sargunvohra.mcmods.autoconfig1u.annotation.Config;
|
||||
import me.sargunvohra.mcmods.autoconfig1u.annotation.ConfigEntry;
|
||||
import me.sargunvohra.mcmods.autoconfig1u.shadowed.blue.endless.jankson.Comment;
|
||||
import net.minecraft.client.render.entity.PlayerModelPart;
|
||||
|
||||
@Config(name = "cullleaves")
|
||||
public class CullLeavesConfig implements ConfigData {
|
||||
|
||||
@ConfigEntry.Gui.PrefixText // Enable/Disable the mod. Requires Chunk Reload (F3 + A).
|
||||
public boolean enabled = true;
|
||||
}
|
||||
Reference in New Issue
Block a user