Skip to content

Commit

Permalink
Fix enchanted books randomly being added to piglin bartering again
Browse files Browse the repository at this point in the history
  • Loading branch information
RhythmicSys committed Jan 20, 2025
1 parent 5bbefed commit 80c8cc9
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 14 deletions.
Binary file modified assets/modrinth_logos/stonecutter-cuts-logs-to-doors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/modrinth_logos/stonecutter-cuts-logs-to-slabs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/source_files/modrinth_logos.kra
Binary file not shown.
Binary file modified assets/source_files/pack_icons.kra
Binary file not shown.
Binary file modified packs/crafting/stonecutting/wood/doors_and_trapdoors/pack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packs/crafting/stonecutting/wood/slabs_and_stairs/pack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:enchanted_book",
"functions": [
{
"function": "minecraft:set_enchantments",
"enchantments": {}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:netherite_upgrade_smithing_template",
Expand Down
6 changes: 3 additions & 3 deletions packs/mobs/loot_tables/bartering_rebalance/modrinth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "v4.1 Update",
"version_number": "4.1",
"changelog": "Update to 1.21.4",
"name": "v4.2",
"version_number": "4.2",
"changelog": "Fix Enchanted books randomly being in here again",
"game_versions": [
"1.21.4"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version_number": "4.1",
"version_number": "4.2",
"project_id": "fffp1OgS"
}

0 comments on commit 80c8cc9

Please sign in to comment.