Harvest baskets + (#1338)
* - Yeast recipe conflict fix * - Fixed seed oil voiding in barrels. And item weight inconsistency. * - Reduced loading screen logo size by 4MB * - Update Changelog * - Compressed loading screen images to maybe help with ram * - Added default gui scale to make the main menu look better on first launch * - Update Changelog * - Added utility script for adding circuits to existing recipes * fixed changelog conflict Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> * - Added harvest baskets * - Fixed baked potato recipe mixing from oven * - Allowed elytras to be repaired regardless of damage * - Fixed sea water barrel recipe * - Gave plants tags to bushes so they can have other uses * - Pushed stubborn models * - updated Changelog * - Changelog typo --------- Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>
This commit is contained in:
parent
8e3fe6d528
commit
28d87caae3
19 changed files with 613 additions and 4 deletions
|
|
@ -2493,6 +2493,27 @@
|
|||
x: 0.0d
|
||||
y: 5.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["150B7C5CD152E1BA"]
|
||||
description: ["{quests.tfg_tips.tools_tips.harvest_basket.desc}"]
|
||||
id: "5B0A9757F1EF1B9E"
|
||||
subtitle: "{quests.tfg_tips.tools_tips.harvest_basket.subtitle}"
|
||||
tasks: [{
|
||||
id: "15C2F940F5A576D5"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "item_tag(tfg:harvester)"
|
||||
}
|
||||
}
|
||||
title: "{quests.tfg_tips.tools_tips.harvest_basket.task}"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.tfg_tips.tools_tips.harvest_basket.title}"
|
||||
x: -6.0d
|
||||
y: 10.0d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.tfg_tips.tools_tips.subtitle}"]
|
||||
title: "Tips - Tools"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue