Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove conditions from ingot/block recipes #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove conditions from ingot/block recipes
Remove conditions from ingot/block recipes
Letoric committed Jan 12, 2021
commit 40f37c2cba845ffeab17262e292f9954b79fc1ac
Original file line number Diff line number Diff line change
@@ -12,14 +12,5 @@

}
],
"processingTime": 800,
"conditions": [
{
"value": {
"tag": "forge:storage_blocks/allthemodium",
"type": "forge:tag_empty"
},
"type": "forge:not"
}
]
"processingTime": 800
}
Original file line number Diff line number Diff line change
@@ -10,14 +10,5 @@
"item": "allthemodium:allthemodium_dust"
}
],
"processingTime": 800,
"conditions": [
{
"value": {
"tag": "forge:ingots/allthemodium",
"type": "forge:tag_empty"
},
"type": "forge:not"
}
]
"processingTime": 800
}
Original file line number Diff line number Diff line change
@@ -11,14 +11,5 @@
"count": 9
}
],
"processingTime": 800,
"conditions": [
{
"value": {
"tag": "forge:storage_blocks/unobtainium",
"type": "forge:tag_empty"
},
"type": "forge:not"
}
]
"processingTime": 800
}
Original file line number Diff line number Diff line change
@@ -10,14 +10,5 @@
"item": "allthemodium:unobtainium_dust"
}
],
"processingTime": 800,
"conditions": [
{
"value": {
"tag": "forge:ingots/unobtainium",
"type": "forge:tag_empty"
},
"type": "forge:not"
}
]
"processingTime": 800
}
Original file line number Diff line number Diff line change
@@ -11,14 +11,5 @@
"count": 9
}
],
"processingTime": 800,
"conditions": [
{
"value": {
"tag": "forge:storage_blocks/vibranium",
"type": "forge:tag_empty"
},
"type": "forge:not"
}
]
"processingTime": 800
}
Original file line number Diff line number Diff line change
@@ -10,14 +10,5 @@
"item": "allthemodium:vibranium_dust"
}
],
"processingTime": 800,
"conditions": [
{
"value": {
"tag": "forge:ingots/vibranium",
"type": "forge:tag_empty"
},
"type": "forge:not"
}
]
"processingTime": 800
}