Add guns, updates

This commit is contained in:
2025-07-23 23:13:19 +02:00
parent 0faac2768d
commit 13f941fbcd
8 changed files with 31 additions and 49 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ ServerEvents.recipes((event) => {
event.recipes.create.splashing(
[
Item.of("minecraft:clay_ball").withChance(0.2),
Item.of("cgs:lead_nugget",3).withChance(0.12),
// Item.of("cgs:lead_nugget",3).withChance(0.12),
],
Item.of("biomesoplenty:black_sand")
);