Skip to content

Commit 9766912

Browse files
committed
more questing stuff
1 parent 4f15d31 commit 9766912

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

config/croptopia/options.json

+8
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,14 @@
230230
"vanilla_seeds": {
231231
"biome-category": "jungle",
232232
"drop-chance": 0.0125
233+
},
234+
"pepper_seed": {
235+
"biome-category": "plains",
236+
"drop-chance": 0.0125
237+
},
238+
"tea_seed": {
239+
"biome-category": "forest",
240+
"drop-chance": 0.0125
233241
}
234242
}
235243
}

config/ftbquests/quests/chapters/welcome_to_aof_3.snbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
group: "",
44
order_index: 0,
55
filename: "welcome_to_aof_3",
6-
title: "Welcome to AOF 3",
6+
title: "Introduction",
77
icon: "minecraft:book",
88
default_quest_shape: "",
99
quests: [

config/ftbquests/quests/data.snbt

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
version: 12,
3+
title: "All of Fabric 3",
4+
icon: "kubejs:aof_logo",
5+
default_reward_team: false,
6+
default_consume_items: false,
7+
default_autoclaim_rewards: "disabled",
8+
default_quest_shape: "circle",
9+
default_quest_disable_jei: false,
10+
emergency_items_cooldown: 300,
11+
drop_loot_crates: false,
12+
loot_crate_no_drop: {
13+
passive: 4000,
14+
monster: 600,
15+
boss: 0
16+
},
17+
disable_gui: false,
18+
grid_scale: 0.5d,
19+
pause_game: false,
20+
lock_message: ""
21+
}

0 commit comments

Comments
 (0)