From b366e51f5a0233efe92744260017980fcd63ab27 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 29 Nov 2015 00:03:36 +0000 Subject: [PATCH] Disable shooter craft recipes --- mods/shooter/shooter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/shooter/shooter.lua b/mods/shooter/shooter.lua index 6e9ae3d..812ec04 100644 --- a/mods/shooter/shooter.lua +++ b/mods/shooter/shooter.lua @@ -16,7 +16,7 @@ SHOOTER_ENABLE_HOOK = true SHOOTER_ENABLE_GRENADES = true SHOOTER_ENABLE_ROCKETS = true SHOOTER_ENABLE_TURRETS = true -SHOOTER_ENABLE_CRAFTING = true +SHOOTER_ENABLE_CRAFTING = false SHOOTER_ENABLE_PARTICLE_FX = true SHOOTER_ENABLE_PROTECTION = false SHOOTER_EXPLOSION_TEXTURE = "shooter_hit.png"