diff --git a/CREDITS.md b/CREDITS.md
index 8df5ce2a1..bd8a49e65 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -22,6 +22,7 @@
 * Code-Sploit
 * cora
 * David McMackins II
+* debian44
 * Debiankaios
 * Dieter44
 * Doloment
diff --git a/mods/ITEMS/mcl_bows/crossbow.lua b/mods/ITEMS/mcl_bows/crossbow.lua
index 5ae21a1f3..3c92a4c92 100644
--- a/mods/ITEMS/mcl_bows/crossbow.lua
+++ b/mods/ITEMS/mcl_bows/crossbow.lua
@@ -181,7 +181,7 @@ S("The speed and damage of the arrow increases the longer you charge. The regula
 		itemstack:get_meta():set_string("active", "true")
 		return itemstack
 	end,
-	groups = {weapon=1,weapon_ranged=1,crossbow=1,enchantability=1},
+	groups = {not_in_creative_inventory=1,weapon=1,weapon_ranged=1,crossbow=1,enchantability=1},
 	_mcl_uses = 326,
 })