Files
ATM8/minecraft/config/ftbquests/quests/reward_tables/flower_petal_loot.snbt
Adrian Marquis b5ede55eba Version 1.0.19b
2023-05-29 13:49:34 +00:00

27 lines
878 B
SNBT

{
id: "51D81405A1552C58"
order_index: 26
title: "Flower Petal Loot Bag"
loot_size: 1
use_title: true
rewards: [
{ item: "botania:white_petal", count: 3 }
{ item: "botania:orange_petal", count: 3 }
{ item: "botania:magenta_petal", count: 3 }
{ item: "botania:light_blue_petal", count: 3 }
{ item: "botania:yellow_petal", count: 3 }
{ item: "botania:lime_petal", count: 3 }
{ item: "botania:pink_petal", count: 3 }
{ item: "botania:gray_petal", count: 3 }
{ item: "botania:light_gray_petal", count: 3 }
{ item: "botania:cyan_petal", count: 3 }
{ item: "botania:purple_petal", count: 3 }
{ item: "botania:blue_petal", count: 3 }
{ item: "botania:brown_petal", count: 3 }
{ item: "botania:green_petal", count: 3 }
{ item: "botania:red_petal", count: 3 }
{ item: "botania:black_petal", count: 3 }
{ item: "botania:fertilizer", count: 2 }
]
}