В общем поставил мод Forestry на сервер, и в консоли появляется ошибка. Я в английском не разбираюсь, но что-то связанно с регистрацией блоков. Сам по себе мод работает, но я не знаю, как данная ошибка повлияет на дальнейшую работу сервера и мода в частности. Поэтому прошу помощи у знающих людей этого сайта. Создавал тему на Русском ведре (кто там зависает, поймет), но тему удалили, под предлогом "Ищи на других форумах" Поэтому остается надежда на этот форум =)
В общем вот ошибка
[16:19:49] [Server thread/WARN]: ****************************************
[16:19:49] [Server thread/WARN]: * A broken ore dictionary registration with name cropCherry has occurred. It adds an item (type: class forestry.core.items.ItemFruit) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Forestry for Minecraft report it to them!
[16:19:49] [Server thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[16:19:49] [Server thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[16:19:49] [Server thread/WARN]: * at forestry.core.items.ItemFruit.registerOreDictionary(ItemFruit.java:73)
[16:19:49] [Server thread/WARN]: * at forestry.core.items.ItemFruit.(ItemFruit.java:68)
[16:19:49] [Server thread/WARN]: * at forestry.plugins.PluginCore.registerItems(PluginCore.java:286)
[16:19:49] [Server thread/WARN]: * at forestry.plugins.PluginManager.runPreInit(PluginManager.java:265)...
[16:19:49] [Server thread/WARN]: ****************************************
[16:19:49] [Server thread/WARN]: ****************************************
[16:19:49] [Server thread/WARN]: * A broken ore dictionary registration with name cropWalnut has occurred. It adds an item (type: class forestry.core.items.ItemFruit) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Forestry for Minecraft report it to them!
[16:19:49] [Server thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[16:19:49] [Server thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[16:19:49] [Server thread/WARN]: * at forestry.core.items.ItemFruit.registerOreDictionary(ItemFruit.java:73)
[16:19:49] [Server thread/WARN]: * at forestry.core.items.ItemFruit.(ItemFruit.java:68)
[16:19:49] [Server thread/WARN]: * at forestry.plugins.PluginCore.registerItems(PluginCore.java:286)
[16:19:49] [Server thread/WARN]: * at forestry.plugins.PluginManager.runPreInit(PluginManager.java:265)...
[16:19:49] [Server thread/WARN]: ****************************************
Заранее спасибо за выделенное время и предоставленную помощь.