Skip to content

Commit 040325f

Browse files
committed
2.2.3 - update for minecraft 1.21.11
1 parent fd0d68b commit 040325f

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Babel Book Loot v2.2.2
1+
# Babel Book Loot v2.2.3
22

33
![Logo](readme_images/logo.png)
44

55
Babel Book Loot is a customizable Minecraft data pack that adds over 160 pre-written lore books to various loot tables. You can expand the library by adding your own books.
66

7-
The pack is compatible with Minecraft 1.21.6 and likely works with older versions.
7+
The pack is compatible with Minecraft 1.21.11 and likely works with older versions.
88

99
![Demo](readme_images/babel_demo.webp)
1010

1111
## Quick Start
12-
1. **Download the Data Pack**: [Download babel_v2.2.2.zip](https://github.com/JiFish/babel/releases/download/v2.2.2/babel_v2.2.2.zip).
12+
1. **Download the Data Pack**: [Download babel_v2.2.3.zip](https://github.com/JiFish/babel/releases/download/v2.2.3/babel_v2.2.3.zip).
1313
2. **Install**: Place the downloaded `.zip` file in your Minecraft world's `datapacks` directory.
1414

1515
## Gameplay Features
@@ -26,21 +26,21 @@ Books are supposed to be quite rare. If you want to test the data pack is instal
2626

2727
## Pre-Customized Versions
2828
Additional variations of the pack offer tweaked mechanics:
29-
- **[babel-bookish-zombies_v2.2.2.zip](https://github.com/JiFish/babel/releases/download/v2.2.2/babel-bookish-zombies_v2.2.2.zip)**: Zombies can drop books when killed by a player.
30-
- **[babel-only-chests_v2.2.2.zip](https://github.com/JiFish/babel/releases/download/v2.2.2/babel-only-chests_v2.2.2.zip)**: Books are chest-exclusive (no fishing or raid reward).
31-
- **[babel-no-libraries_2.2.2.zip](https://github.com/JiFish/babel/releases/download/v2.2.2/babel-no-libraries_v2.2.2.zip)**: Removes Lost Libraries.
32-
- **[babel-fairytales_2.2.2.zip](https://github.com/JiFish/babel/releases/download/v2.2.2/babel-fairytales_v2.2.2.zip)**: Replaces lore books with public domain fairy tales.
33-
- **[babel-recipe_v2.2.2.zip](https://github.com/JiFish/babel/releases/download/v2.2.2/babel-recipe_v2.2.2.zip)**: Adds the below crafting recipe for random books.
34-
- **[babel-more-drops_v2.2.2.zip](https://github.com/JiFish/babel/releases/download/v2.2.2/babel-more-drops_v2.2.2.zip)**: Increases book weight in loot tables significantly. Also includes zombie book drops.
29+
- **[babel-bookish-zombies_v2.2.3.zip](https://github.com/JiFish/babel/releases/download/v2.2.3/babel-bookish-zombies_v2.2.3.zip)**: Zombies can drop books when killed by a player.
30+
- **[babel-only-chests_v2.2.3.zip](https://github.com/JiFish/babel/releases/download/v2.2.3/babel-only-chests_v2.2.3.zip)**: Books are chest-exclusive (no fishing or raid reward).
31+
- **[babel-no-libraries_2.2.3.zip](https://github.com/JiFish/babel/releases/download/v2.2.3/babel-no-libraries_v2.2.3.zip)**: Removes Lost Libraries.
32+
- **[babel-fairytales_2.2.3.zip](https://github.com/JiFish/babel/releases/download/v2.2.3/babel-fairytales_v2.2.3.zip)**: Replaces lore books with public domain fairy tales.
33+
- **[babel-recipe_v2.2.3.zip](https://github.com/JiFish/babel/releases/download/v2.2.3/babel-recipe_v2.2.3.zip)**: Adds the below crafting recipe for random books.
34+
- **[babel-more-drops_v2.2.3.zip](https://github.com/JiFish/babel/releases/download/v2.2.3/babel-more-drops_v2.2.3.zip)**: Increases book weight in loot tables significantly. Also includes zombie book drops.
3535

3636
![Using: 1 Book and Quill, 1 Soul Sand Block, 1 Chest, and 1 Emerald.](readme_images/optional_recipe.png)
3737

3838
## Advanced Customization with Babel Builder
3939
The Babel Builder tool lets you customize your pack further:
4040

4141
1. **Download the Tool**:
42-
- [babel-builder-windows_v2.2.2.zip](https://github.com/JiFish/babel/releases) (Windows)
43-
- [babel-builder-python_v2.2.2.zip](https://github.com/JiFish/babel/releases) (Python)
42+
- [babel-builder-windows_v2.2.3.zip](https://github.com/JiFish/babel/releases) (Windows)
43+
- [babel-builder-python_v2.2.3.zip](https://github.com/JiFish/babel/releases) (Python)
4444
2. **Run the Tool**:
4545
- Windows: `babel.exe`
4646
- Python: `python babel.py`

babel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ def chance_calculation(config):
2323

2424

2525
isCompiled = getattr(sys, 'frozen', False)
26-
version = "v2.2.2%s" % (' (Windows)' if isCompiled else '')
27-
minecraft_version = "1.21.10"
26+
version = "v2.2.3%s" % (' (Windows)' if isCompiled else '')
27+
minecraft_version = "1.21.11"
2828

2929
parser = argparse.ArgumentParser()
3030
parser.add_argument('filename', help='Optional config filename. (default: %(default)s)', nargs='?', default='config.yaml')

build_datapack.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
compression = zipfile.ZIP_STORED
1414

1515
min_pack_format = 57
16-
pack_format = 88
16+
pack_format = 94
1717

1818
extracted_data_directory = None
1919

@@ -82,7 +82,9 @@ def buildDatapack(config, version, extracted_data_dir):
8282
"pack": {
8383
"description": version + ". Adds pre-written books to loot. https://github.com/JiFish/babel",
8484
"pack_format": pack_format,
85-
"supported_formats": [min_pack_format, pack_format]
85+
"supported_formats": [min_pack_format, pack_format],
86+
"min_format": min_pack_format,
87+
"max_format": pack_format,
8688
}
8789
}, indent=indent, ensure_ascii=False))
8890
zf.write('data/pack.png', 'pack.png')

0 commit comments

Comments
 (0)