update playerSettings: new minecraft bee_traps format
This commit is contained in:
parent
f62e8b7be9
commit
b5083ddb1b
|
@ -228,7 +228,7 @@ Minecraft:
|
||||||
easy: 0
|
easy: 0
|
||||||
normal: 1
|
normal: 1
|
||||||
hard: 0
|
hard: 0
|
||||||
include_hard_advancements: # Junk-fills certain RNG-reliant or tedious advancements with XP rewards.
|
include_hard_advancements: # Junk-fills certain RNG-reliant or tedious advancements.
|
||||||
on: 0
|
on: 0
|
||||||
off: 1
|
off: 1
|
||||||
include_insane_advancements: # Junk-fills extremely difficult advancements; this is only How Did We Get Here? and Adventuring Time.
|
include_insane_advancements: # Junk-fills extremely difficult advancements; this is only How Did We Get Here? and Adventuring Time.
|
||||||
|
@ -243,9 +243,12 @@ Minecraft:
|
||||||
structure_compasses: # Adds structure compasses to the item pool, which point to the nearest indicated structure.
|
structure_compasses: # Adds structure compasses to the item pool, which point to the nearest indicated structure.
|
||||||
on: 0
|
on: 0
|
||||||
off: 1
|
off: 1
|
||||||
bee_traps: # Adds bee traps to the item pool, which spawn multiple angered bees around every player when received.
|
bee_traps: # Replaces a percentage of junk items with bee traps, which spawn multiple angered bees around every player when received.
|
||||||
on: 0
|
0: 1
|
||||||
off: 1
|
25: 0
|
||||||
|
50: 0
|
||||||
|
75: 0
|
||||||
|
100: 0
|
||||||
A Link to the Past:
|
A Link to the Past:
|
||||||
### Logic Section ###
|
### Logic Section ###
|
||||||
glitches_required: # Determine the logic required to complete the seed
|
glitches_required: # Determine the logic required to complete the seed
|
||||||
|
|
Loading…
Reference in New Issue