From d8e33a4c6dab32bc8850c43cda4c26affa61ebfc Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 7 Oct 2025 01:30:24 +0100 Subject: [PATCH] forgot this loot table --- .../loot_tables/entities/cave_enderman.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/kubejs/data/endermanoverhaul/loot_tables/entities/cave_enderman.json b/kubejs/data/endermanoverhaul/loot_tables/entities/cave_enderman.json index 63f8e6b51..d585a244c 100644 --- a/kubejs/data/endermanoverhaul/loot_tables/entities/cave_enderman.json +++ b/kubejs/data/endermanoverhaul/loot_tables/entities/cave_enderman.json @@ -35,6 +35,27 @@ } ], "rolls": 2.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "endermanoverhaul:enderman_tooth" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file