File tree 3 files changed +30
-1
lines changed
3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 230
230
"vanilla_seeds" : {
231
231
"biome-category" : " jungle" ,
232
232
"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
233
241
}
234
242
}
235
243
}
Original file line number Diff line number Diff line change 3
3
group: "",
4
4
order_index: 0,
5
5
filename: "welcome_to_aof_3",
6
- title: "Welcome to AOF 3 ",
6
+ title: "Introduction ",
7
7
icon: "minecraft:book",
8
8
default_quest_shape: "",
9
9
quests: [
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments