mirror of
https://github.com/songoda/EpicFarming.git
synced 2024-11-27 21:15:28 +01:00
Updated incorrect default config values
This commit is contained in:
parent
904bfef1fc
commit
4844d25b5f
@ -1,5 +1,6 @@
|
||||
package com.songoda.epicfarming.farming;
|
||||
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.Location;
|
||||
import org.bukkit.block.Block;
|
||||
|
||||
|
@ -206,8 +206,8 @@ public class SettingsManager implements Listener {
|
||||
o8("Main.Farm Block Material", "END_ROD"),
|
||||
o9("Main.Allow Non Command Issued Farm Items", false),
|
||||
|
||||
o10("Interfaces.Economy Icon", "DOUBLE_PLANT"),
|
||||
o11("Interfaces.XP Icon", "EXP_BOTTLE"),
|
||||
o10("Interfaces.Economy Icon", "SUNFLOWER"),
|
||||
o11("Interfaces.XP Icon", "EXPERIENCE_BOTTLE"),
|
||||
o12("Interfaces.Glass Type 1", 7),
|
||||
o13("Interfaces.Glass Type 2", 11),
|
||||
o14("Interfaces.Glass Type 3", 3),
|
||||
|
Loading…
Reference in New Issue
Block a user