Ender IO Zoo

Ender IO Zoo

970k Downloads

Can't get SAGmill XML file to work for me.

Opened this issue ยท 2 comments

commented

I'm trying to remove the Metallurgy 4 Nether Ores from the SAG mill. I've added the following between and in the User.xml file, but the recipes still show up in NEI and work in game.

Code here

commented

Is that the whole file? In that case you're missing the <SAGMillRecipes> and </SAGMillRecipes>. If not, what does the log file say about parsing the recipes?

commented

Answer to first question, I put it between those two tags in the pregenned SAGMillRecipes_User.xml file.

I have a crapton of "[Client thread/WARN] [EnderIO/EnderIO]: RecipeParser: Root element not specified before element recipeGroup." showing up in the log.

Edit: Found the part in the log you'd want. It reads as follows.

[14:59:39] [Client thread/INFO] [EnderIO/EnderIO]: Removed recipe SanguiniteOre due to user config.
[14:59:39] [Client thread/INFO] [EnderIO/EnderIO]: Removed recipe MidasiumOre due to user config.
[14:59:39] [Client thread/INFO] [EnderIO/EnderIO]: Removed recipe VulcaniteOre due to user config.
[14:59:39] [Client thread/INFO] [EnderIO/EnderIO]: Removed recipe LemuriteOre due to user config.
[14:59:39] [Client thread/INFO] [EnderIO/EnderIO]: Removed recipe VyroxeresOre due to user config.
[14:59:39] [Client thread/INFO] [EnderIO/EnderIO]: Removed recipe KalendriteOre due to user config.
[14:59:39] [Client thread/INFO] [EnderIO/EnderIO]: Removed recipe IgnatiusOre due to user config.
[14:59:39] [Client thread/INFO] [EnderIO/EnderIO]: Removed recipe ShadowIronOre due to user config.
[14:59:39] [Client thread/INFO] [EnderIO/EnderIO]: Removed recipe CeruclaseOre due to user config.

There is a part lower down that has this
[14:59:39] [Client thread/WARN] [EnderIO/EnderIO]: RecipeParser: Found element with no recipe decleration.
[14:59:39] [Client thread/DEBUG] [EnderIO/EnderIO]: RecipeParser: Could not find an entry in the ore dictionary for ore:ingotDraconium
[14:59:39] [Client thread/WARN] [EnderIO/EnderIO]: RecipeParser: Found element with no recipe decleration.
[14:59:39] [Client thread/DEBUG] [EnderIO/EnderIO]: RecipeParser: Could not find an entry in the ore dictionary for ore:ingotSanquinite
[14:59:39] [Client thread/WARN] [EnderIO/EnderIO]: RecipeParser: Found element with no recipe decleration.

But that can only be in reference to some work I'm doing with alloy smelter recipes.

(to clarify: I've never used XML formatting before so I have no base of knowing what's going on.)