merge
This commit is contained in:
commit
9c41fe262f
56 changed files with 958 additions and 124 deletions
|
|
@ -141,7 +141,7 @@
|
|||
/**
|
||||
* Whether recipes should have a button to set as default.
|
||||
*/
|
||||
recipe-default-button: false;
|
||||
recipe-default-button: true;
|
||||
|
||||
/**
|
||||
* Whether recipes should have a button to show the recipe tree.
|
||||
|
|
|
|||
|
|
@ -1272,12 +1272,12 @@
|
|||
{
|
||||
dependencies: ["45769156F4253C86"]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.medium_voltage.mv_.desc}"]
|
||||
description: ["{quests.medium_voltage.mv_jetpack.desc}"]
|
||||
id: "6FA956DAA72D6139"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
size: 1.0d
|
||||
subtitle: "{quests.medium_voltage.mv_.subtitle}"
|
||||
subtitle: "{quests.medium_voltage.mv_jetpack.subtitle}"
|
||||
tasks: [{
|
||||
id: "022324F9630960C6"
|
||||
item: {
|
||||
|
|
|
|||
|
|
@ -1269,6 +1269,7 @@
|
|||
Damage: 0
|
||||
}
|
||||
}
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
|
|
@ -1280,6 +1281,7 @@
|
|||
Damage: 0
|
||||
}
|
||||
}
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
|
|
@ -1291,6 +1293,7 @@
|
|||
Damage: 0
|
||||
}
|
||||
}
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
|
|
@ -1302,6 +1305,7 @@
|
|||
Damage: 0
|
||||
}
|
||||
}
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
|
|
@ -1614,18 +1618,25 @@
|
|||
description: ["{quests.tfg_tips.get_milk.desc}"]
|
||||
id: "3C7F170E065B60E1"
|
||||
subtitle: "{quests.tfg_tips.get_milk.subtitle}"
|
||||
tasks: [{
|
||||
id: "5ADFB5FC06EAED6C"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(only_one(nbt(fuzzy:{fluid:{Amount:1000,FluidName:\"minecraft:milk\"}})item(minecraft:milk_bucket))only_one(nbt(fuzzy:{fluid:{Amount:1000,FluidName:\"firmalife:yak_milk\"}})item(firmalife:bucket/yak_milk))only_one(nbt(fuzzy:{fluid:{Amount:1000,FluidName:\"firmalife:goat_milk\"}})item(firmalife:bucket/goat_milk)))"
|
||||
tasks: [
|
||||
{
|
||||
id: "5ADFB5FC06EAED6C"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(only_one(nbt(fuzzy:{fluid:{Amount:1000,FluidName:\"minecraft:milk\"}})item(minecraft:milk_bucket))only_one(nbt(fuzzy:{fluid:{Amount:1000,FluidName:\"firmalife:yak_milk\"}})item(firmalife:bucket/yak_milk))only_one(nbt(fuzzy:{fluid:{Amount:1000,FluidName:\"firmalife:goat_milk\"}})item(firmalife:bucket/goat_milk)))"
|
||||
}
|
||||
}
|
||||
optional_task: true
|
||||
title: "{quests.tfg_tips.get_milk.task}"
|
||||
type: "item"
|
||||
}
|
||||
title: "{quests.tfg_tips.get_milk.task}"
|
||||
type: "item"
|
||||
}]
|
||||
{
|
||||
id: "26460F400A280214"
|
||||
type: "checkmark"
|
||||
}
|
||||
]
|
||||
title: "{quests.tfg_tips.get_milk.title}"
|
||||
x: 4.5d
|
||||
y: -8.5d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue