Skip to content

Datapacks

Almost everything about how traps behave is data, so a datapack can change it without touching code.

WhatWhereDetails
Which items are bait, and how good they aredata/<namespace>/bait/*.jsonBait files
Which items are nets, and what they dodata/<namespace>/net/*.jsonNet files
What each biome catchesdata/fishtrap/loot_table/fish_trap/*.jsonCatch tables
Which biomes count as warm ocean, cold ocean or swampdata/fishtrap/tags/worldgen/biome/fish_trap/*.jsonCatch tables
Advancements for trap catchesdata/<namespace>/advancement/*.jsonAdvancement trigger

All of it reloads with /reload. Players' tooltips and JEI update straight away.

Released under the MIT License.