From 0b33c1578f3c6f8c8cf51c3eb98c0ec9c7743f34 Mon Sep 17 00:00:00 2001 From: Atsuihsio <842960157@qq.com> Date: Sat, 7 Sep 2024 01:28:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A098k=E7=9A=84=E6=88=98?= =?UTF-8?q?=E5=88=A9=E5=93=81=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../loot_tables/chests/blue_print_common.json | 14 ++++++++++++++ .../loot_tables/chests/blue_print_rare.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/src/main/resources/data/superbwarfare/loot_tables/chests/blue_print_common.json b/src/main/resources/data/superbwarfare/loot_tables/chests/blue_print_common.json index dd73c4fe5..37c3822df 100644 --- a/src/main/resources/data/superbwarfare/loot_tables/chests/blue_print_common.json +++ b/src/main/resources/data/superbwarfare/loot_tables/chests/blue_print_common.json @@ -116,6 +116,20 @@ } ] }, + { + "type": "minecraft:item", + "name": "superbwarfare:k_98_blueprint", + "weight": 10, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 1 + } + } + ] + }, { "type": "minecraft:item", "name": "superbwarfare:mosin_nagant_blueprint", diff --git a/src/main/resources/data/superbwarfare/loot_tables/chests/blue_print_rare.json b/src/main/resources/data/superbwarfare/loot_tables/chests/blue_print_rare.json index b25ddedab..0d6575910 100644 --- a/src/main/resources/data/superbwarfare/loot_tables/chests/blue_print_rare.json +++ b/src/main/resources/data/superbwarfare/loot_tables/chests/blue_print_rare.json @@ -60,6 +60,20 @@ } ] }, + { + "type": "minecraft:item", + "name": "superbwarfare:k_98_blueprint", + "weight": 16, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 1 + } + } + ] + }, { "type": "minecraft:item", "name": "superbwarfare:mosin_nagant_blueprint",