From 50ce18eaccee2408a2aa92cd52b48456df1ea330 Mon Sep 17 00:00:00 2001 From: CyanideX Date: Fri, 26 May 2017 19:17:48 -0700 Subject: [PATCH] Changed Defaults --- resource_packs.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resource_packs.json b/resource_packs.json index 1fb4eb4..5ac51fc 100644 --- a/resource_packs.json +++ b/resource_packs.json @@ -6,17 +6,17 @@ }, "lite": { "name": "Lite", - "radius": 7, + "radius": 8, "description": "Less passes, weaker effect, greater performance." }, "strong": { "name": "Strong", - "radius": 40, + "radius": 32, "description" : "More passes, stronger effect, lesser performance." }, "ultra_strong": { "name": "Ultra Strong", - "radius": 100, + "radius": 64, "description": "Too many passes, strongest effect, worst performance. It's like having Vaseline in your eyes." } -} \ No newline at end of file +}