Files
meatballcraft/config/ftbquests/normal/chapters/37c824bb/e9a6d5a3.snbt
T
PietroSainaghi 2a6cdb591d update
2023-03-14 21:03:51 -07:00

34 lines
595 B
SNBT

{
title: "This is awesome!",
x: 11.0d,
y: 1.5d,
text: [
"Alchemical energy provided by fuels such as coal and redstone can also be converted to explosive power.",
"This catalyst should make mining very easy!"
],
dependencies: [
"928b9f1a"
],
hide: true,
tasks: [{
uid: "57de7e07",
type: "item",
items: [{
id: "projecte:item.pe_destruction_catalyst",
tag: {},
ForgeCaps: {
"astralsorcery:cap_item_amulet_holder": {}
}
}],
ignore_damage: true,
ignore_nbt: 1b
},
{
uid: "2b083b9d",
type: "item",
items: [{
item: "minecraft:redstone"
}]
}]
}