From 91e18f54e4733c695ac023d87adfcef9e8dbbb4a Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Wed, 14 Sep 2016 01:10:02 +1000 Subject: Attempting to Rewrite the entire material system for future use (Also makes life easier if I do something similar in 1.10) --- .classpath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.classpath') diff --git a/.classpath b/.classpath index 629c1f68b7..43fa82df64 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,6 @@ - + -- cgit From 2def9acccdf30a88947943673fcd695f1e59cb77 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Thu, 15 Sep 2016 14:12:33 +1000 Subject: $ Fixed the Skookum Choocher. $ Now it Renders properly and functions as a GT-esque type tool. - Removed static calls to excluded build classes. % Started changing things to final in all cases. (Apparently better Java practice) --- .classpath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.classpath') diff --git a/.classpath b/.classpath index 43fa82df64..19e9d78812 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,6 @@ - + -- cgit