Skip to content

Commit

Permalink
Fix broken Export Enchantable Items advancement
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jan 5, 2025
1 parent 1a8de41 commit db9ac1b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@
"part_type": "integratedtunnels:exporter_item",
"aspect": "integratedtunnels:write_operator_item_export",
"variable": {
"type": "operator",
"operator": "integrateddynamics:itemstack_enchantable"
"type": "value_type",
"value": {
"type": "operator",
"operator": "integrateddynamics:itemstack_enchantable"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,22 @@
"operator": "integrateddynamics:operator_pipe",
"input": {
"0": {
"type": "operator",
"operator": "integrateddynamics:itemstack_mod"
"type": "value_type",
"value": {
"type": "operator",
"operator": "integrateddynamics:itemstack_mod"
}
},
"1": {
"type": "operator",
"operator": "integrateddynamics:operator_apply",
"input": {
"0": {
"type": "operator",
"operator": "integrateddynamics:relational_equals"
"type": "value_type",
"value": {
"type": "operator",
"operator": "integrateddynamics:relational_equals"
}
},
"1": {
"type": "value_type",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<section name="info_book.integratedtunnels.tutorials.export_enchantable_items">
<paragraph>info_book.integratedtunnels.tutorials.export_enchantable_items.text1</paragraph>
<appendix type="integrateddynamics:operator">integrateddynamics:itemstack_enchantable</appendix>
<appendix type="integrateddynamics:aspect">integratedtunnels:write_operator_item_import</appendix>
<appendix type="integrateddynamics:aspect">integratedtunnels:write_operator_item_export</appendix>
<appendix type="advancement_rewards" id="integratedtunnels:export_enchantable_items">
<advancements>
<advancement id="integratedtunnels:export_enchantable_items/export_enchantable_items" />
Expand Down

0 comments on commit db9ac1b

Please sign in to comment.