Jump to content

Adding custom search tags to recepies


dutchplayers

Recommended Posts

How about:

 

<property name="Tags" value="mytag"/>

 

The issue with what you are showing that you had tried is that properties have to be defined using system expressions, like 'name' and 'value'. since neither modTag nor tags are system expressions, the system is either going to skip over them, or crash on runtime.

 

Do let me know if that helps :)

Link to comment
Share on other sites

How about:

 

<property name="Tags" value="mytag"/>

 

The issue with what you are showing that you had tried is that properties have to be defined using system expressions, like 'name' and 'value'. since neither modTag nor tags are system expressions, the system is either going to skip over them, or crash on runtime.

 

Do let me know if that helps :)

 

I have tried it this way:

1; <recipe name="solarCell" count="1" value="taggoeshere?" craft_area="workbench" tags="learnable" craft_exp_gain="600">

2; <recipe name="solarCell" count="1" modTag="taggoeshere?" craft_area="workbench" tags="learnable" craft_exp_gain="600">

3; <recipe name="solarCell" count="1" craft_area="workbench" tags="taggoeshere?" craft_exp_gain="600">

 

None of them will show up on craftinglist on the tag i gave them. They are showing up on default name.

 

i simply name all Items i add in vanilla+ with a + as first letter

 

I think that i will do this for custom blocks i made, pretty clear, but for custom recepies for blocks/items from CM will this be a harder thing. Than i have to edit all default blocknames.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...