mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-13 22:01:04 -04:00
Fixed crafting for Java 8.
This commit is contained in:
Regular → Executable
+2
@@ -348,8 +348,10 @@ public class script_class_loader extends ClassLoader
|
||||
defaultLoad.add("script.deltadictionary");
|
||||
defaultLoad.add("script.dictionary");
|
||||
defaultLoad.add("script.draft_schematic");
|
||||
defaultLoad.add("script.draft_schematic$simple_ingredient");
|
||||
defaultLoad.add("script.draft_schematic$slot");
|
||||
defaultLoad.add("script.draft_schematic$attribute");
|
||||
defaultLoad.add("script.draft_schematic$custom");
|
||||
defaultLoad.add("script.location");
|
||||
defaultLoad.add("script.map_location");
|
||||
defaultLoad.add("script.menu_info");
|
||||
|
||||
Reference in New Issue
Block a user