mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00
Run datagen
This commit is contained in:
parent
7c670cd7e1
commit
058fc2bd64
4 changed files with 3098 additions and 3106 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -5,9 +5,7 @@
|
|||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"create:andesite_casing"
|
||||
]
|
||||
"items": "create:andesite_casing"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -22,14 +20,13 @@
|
|||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
"has_the_recipe",
|
||||
"has_item"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"create:crafting/kinetics/encased_chain_drive_from_zinc"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
||||
}
|
|
@ -6,16 +6,17 @@
|
|||
"item": "create:andesite_casing"
|
||||
},
|
||||
{
|
||||
"tag": "forge:nuggets/zinc"
|
||||
"tag": "c:nuggets/zinc"
|
||||
},
|
||||
{
|
||||
"tag": "forge:nuggets/zinc"
|
||||
"tag": "c:nuggets/zinc"
|
||||
},
|
||||
{
|
||||
"tag": "forge:nuggets/zinc"
|
||||
"tag": "c:nuggets/zinc"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "create:encased_chain_drive"
|
||||
"count": 1,
|
||||
"id": "create:encased_chain_drive"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue