mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 19:50:37 +00:00
Mycelium is Earthbendable by Default
This commit is contained in:
parent
319f67cf96
commit
7bfe129ceb
2 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ public class ConfigManager {
|
||||||
earthbendable.add("REDSTONE_ORE");
|
earthbendable.add("REDSTONE_ORE");
|
||||||
earthbendable.add("SAND");
|
earthbendable.add("SAND");
|
||||||
earthbendable.add("SANDSTONE");
|
earthbendable.add("SANDSTONE");
|
||||||
|
earthbendable.add("MYCEL");
|
||||||
|
|
||||||
config.addDefault("Properties.Chat.Enable", true);
|
config.addDefault("Properties.Chat.Enable", true);
|
||||||
config.addDefault("Properties.Chat.Format", "<name>: <message>");
|
config.addDefault("Properties.Chat.Format", "<name>: <message>");
|
||||||
|
|
|
@ -60,6 +60,7 @@ Properties:
|
||||||
- REDSTONE_ORE
|
- REDSTONE_ORE
|
||||||
- SAND
|
- SAND
|
||||||
- SANDSTONE
|
- SANDSTONE
|
||||||
|
- MYCEL
|
||||||
Fire:
|
Fire:
|
||||||
CanBendWithWeapons: true
|
CanBendWithWeapons: true
|
||||||
DayFactor: 1.5
|
DayFactor: 1.5
|
||||||
|
|
Loading…
Reference in a new issue