mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 20:11:35 +01:00
Merge pull request #1041 from Creators-of-Create/mc1.16/compat-fix-redux
Repair renamed recipes
This commit is contained in:
commit
01a83722cf
7 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
|||
"type": "create:milling",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "atmospheric:monkey_brush"
|
||||
"item": "atmospheric:hot_monkey_brush"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "endergetic:poise_stem_stripped",
|
||||
"item": "endergetic:stripped_poise_stem",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"type": "create:cutting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "endergetic:poise_stem_stripped"
|
||||
"item": "endergetic:stripped_poise_stem"
|
||||
}
|
||||
],
|
||||
"results": [
|
|
@ -13,7 +13,7 @@
|
|||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "upgrade_aquatic:driftwood_log_stripped",
|
||||
"item": "upgrade_aquatic:stripped_driftwood_log",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"type": "create:cutting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "upgrade_aquatic:driftwood_log_stripped"
|
||||
"item": "upgrade_aquatic:stripped_driftwood_log"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"type": "create:milling",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "upgrade_aquatic:searocket_pink"
|
||||
"item": "upgrade_aquatic:pink_searocket"
|
||||
}
|
||||
],
|
||||
"results": [
|
|
@ -8,7 +8,7 @@
|
|||
"type": "create:milling",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "upgrade_aquatic:searocket_white"
|
||||
"item": "upgrade_aquatic:white_searocket"
|
||||
}
|
||||
],
|
||||
"results": [
|
Loading…
Reference in a new issue