A Minecraft Fabric mod for version 1.20.1 that adds an interactive advent calendar. Players can open doors to receive items corresponding to the current day.
- 24 doors for the advent season
- Player-specific progress (separate for each world/player)
- Easily configurable items via config
You can configure the items for each door in adventcalender.yml inside the config folder:
door1:
items:
- "minecraft:apple:5"
door2:
items:
- "minecraft:cookie:10"
- "minecraft:diamond:2"
- "minecraft:carrot:25"