refactor: more map expansion
This commit is contained in:
parent
f39f836ef6
commit
cd161a69a6
|
|
@ -4,12 +4,12 @@
|
|||
#Range: 0 ~ 1000000
|
||||
max_map_count = 512
|
||||
#If enabled, you can increase the Empty Map count by inserting Paper
|
||||
accept_paper_for_empty_maps = true
|
||||
accept_paper_for_empty_maps = false
|
||||
#If true, the Atlas is required to have spare Empty Maps stored to expand the Filled Map size
|
||||
require_empty_maps_to_expand = true
|
||||
#Controls how many usable Maps are added when you add a single Map to the Atlas
|
||||
#Range: 0 ~ 64
|
||||
map_entry_value_multiplier = 1
|
||||
map_entry_value_multiplier = 9
|
||||
#Controls how many free Empty Maps you get for 'activating' an Inactive Atlas
|
||||
#Range: 0 ~ 64
|
||||
pity_activation_map_count = 9
|
||||
|
|
|
|||
18
edits.md
18
edits.md
|
|
@ -19,6 +19,20 @@
|
|||
- [x] crying obsidian + glowstone dust -> dimension tears don't need blaze
|
||||
|
||||
- [x] common villager trades
|
||||
- [ ] villager explorer map trades
|
||||
- [ ] move diamond tools to brass crafter as well
|
||||
- [x] villager explorer map trades
|
||||
|
||||
- [ ] villager diet update
|
||||
- a village biome specific main crop that everybody eats
|
||||
- more random snacks / drinks / beer on the second slot
|
||||
- add more of farmer's complex food (4+ ingredients, cooked, etc)
|
||||
- carpenter always sell biome native logs as well
|
||||
|
||||
- [x] add configs for tidal towns
|
||||
- they're just another plains village
|
||||
|
||||
- [ ] map atlases no longer need paper
|
||||
- just remove all maintainence cost
|
||||
|
||||
- [ ] spyglass can be used from inventory & activates jade
|
||||
|
||||
- [ ] bottle of dimension tears required for nether portal
|
||||
|
|
|
|||
Loading…
Reference in New Issue