Skip to content

Commit

Permalink
Add Glowcane to Market
Browse files Browse the repository at this point in the history
Add Glowcane to Market
  • Loading branch information
MuteTiefling committed Jul 10, 2021
1 parent ae215d4 commit 0ec146d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
22 changes: 22 additions & 0 deletions config/ftbquests/quests/chapters/mekanism.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -2743,17 +2743,39 @@
}
}
}]
rewards: [{
id: "0EF5031647DF246B"
type: "command"
title: "Rare Mekanism Loot Box"
icon: "kubejs:rare_lootbox"
command: "/execute at @p run loot spawn ~ ~1 ~ loot enigmatica:chests/quest_mekanism_loot_rare"
player_command: false
}]
}
{
x: 1.5d
y: 3.0d
subtitle: "Is This Some Sort of Peasant Joke?"
description: [
"Still digging in the dirt like it’s the 14th century? Why not build a friend to streamline the process a bit? "
""
"Through the power of quantum entanglement and a sentient Robit who most certainly will not pass the salt, the Digital Miner is an invaluable tool for stripping the earth of her resources. "
]
dependencies: ["00000000000006BF"]
id: "37B0CBFA4CBAD409"
tasks: [{
id: "4B3658ACF1768133"
type: "item"
item: "mekanism:digital_miner"
}]
rewards: [{
id: "2103C11313ED672B"
type: "command"
title: "Rare Mekanism Loot Box"
icon: "kubejs:rare_lootbox"
command: "/execute at @p run loot spawn ~ ~1 ~ loot enigmatica:chests/quest_mekanism_loot_rare"
player_command: false
}]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
{ "output": { "item": "byg:pink_cherry_sapling" } },
{ "output": { "item": "byg:blue_enchanted_sapling" } },
{ "output": { "item": "byg:baobab_sapling" } },
{ "output": { "item": "byg:aspen_sapling" } }
{ "output": { "item": "byg:aspen_sapling" } },
{ "output": { "item": "byg:red_glowcane" } },
{ "output": { "item": "byg:purple_glowcane" } },
{ "output": { "item": "byg:pink_glowcane" } },
{ "output": { "item": "byg:blue_glowcane" } }
]
}

0 comments on commit 0ec146d

Please sign in to comment.