Ender IO Zoo

Ender IO Zoo

962k Downloads

Editing recipe Help

LokyLive opened this issue ยท 8 comments

commented

Hello everyone ,

I'm trying to remove some alloy smelter but it doesn't works and i don't understand why could you help me please ?

http://pastebin.com/iABaw1pD

Forgot to say i'm using EnderIO-1.10.2-3.1.164

commented

Are you sure you're looking at the right recipe ingame? There are multiple variants for the glasses...

commented

Edited and relaunch with all recipe removed and it still works. I don't understand what i'm doing wrong

http://pastebin.com/dretyC5g

Screen of alloy smelting:

http://imgur.com/a/dvqXn

commented

What does the logfile say?

commented

Awesome it works thanks for help ,p

commented
commented
[17:25:55] [Client thread/DEBUG] [EnderIO/EnderIO]: Removed recipe Enlightened Fused Quartz from Block 4 due to user config.

Looks good to me.

You might want to avoid having multiple blocks with the same ID in the file. The last one wins.

commented

I don't understand , how to do xD
I have to disable all recipe for this item so i have to tell him wich recipe disable not wich item .
Could you give me an example to illustrate what you wanna mean ?

PS: Enlightened Fused Quartz from Block 4 still craftable ...

commented
<AlloySmelterRecipes>
 
  <recipeGroup name="EnderIO">
    <recipe name="Enlightened Fused Quartz"/>
    <recipe name="Enlightened Fused Quartz 2"/>
    <recipe name="Enlightened Fused Glass"/>
    <recipe name="Enlightened Fused Glass 2"/>
    <recipe name="Enlightened Fused Quartz from Block"/>
    <recipe name="Enlightened Fused Quartz from Block 2"/>
    <recipe name="Enlightened Fused Quartz from Block 3"/>
    <recipe name="Enlightened Fused Quartz from Block 4"/>
  </recipeGroup>
 
</AlloySmelterRecipes>