diff --git a/1.10.2/classes/production/1.10.2_main/assets/forgecraft/blockstates/firebox.json b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/blockstates/firebox.json new file mode 100644 index 00000000..d7ddbb0d --- /dev/null +++ b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/blockstates/firebox.json @@ -0,0 +1,12 @@ +{ + "variants": { + "active=false,facing=north": { "model": "forgecraft:firebox" }, + "active=false,facing=east": { "model": "forgecraft:firebox", "y": 90 }, + "active=false,facing=south": { "model": "forgecraft:firebox", "y": 180 }, + "active=false,facing=west": { "model": "forgecraft:firebox", "y": 270 }, + "active=true,facing=north": { "model": "forgecraft:firebox_lit" }, + "active=true,facing=east": { "model": "forgecraft:firebox_lit", "y": 90 }, + "active=true,facing=south": { "model": "forgecraft:firebox_lit", "y": 180 }, + "active=true,facing=west": { "model": "forgecraft:firebox_lit", "y": 270 } + } +} \ No newline at end of file diff --git a/1.10.2/classes/production/1.10.2_main/assets/forgecraft/lang/en_US.lang b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/lang/en_US.lang new file mode 100644 index 00000000..ada4d510 --- /dev/null +++ b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/lang/en_US.lang @@ -0,0 +1,3 @@ +item.test.name=test +tile.firebox.name=Firebox +itemGroup.forgecraft=ForgeCraft \ No newline at end of file diff --git a/1.10.2/classes/production/1.10.2_main/assets/forgecraft/models/block/firebox.json b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/models/block/firebox.json new file mode 100644 index 00000000..ce72d331 --- /dev/null +++ b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/models/block/firebox.json @@ -0,0 +1,239 @@ +{ + "__comment": "Designed by Kitsushadow with Cubik Studio - https://cubik.studio", + "parent": "block/block", + "textures": { + "texture": "forgecraft:blocks/checker_test", + "texture2": "forgecraft:blocks/firebox_racks", + "firebox_leg": "forgecraft:blocks/firebox_legs", + "texture4": "forgecraft:blocks/brick" + }, + "elements": [ + { + "__comment": "Back", + "from": [ 0, 8, 0 ], + "to": [ 16, 16, 2 ], + "faces": { + "down": { "uv": [ 0, 14.5, 16, 16 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture4" }, + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture4" }, + "west": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "east": { "uv": [ 14, 0, 16, 8 ], "texture": "#texture4" } + } + }, + { + "__comment": "Bot", + "from": [ 0, 5, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture4" }, + "north": { "uv": [ 0, 8, 16, 11 ], "texture": "#texture4" }, + "south": { "uv": [ 0, 8, 16, 11 ], "texture": "#texture4" }, + "west": { "uv": [ 0, 8, 16, 11 ], "texture": "#texture4" }, + "east": { "uv": [ 0, 8, 16, 11 ], "texture": "#texture4" } + } + }, + { + "__comment": "AirSideLeft", + "from": [ 0, 8, 2 ], + "to": [ 2, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 16 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 0, 2, 15 ], "texture": "#texture4" }, + "north": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "west": { "uv": [ 0, 0, 14, 8 ], "texture": "#texture4" }, + "east": { "uv": [ 0, 0, 14, 8 ], "texture": "#texture4" } + } + }, + { + "__comment": "AirSideRight", + "from": [ 14, 8, 2 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 16 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 0, 2, 15 ], "texture": "#texture4" }, + "north": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "west": { "uv": [ 0, 0, 14, 8 ], "texture": "#texture4" }, + "east": { "uv": [ 0, 0, 14, 8 ], "texture": "#texture4" } + } + }, + { + "__comment": "Front0", + "from": [ 2, 8, 14 ], + "to": [ 4, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 14, 2, 12 ], "texture": "#texture4" }, + "north": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "west": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "east": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" } + } + }, + { + "__comment": "Front1", + "from": [ 12, 8, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 14, 2, 12 ], "texture": "#texture4" }, + "north": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "west": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "east": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" } + } + }, + { + "__comment": "Front2", + "from": [ 4, 13, 14 ], + "to": [ 12, 16, 16 ], + "faces": { + "down": { "uv": [ 4, 5, 12, 7 ], "texture": "#texture4" }, + "up": { "uv": [ 4, 5, 12, 7 ], "texture": "#texture4" }, + "north": { "uv": [ 4, 4, 12, 7 ], "texture": "#texture4" }, + "south": { "uv": [ 4, 4, 12, 7 ], "texture": "#texture4" }, + "west": { "uv": [ 15, 0, 16, 4 ], "texture": "#texture" }, + "east": { "uv": [ 0, 0, 1, 4 ], "texture": "#texture4" } + } + }, + { + "__comment": "Holder0", + "from": [ 6.5, 15, 2 ], + "to": [ 7.3, 15.8, 14 ], + "rotation": { "origin": [ 6.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Leg0", + "from": [ 12, 0, 0 ], + "to": [ 16, 5, 4 ], + "faces": { + "down": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "up": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "north": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "south": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "west": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "east": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" } + } + }, + { + "__comment": "Leg1", + "from": [ 0, 0, 12 ], + "to": [ 4, 5, 16 ], + "faces": { + "down": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "up": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "north": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "south": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "west": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "east": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" } + } + }, + { + "__comment": "Leg2", + "from": [ 0, 0, 0 ], + "to": [ 4, 5, 4 ], + "faces": { + "down": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "up": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "north": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "south": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "west": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "east": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" } + } + }, + { + "__comment": "Leg3", + "from": [ 12, 0, 12 ], + "to": [ 16, 5, 16 ], + "faces": { + "down": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "up": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "north": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "south": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "west": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "east": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" } + } + }, + { + "__comment": "Holder1", + "from": [ 10.5, 15, 2 ], + "to": [ 11.3, 15.8, 14 ], + "rotation": { "origin": [ 10.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Holder2", + "from": [ 12.5, 15, 2 ], + "to": [ 13.3, 15.8, 14 ], + "rotation": { "origin": [ 12.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Holder3", + "from": [ 2.5, 15, 2 ], + "to": [ 3.3, 15.8, 14 ], + "rotation": { "origin": [ 2.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Holder4", + "from": [ 4.5, 15, 2 ], + "to": [ 5.3, 15.8, 14 ], + "rotation": { "origin": [ 4.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Holder5", + "from": [ 8.5, 15, 2 ], + "to": [ 9.3, 15.8, 14 ], + "rotation": { "origin": [ 8.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + } + ] +} \ No newline at end of file diff --git a/1.10.2/classes/production/1.10.2_main/assets/forgecraft/models/block/firebox_lit.json b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/models/block/firebox_lit.json new file mode 100644 index 00000000..6ef44f46 --- /dev/null +++ b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/models/block/firebox_lit.json @@ -0,0 +1,240 @@ +{ + "__comment": "Designed by Kitsushadow with Cubik Studio - https://cubik.studio", + "parent": "forgecraft:block/firebox", + "textures": { + "texture": "forgecraft:blocks/checker_test", + "texture2": "forgecraft:blocks/firebox_racks", + "firebox_leg": "forgecraft:blocks/firebox_legs", + "texture4": "forgecraft:blocks/brick", + "texture4_lit": "forgecraft:blocks/brick_lit" + }, + "elements": [ + { + "__comment": "Back", + "from": [ 0, 8, 0 ], + "to": [ 16, 16, 2 ], + "faces": { + "down": { "uv": [ 0, 14.5, 16, 16 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture4" }, + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture4_lit" }, + "west": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "east": { "uv": [ 14, 0, 16, 8 ], "texture": "#texture4" } + } + }, + { + "__comment": "Bot", + "from": [ 0, 5, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture4_lit" }, + "north": { "uv": [ 0, 8, 16, 11 ], "texture": "#texture4" }, + "south": { "uv": [ 0, 8, 16, 11 ], "texture": "#texture4" }, + "west": { "uv": [ 0, 8, 16, 11 ], "texture": "#texture4" }, + "east": { "uv": [ 0, 8, 16, 11 ], "texture": "#texture4" } + } + }, + { + "__comment": "AirSideLeft", + "from": [ 0, 8, 2 ], + "to": [ 2, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 16 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 0, 2, 15 ], "texture": "#texture4" }, + "north": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "west": { "uv": [ 0, 0, 14, 8 ], "texture": "#texture4" }, + "east": { "uv": [ 0, 0, 14, 8 ], "texture": "#texture4_lit" } + } + }, + { + "__comment": "AirSideRight", + "from": [ 14, 8, 2 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 16 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 0, 2, 15 ], "texture": "#texture4" }, + "north": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "west": { "uv": [ 0, 0, 14, 8 ], "texture": "#texture4_lit" }, + "east": { "uv": [ 0, 0, 14, 8 ], "texture": "#texture4" } + } + }, + { + "__comment": "Front0", + "from": [ 2, 8, 14 ], + "to": [ 4, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 14, 2, 12 ], "texture": "#texture4" }, + "north": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "west": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "east": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4_lit" } + } + }, + { + "__comment": "Front1", + "from": [ 12, 8, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 14, 2, 12 ], "texture": "#texture4" }, + "north": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "west": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4_lit" }, + "east": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" } + } + }, + { + "__comment": "Front2", + "from": [ 4, 13, 14 ], + "to": [ 12, 16, 16 ], + "faces": { + "down": { "uv": [ 4, 5, 12, 7 ], "texture": "#texture4_lit" }, + "up": { "uv": [ 4, 5, 12, 7 ], "texture": "#texture4" }, + "north": { "uv": [ 4, 4, 12, 7 ], "texture": "#texture4" }, + "south": { "uv": [ 4, 4, 12, 7 ], "texture": "#texture4" }, + "west": { "uv": [ 15, 0, 16, 4 ], "texture": "#texture" }, + "east": { "uv": [ 0, 0, 1, 4 ], "texture": "#texture4" } + } + }, + { + "__comment": "Holder0", + "from": [ 6.5, 15, 2 ], + "to": [ 7.3, 15.8, 14 ], + "rotation": { "origin": [ 6.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Leg0", + "from": [ 12, 0, 0 ], + "to": [ 16, 5, 4 ], + "faces": { + "down": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "up": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "north": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "south": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "west": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "east": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" } + } + }, + { + "__comment": "Leg1", + "from": [ 0, 0, 12 ], + "to": [ 4, 5, 16 ], + "faces": { + "down": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "up": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "north": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "south": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "west": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "east": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" } + } + }, + { + "__comment": "Leg2", + "from": [ 0, 0, 0 ], + "to": [ 4, 5, 4 ], + "faces": { + "down": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "up": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "north": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "south": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "west": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "east": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" } + } + }, + { + "__comment": "Leg3", + "from": [ 12, 0, 12 ], + "to": [ 16, 5, 16 ], + "faces": { + "down": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "up": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "north": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "south": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "west": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "east": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" } + } + }, + { + "__comment": "Holder1", + "from": [ 10.5, 15, 2 ], + "to": [ 11.3, 15.8, 14 ], + "rotation": { "origin": [ 10.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Holder2", + "from": [ 12.5, 15, 2 ], + "to": [ 13.3, 15.8, 14 ], + "rotation": { "origin": [ 12.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Holder3", + "from": [ 2.5, 15, 2 ], + "to": [ 3.3, 15.8, 14 ], + "rotation": { "origin": [ 2.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Holder4", + "from": [ 4.5, 15, 2 ], + "to": [ 5.3, 15.8, 14 ], + "rotation": { "origin": [ 4.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Holder5", + "from": [ 8.5, 15, 2 ], + "to": [ 9.3, 15.8, 14 ], + "rotation": { "origin": [ 8.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + } + ] +} \ No newline at end of file diff --git a/1.10.2/classes/production/1.10.2_main/assets/forgecraft/models/item/ItemTest.json b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/models/item/ItemTest.json new file mode 100644 index 00000000..c8946c5f --- /dev/null +++ b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/models/item/ItemTest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "forgecraft:items/test" + } +} \ No newline at end of file diff --git a/1.10.2/classes/production/1.10.2_main/assets/forgecraft/models/item/firebox.json b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/models/item/firebox.json new file mode 100644 index 00000000..88b2ddb6 --- /dev/null +++ b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/models/item/firebox.json @@ -0,0 +1,3 @@ +{ + "parent": "forgecraft:/block/firebox" +} \ No newline at end of file diff --git a/1.10.2/classes/production/1.10.2_main/assets/forgecraft/sounds.json b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/sounds.json new file mode 100644 index 00000000..e69de29b diff --git a/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/blocks/brick.png b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/blocks/brick.png new file mode 100644 index 00000000..267da887 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/blocks/brick.png differ diff --git a/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/blocks/brick_lit.png b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/blocks/brick_lit.png new file mode 100644 index 00000000..09a7a5a5 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/blocks/brick_lit.png differ diff --git a/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/blocks/checker_test.png b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/blocks/checker_test.png new file mode 100644 index 00000000..c0a52687 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/blocks/checker_test.png differ diff --git a/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/blocks/firebox_legs.png b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/blocks/firebox_legs.png new file mode 100644 index 00000000..4850311a Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/blocks/firebox_legs.png differ diff --git a/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/blocks/firebox_pins.png b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/blocks/firebox_pins.png new file mode 100644 index 00000000..c8e87529 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/blocks/firebox_pins.png differ diff --git a/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/blocks/firebox_racks.png b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/blocks/firebox_racks.png new file mode 100644 index 00000000..7838c8e4 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/blocks/firebox_racks.png differ diff --git a/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/items/cheese.png b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/items/cheese.png new file mode 100644 index 00000000..7b34b134 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/items/cheese.png differ diff --git a/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/items/test.png b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/items/test.png new file mode 100644 index 00000000..7b34b134 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/assets/forgecraft/textures/items/test.png differ diff --git a/1.10.2/classes/production/1.10.2_main/mcmod.info b/1.10.2/classes/production/1.10.2_main/mcmod.info new file mode 100644 index 00000000..13b9ea09 --- /dev/null +++ b/1.10.2/classes/production/1.10.2_main/mcmod.info @@ -0,0 +1,14 @@ +[{ + "modid": "forgecraft", + "name": "Kitsu's Forgecraft", + "description": "Forged with sweat and blood", + "version": "1.0.0", + "mcversion": "1.10.2", + "url": "", + "updateUrl": "", + "authorList": ["KitsuShadow"], + "credits": "KitsuShadow, Fluid1C3, Ishvad, Sygmarr, An Sar", + "logoFile": "assets/forgecraft/textures/logo.png", + "screenshots": [], + "dependencies": [] +}] \ No newline at end of file diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/CommonUtils.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/CommonUtils.class new file mode 100644 index 00000000..46d30f9f Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/CommonUtils.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/ForgeCraft.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/ForgeCraft.class new file mode 100644 index 00000000..052cca0d Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/ForgeCraft.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/ModInfo$1.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/ModInfo$1.class new file mode 100644 index 00000000..2e537187 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/ModInfo$1.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/ModInfo$ForgecraftBlocks.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/ModInfo$ForgecraftBlocks.class new file mode 100644 index 00000000..42e04875 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/ModInfo$ForgecraftBlocks.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/ModInfo$ForgecraftItems.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/ModInfo$ForgecraftItems.class new file mode 100644 index 00000000..e626f125 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/ModInfo$ForgecraftItems.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/ModInfo.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/ModInfo.class new file mode 100644 index 00000000..e0522526 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/ModInfo.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/blocks/CustomContainerFacing.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/blocks/CustomContainerFacing.class new file mode 100644 index 00000000..5d7208dd Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/blocks/CustomContainerFacing.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/blocks/Firebox.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/blocks/Firebox.class new file mode 100644 index 00000000..3d0797d8 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/blocks/Firebox.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/init/ModBlocks.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/init/ModBlocks.class new file mode 100644 index 00000000..8ad64a07 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/init/ModBlocks.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/init/ModCrafting.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/init/ModCrafting.class new file mode 100644 index 00000000..6fc7e448 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/init/ModCrafting.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/init/ModItems.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/init/ModItems.class new file mode 100644 index 00000000..675e2861 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/init/ModItems.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/init/ModRegistries.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/init/ModRegistries.class new file mode 100644 index 00000000..10d24f28 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/init/ModRegistries.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/init/ModTiles.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/init/ModTiles.class new file mode 100644 index 00000000..1513bf35 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/init/ModTiles.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/items/BaseItem.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/items/BaseItem.class new file mode 100644 index 00000000..4c176815 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/items/BaseItem.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/items/ItemTest.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/items/ItemTest.class new file mode 100644 index 00000000..bca194d6 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/items/ItemTest.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/proxy/ClientProxy.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/proxy/ClientProxy.class new file mode 100644 index 00000000..802a4976 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/proxy/ClientProxy.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/proxy/CommonProxy.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/proxy/CommonProxy.class new file mode 100644 index 00000000..dd7dc74a Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/proxy/CommonProxy.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/proxy/ServerProxy.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/proxy/ServerProxy.class new file mode 100644 index 00000000..b405c788 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/proxy/ServerProxy.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/renders/TileFireboxRender$1.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/renders/TileFireboxRender$1.class new file mode 100644 index 00000000..bda5cf5e Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/renders/TileFireboxRender$1.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/renders/TileFireboxRender.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/renders/TileFireboxRender.class new file mode 100644 index 00000000..4553ad94 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/renders/TileFireboxRender.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/tiles/BaseTile.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/tiles/BaseTile.class new file mode 100644 index 00000000..d0629186 Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/tiles/BaseTile.class differ diff --git a/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/tiles/TileFirebox.class b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/tiles/TileFirebox.class new file mode 100644 index 00000000..9bbd8a9d Binary files /dev/null and b/1.10.2/classes/production/1.10.2_main/nmd/primal/forgecraft/tiles/TileFirebox.class differ diff --git a/1.10.2/config/forge.cfg b/1.10.2/config/forge.cfg new file mode 100644 index 00000000..0518ecef --- /dev/null +++ b/1.10.2/config/forge.cfg @@ -0,0 +1,72 @@ +# Configuration file + +client { + # Replace the vanilla bucket models with Forges own dynamic bucket model. Unifies bucket visuals if a mod uses the Forge bucket model. + B:replaceVanillaBucketModel=false + + # The timestamp of the last reminder to update to Java 8 in number of milliseconds since January 1, 1970, 00:00:00 GMT. Nag will show only once every 24 hours. To disable it set this to some really high number. + D:java8Reminder=0.0 + + # Disable culling of hidden faces next to stairs and slabs. Causes extra rendering, but may fix some resource packs that exploit this vanilla mechanic. + B:disableStairSlabCulling=false +} + + +general { + # Set to true to disable Forge's version check mechanics. Forge queries a small json file on our server for version information. For more details see the ForgeVersion class in our github. + B:disableVersionCheck=false + + # Controls the number threshold at which Packet51 is preferred over Packet52, default and minimum 64, maximum 1024 + I:clumpingThreshold=64 + + # Set to true to enable the post initialization sorting of crafting recipes using Forge's sorter. May cause desyncing on conflicting recipes. MUST RESTART MINECRAFT IF CHANGED FROM THE CONFIG GUI. + B:sortRecipies=true + + # Set this to true to remove any Entity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES. + B:removeErroringEntities=false + + # Set this to true to remove any TileEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES. + B:removeErroringTileEntities=false + + # Set this to true to check the entire entity's collision bounding box for ladders instead of just the block they are in. Causes noticeable differences in mechanics so default is vanilla behavior. Default: false + B:fullBoundingBoxLadders=false + + # Control the range of sky blending for colored skies in biomes. + I:biomeSkyBlendRange < + 2 + 4 + 6 + 8 + 10 + 12 + 14 + 16 + 18 + 20 + 22 + 24 + 26 + 28 + 30 + 32 + 34 + > + + # Base zombie summoning spawn chance. Allows changing the bonus zombie summoning mechanic. + D:zombieBaseSummonChance=0.1 + + # Chance that a zombie (or subclass) is a baby. Allows changing the zombie spawning mechanic. + D:zombieBabyChance=0.05 + + # Enable the forge block rendering pipeline - fixes the lighting of custom models. + B:forgeLightPipelineEnabled=true + B:enableGlobalConfig=false +} + + +version_checking { + # Enable the entire mod update check system. This only applies to mods using the Forge system. + B:Global=true +} + + diff --git a/1.10.2/config/forgeChunkLoading.cfg b/1.10.2/config/forgeChunkLoading.cfg new file mode 100644 index 00000000..3051bdff --- /dev/null +++ b/1.10.2/config/forgeChunkLoading.cfg @@ -0,0 +1,47 @@ +# Configuration file + +########################################################################################################## +# Forge +#--------------------------------------------------------------------------------------------------------# +# Sample mod specific control section. +# Copy this section and rename the with the modid for the mod you wish to override. +# A value of zero in either entry effectively disables any chunkloading capabilities +# for that mod +########################################################################################################## + +Forge { + # Maximum chunks per ticket for the mod. + I:maximumChunksPerTicket=25 + + # Maximum ticket count for the mod. Zero disables chunkloading capabilities. + I:maximumTicketCount=200 +} + + +########################################################################################################## +# defaults +#--------------------------------------------------------------------------------------------------------# +# Default configuration for forge chunk loading control +########################################################################################################## + +defaults { + # Are mod overrides enabled? + B:enabled=true + + # The default maximum number of chunks a mod can force, per ticket, + # for a mod without an override. This is the maximum number of chunks a single ticket can force. + I:maximumChunksPerTicket=25 + + # The default maximum ticket count for a mod which does not have an override + # in this file. This is the number of chunk loading requests a mod is allowed to make. + I:maximumTicketCount=200 + + # The number of tickets a player can be assigned instead of a mod. This is shared across all mods and it is up to the mods to use it. + I:playerTicketCount=500 + + # Unloaded chunks can first be kept in a dormant cache for quicker + # loading times. Specify the size (in chunks) of that cache here + I:dormantChunkCacheSize=0 +} + + diff --git a/1.10.2/config/splash.properties b/1.10.2/config/splash.properties new file mode 100644 index 00000000..6c14a505 --- /dev/null +++ b/1.10.2/config/splash.properties @@ -0,0 +1,14 @@ +#Splash screen properties +#Sun Dec 11 13:01:44 EST 2016 +logoTexture=textures/gui/title/mojang.png +background=0xFFFFFF +font=0x0 +barBackground=0xFFFFFF +barBorder=0xC0C0C0 +rotate=false +bar=0xCB3D35 +enabled=true +resourcePackPath=resources +logoOffset=0 +forgeTexture=fml\:textures/gui/forge.gif +fontTexture=textures/font/ascii.png diff --git a/1.10.2/logs/fml-client-latest.log b/1.10.2/logs/fml-client-latest.log new file mode 100644 index 00000000..41a3a536 --- /dev/null +++ b/1.10.2/logs/fml-client-latest.log @@ -0,0 +1,703 @@ +[13:01:23] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR. +[13:01:23] [main/INFO] [FML/]: Forge Mod Loader version 12.18.3.2185 for Minecraft 1.10.2 loading +[13:01:23] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_102, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jdk1.8.0_102\jre +[13:01:23] [main/DEBUG] [FML/]: Java classpath at launch is C:\Program Files\Java\jdk1.8.0_102\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\rt.jar;C:\Users\kitsu\Development\nmd_projects\ForgeCraft\1.10.2\classes\production\1.10.2_main;C:\Users\kitsu\.gradle\caches\minecraft\deobfedDeps\compileDummy.jar;C:\Users\kitsu\.gradle\caches\minecraft\deobfedDeps\providedDummy.jar;C:\Users\kitsu\.gradle\caches\minecraft\net\minecraftforge\forge\1.10.2-12.18.3.2185\snapshot\20161111\forgeSrc-1.10.2-12.18.3.2185.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.google.code.findbugs\jsr305\3.0.1\f7be08ec23c21485b9b5a1cf1654c2ec8c58168d\jsr305-3.0.1.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.mojang\netty\1.6\4b75825a06139752bd800d9e29c5fd55b8b1b1e4\netty-1.6.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\oshi-project\oshi-core\1.1\9ddf7b048a8d701be231c0f4f95fd986198fd2d8\oshi-core-1.1.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.java.dev.jna\jna\3.4.0\803ff252fedbd395baffd43b37341dc4a150a554\jna-3.4.0.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.java.dev.jna\platform\3.4.0\e3f70017be8100d3d6923f50b3d2ee17714e9c13\platform-3.4.0.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.ibm.icu\icu4j-core-mojang\51.2\63d216a9311cca6be337c1e458e587f99d382b84\icu4j-core-mojang-51.2.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.sf.jopt-simple\jopt-simple\4.6\306816fb57cf94f108a43c95731b08934dcae15c\jopt-simple-4.6.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\io.netty\netty-all\4.0.23.Final\294104aaf1781d6a56a07d561e792c5d0c95f45\netty-all-4.0.23.Final.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.google.guava\guava\17.0\9c6ef172e8de35fd8d4d8783e4821e57cdef7445\guava-17.0.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-lang3\3.3.2\90a3822c38ec8c996e84c16a3477ef632cbc87a3\commons-lang3-3.3.2.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\commons-io\commons-io\2.4\b1b6ea3b7e4aa4f492509a4952029cd8e48019ad\commons-io-2.4.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\commons-codec\commons-codec\1.9\9ce04e34240f674bc72680f8b843b1457383161a\commons-codec-1.9.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.java.jutils\jutils\1.0.0\e12fe1fda814bd348c1579329c86943d2cd3c6a6\jutils-1.0.0.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.2.4\a60a5e993c98c864010053cb901b7eab25306568\gson-2.2.4.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.mojang\authlib\1.5.22\afaa8f6df976fcb5520e76ef1d5798c9e6b5c0b2\authlib-1.5.22.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.mojang\realms\1.9.8\c9609760e050cd7c369292252552c0cc81c54331\realms-1.9.8.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-compress\1.8.1\a698750c16740fd5b3871425f4cb3bbaa87f529d\commons-compress-1.8.1.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpclient\4.3.3\18f4247ff4572a074444572cee34647c43e7c9c7\httpclient-4.3.3.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\commons-logging\commons-logging\1.1.3\f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f\commons-logging-1.1.3.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpcore\4.3.2\31fbbff1ddbf98f3aa7377c94d33b0447c646b6e\httpcore-4.3.2.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\it.unimi.dsi\fastutil\7.0.12_mojang\ba787e741efdc425fc5d2ea654b57c15fba27efa\fastutil-7.0.12_mojang.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-api\2.0-beta9\1dd66e68cccd907880229f9e2de1314bd13ff785\log4j-api-2.0-beta9.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-core\2.0-beta9\678861ba1b2e1fccb594bb0ca03114bb05da9695\log4j-core-2.0-beta9.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.minecraft\launchwrapper\1.12\111e7bea9c968cdb3d06ef4632bf7ff0824d0f36\launchwrapper-1.12.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\jline\jline\2.13\2d9530d0a25daffaffda7c35037b046b627bb171\jline-2.13.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-debug-all\5.0.3\f9e364ae2a66ce2a543012a4668856e84e5dab74\asm-debug-all-5.0.3.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.typesafe.akka\akka-actor_2.11\2.3.3\ed62e9fc709ca0f2ff1a3220daa8b70a2870078e\akka-actor_2.11-2.3.3.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.typesafe\config\1.2.1\f771f71fdae3df231bcd54d5ca2d57f0bf93f467\config-1.2.1.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-actors-migration_2.11\1.1.0\dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f\scala-actors-migration_2.11-1.1.0.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-compiler\2.11.1\56ea2e6c025e0821f28d73ca271218b8dd04926a\scala-compiler-2.11.1.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-library_2.11\1.0.2\e517c53a7e9acd6b1668c5a35eccbaa3bab9aac\scala-continuations-library_2.11-1.0.2.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-plugin_2.11.1\1.0.2\f361a3283452c57fa30c1ee69448995de23c60f7\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-library\2.11.1\e11da23da3eabab9f4777b9220e60d44c1aab6a\scala-library-2.11.1.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang.modules\scala-parser-combinators_2.11\1.0.1\f05d7345bf5a58924f2837c6c1f4d73a938e1ff0\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-reflect\2.11.1\6580347e61cc7f8e802941e7fde40fa83b8badeb\scala-reflect-2.11.1.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang.modules\scala-swing_2.11\1.0.1\b1cdd92bd47b1e1837139c1c53020e86bb9112ae\scala-swing_2.11-1.0.1.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang.modules\scala-xml_2.11\1.0.2\820fbca7e524b530fdadc594c39d49a21ea0337e\scala-xml_2.11-1.0.2.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\lzma\lzma\0.0.1\521616dc7487b42bef0e803bd2fa3faf668101d7\lzma-0.0.1.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.sf.trove4j\trove4j\3.0.3\42ccaf4761f0dfdfa805c9e340d99a755907e2dd\trove4j-3.0.3.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.paulscode\codecjorbis\20101023\c73b5636faf089d9f00e8732a829577de25237ee\codecjorbis-20101023.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.paulscode\codecwav\20101023\12f031cfe88fef5c1dd36c563c0a3a69bd7261da\codecwav-20101023.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.paulscode\libraryjavasound\20101123\5c5e304366f75f9eaa2e8cca546a1fb6109348b3\libraryjavasound-20101123.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.paulscode\librarylwjglopenal\20100824\73e80d0794c39665aec3f62eee88ca91676674ef\librarylwjglopenal-20100824.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.paulscode\soundsystem\20120107\419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6\soundsystem-20120107.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput\2.0.5\39c7796b469a600f72380316f6b1f11db6c2c7c4\jinput-2.0.5.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl\2.9.4-nightly-20150209\697517568c68e78ae0b4544145af031c81082dfe\lwjgl-2.9.4-nightly-20150209.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl_util\2.9.4-nightly-20150209\d51a7c040a721d13efdfbd34f8b257b2df882ad0\lwjgl_util-2.9.4-nightly-20150209.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\java3d\vecmath\1.5.2\79846ba34cbd89e2422d74d53752f993dcc2ccaf\vecmath-1.5.2.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.fusesource.jansi\jansi\1.11\655c643309c2f45a56a747fda70e3fadf57e9f11\jansi-1.11.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-actors\2.11.0\8ccfb6541de179bb1c4d45cf414acee069b7f78b\scala-actors-2.11.0.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\7ff832a6eb9ab6a767f1ade2b548092d0fa64795\jinput-platform-2.0.5-natives-linux.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\385ee093e01f587f30ee1c8a2ee7d408fd732e16\jinput-platform-2.0.5-natives-windows.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\53f9c919f34d2ca9de8c51fc4e1e8282029a9232\jinput-platform-2.0.5-natives-osx.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.4-nightly-20150209\b84d5102b9dbfabfeb5e43c7e2828d98a7fc80e0\lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.4-nightly-20150209\931074f46c795d2f7b30ed6395df5715cfd7675b\lwjgl-platform-2.9.4-nightly-20150209-natives-linux.jar;C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.4-nightly-20150209\bcab850f8f487c3f4c4dbabde778bb82bd1a40ed\lwjgl-platform-2.9.4-nightly-20150209-natives-osx.jar;C:\Users\kitsu\.gradle\caches\minecraft\net\minecraftforge\forge\1.10.2-12.18.3.2185\start;C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 2016.2.5\lib\idea_rt.jar +[13:01:23] [main/DEBUG] [FML/]: Java library path at launch is C:\Program Files\Java\jdk1.8.0_102\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Users\kitsu\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Calibre2\;C:\Go\bin;C:\Users\kitsu\AppData\Local\atom\bin;C:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\kitsu\AppData\Local\Microsoft\WindowsApps;;.;C:/Users/kitsu/.gradle/caches/minecraft/net/minecraft/natives/1.10.2 +[13:01:23] [main/INFO] [FML/]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation +[13:01:23] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin +[13:01:23] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers +[13:01:23] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin +[13:01:23] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin +[13:01:23] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin +[13:01:23] [main/DEBUG] [FML/]: All fundamental core mods are successfully located +[13:01:23] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to C:\Users\kitsu\Development\nmd_projects\ForgeCraft\1.10.2\. +[13:01:23] [main/DEBUG] [FML/]: Discovering coremods +[13:01:23] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker +[13:01:23] [main/INFO] [GradleStart/]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin +[13:01:23] [main/INFO] [GradleStart/]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin +[13:01:23] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker +[13:01:23] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker +[13:01:23] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker +[13:01:23] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker +[13:01:23] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker +[13:01:23] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[13:01:23] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} class transformers +[13:01:23] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer +[13:01:23] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer +[13:01:23] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer +[13:01:23] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer +[13:01:23] [main/DEBUG] [FML/]: Injection complete +[13:01:23] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} +[13:01:23] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin +[13:01:23] [main/ERROR] [FML/]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! +[13:01:24] [main/DEBUG] [FML/]: Loading deobfuscation resource C:\Users\kitsu\.gradle\caches\minecraft\de\oceanlabs\mcp\mcp_snapshot\20161111\1.10.2\srgs\srg-mcp.srg with 32364 records +[13:01:29] [main/ERROR] [FML/]: FML appears to be missing any signature data. This is not a good thing +[13:01:29] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully +[13:01:29] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[13:01:29] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers +[13:01:29] [main/DEBUG] [FML/]: Injection complete +[13:01:29] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} +[13:01:29] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin +[13:01:29] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully +[13:01:29] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker +[13:01:29] [main/DEBUG] [FML/]: Loaded 195 rules from AccessTransformer config file forge_at.cfg +[13:01:29] [main/DEBUG] [FML/]: Validating minecraft +[13:01:30] [main/DEBUG] [FML/]: Minecraft validated, launching... +[13:01:30] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker +[13:01:30] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker +[13:01:30] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker +[13:01:30] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.client.main.Main} +[13:01:38] [Client thread/DEBUG] [FML/]: Creating vanilla freeze snapshot +[13:01:38] [Client thread/DEBUG] [FML/]: Vanilla freeze snapshot created +[13:01:44] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - LanguageManager took 0.001s +[13:01:44] [Client thread/INFO] [FML/]: Could not load splash.properties, will create a default one +[13:01:45] [Client thread/INFO] [STDOUT/]: [net.minecraftforge.fml.client.SplashProgress:start:221]: ---- Minecraft Crash Report ---- +// Surprise! Haha. Well, this is awkward. + +Time: 12/11/16 1:01 PM +Description: Loading screen debug info + +This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- System Details -- +Details: + Minecraft Version: 1.10.2 + Operating System: Windows 10 (amd64) version 10.0 + Java Version: 1.8.0_102, Oracle Corporation + Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation + Memory: 302730216 bytes (288 MB) / 499122176 bytes (476 MB) up to 3779067904 bytes (3604 MB) + JVM Flags: 0 total; + IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 + FML: + Loaded coremods (and transformers): + GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 375.95' Renderer: 'GeForce GTX 960/PCIe/SSE2' +[13:01:45] [Client thread/INFO] [FML/]: MinecraftForge v12.18.3.2185 Initialized +[13:01:45] [Client thread/INFO] [FML/]: Replaced 231 ore recipes +[13:01:45] [Client thread/DEBUG] [FML/]: File C:\Users\kitsu\Development\nmd_projects\ForgeCraft\1.10.2\config\injectedDependencies.json not found. No dependencies injected +[13:01:46] [Client thread/DEBUG] [FML/]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer] +[13:01:46] [Client thread/DEBUG] [FML/]: Attempting to load mods contained in the minecraft jar file and associated classes +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\charsets.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\deploy.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\access-bridge-64.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\cldrdata.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\dnsns.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\jaccess.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\jfxrt.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\localedata.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\nashorn.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\sunec.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\sunjce_provider.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\sunmscapi.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\sunpkcs11.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\zipfs.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\javaws.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\jce.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\jfr.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\jfxswt.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\jsse.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\management-agent.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\plugin.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\resources.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Program Files\Java\jdk1.8.0_102\jre\lib\rt.jar +[13:01:46] [Client thread/DEBUG] [FML/]: Found a minecraft related directory at C:\Users\kitsu\Development\nmd_projects\ForgeCraft\1.10.2\classes\production\1.10.2_main, examining for mod candidates +[13:01:46] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\kitsu\.gradle\caches\minecraft\deobfedDeps\compileDummy.jar, examining for mod candidates +[13:01:46] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\kitsu\.gradle\caches\minecraft\deobfedDeps\providedDummy.jar, examining for mod candidates +[13:01:46] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\kitsu\.gradle\caches\minecraft\net\minecraftforge\forge\1.10.2-12.18.3.2185\snapshot\20161111\forgeSrc-1.10.2-12.18.3.2185.jar, examining for mod candidates +[13:01:46] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.google.code.findbugs\jsr305\3.0.1\f7be08ec23c21485b9b5a1cf1654c2ec8c58168d\jsr305-3.0.1.jar, examining for mod candidates +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.mojang\netty\1.6\4b75825a06139752bd800d9e29c5fd55b8b1b1e4\netty-1.6.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\oshi-project\oshi-core\1.1\9ddf7b048a8d701be231c0f4f95fd986198fd2d8\oshi-core-1.1.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.java.dev.jna\jna\3.4.0\803ff252fedbd395baffd43b37341dc4a150a554\jna-3.4.0.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.java.dev.jna\platform\3.4.0\e3f70017be8100d3d6923f50b3d2ee17714e9c13\platform-3.4.0.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.ibm.icu\icu4j-core-mojang\51.2\63d216a9311cca6be337c1e458e587f99d382b84\icu4j-core-mojang-51.2.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.sf.jopt-simple\jopt-simple\4.6\306816fb57cf94f108a43c95731b08934dcae15c\jopt-simple-4.6.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\io.netty\netty-all\4.0.23.Final\294104aaf1781d6a56a07d561e792c5d0c95f45\netty-all-4.0.23.Final.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.google.guava\guava\17.0\9c6ef172e8de35fd8d4d8783e4821e57cdef7445\guava-17.0.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-lang3\3.3.2\90a3822c38ec8c996e84c16a3477ef632cbc87a3\commons-lang3-3.3.2.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\commons-io\commons-io\2.4\b1b6ea3b7e4aa4f492509a4952029cd8e48019ad\commons-io-2.4.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\commons-codec\commons-codec\1.9\9ce04e34240f674bc72680f8b843b1457383161a\commons-codec-1.9.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.java.jutils\jutils\1.0.0\e12fe1fda814bd348c1579329c86943d2cd3c6a6\jutils-1.0.0.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.2.4\a60a5e993c98c864010053cb901b7eab25306568\gson-2.2.4.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.mojang\authlib\1.5.22\afaa8f6df976fcb5520e76ef1d5798c9e6b5c0b2\authlib-1.5.22.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.mojang\realms\1.9.8\c9609760e050cd7c369292252552c0cc81c54331\realms-1.9.8.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-compress\1.8.1\a698750c16740fd5b3871425f4cb3bbaa87f529d\commons-compress-1.8.1.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpclient\4.3.3\18f4247ff4572a074444572cee34647c43e7c9c7\httpclient-4.3.3.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\commons-logging\commons-logging\1.1.3\f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f\commons-logging-1.1.3.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpcore\4.3.2\31fbbff1ddbf98f3aa7377c94d33b0447c646b6e\httpcore-4.3.2.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\it.unimi.dsi\fastutil\7.0.12_mojang\ba787e741efdc425fc5d2ea654b57c15fba27efa\fastutil-7.0.12_mojang.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-api\2.0-beta9\1dd66e68cccd907880229f9e2de1314bd13ff785\log4j-api-2.0-beta9.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-core\2.0-beta9\678861ba1b2e1fccb594bb0ca03114bb05da9695\log4j-core-2.0-beta9.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.minecraft\launchwrapper\1.12\111e7bea9c968cdb3d06ef4632bf7ff0824d0f36\launchwrapper-1.12.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\jline\jline\2.13\2d9530d0a25daffaffda7c35037b046b627bb171\jline-2.13.jar +[13:01:46] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-debug-all\5.0.3\f9e364ae2a66ce2a543012a4668856e84e5dab74\asm-debug-all-5.0.3.jar, examining for mod candidates +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.typesafe.akka\akka-actor_2.11\2.3.3\ed62e9fc709ca0f2ff1a3220daa8b70a2870078e\akka-actor_2.11-2.3.3.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.typesafe\config\1.2.1\f771f71fdae3df231bcd54d5ca2d57f0bf93f467\config-1.2.1.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-actors-migration_2.11\1.1.0\dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f\scala-actors-migration_2.11-1.1.0.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-compiler\2.11.1\56ea2e6c025e0821f28d73ca271218b8dd04926a\scala-compiler-2.11.1.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-library_2.11\1.0.2\e517c53a7e9acd6b1668c5a35eccbaa3bab9aac\scala-continuations-library_2.11-1.0.2.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-plugin_2.11.1\1.0.2\f361a3283452c57fa30c1ee69448995de23c60f7\scala-continuations-plugin_2.11.1-1.0.2.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-library\2.11.1\e11da23da3eabab9f4777b9220e60d44c1aab6a\scala-library-2.11.1.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang.modules\scala-parser-combinators_2.11\1.0.1\f05d7345bf5a58924f2837c6c1f4d73a938e1ff0\scala-parser-combinators_2.11-1.0.1.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-reflect\2.11.1\6580347e61cc7f8e802941e7fde40fa83b8badeb\scala-reflect-2.11.1.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang.modules\scala-swing_2.11\1.0.1\b1cdd92bd47b1e1837139c1c53020e86bb9112ae\scala-swing_2.11-1.0.1.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang.modules\scala-xml_2.11\1.0.2\820fbca7e524b530fdadc594c39d49a21ea0337e\scala-xml_2.11-1.0.2.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\lzma\lzma\0.0.1\521616dc7487b42bef0e803bd2fa3faf668101d7\lzma-0.0.1.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.sf.trove4j\trove4j\3.0.3\42ccaf4761f0dfdfa805c9e340d99a755907e2dd\trove4j-3.0.3.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.paulscode\codecjorbis\20101023\c73b5636faf089d9f00e8732a829577de25237ee\codecjorbis-20101023.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.paulscode\codecwav\20101023\12f031cfe88fef5c1dd36c563c0a3a69bd7261da\codecwav-20101023.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.paulscode\libraryjavasound\20101123\5c5e304366f75f9eaa2e8cca546a1fb6109348b3\libraryjavasound-20101123.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.paulscode\librarylwjglopenal\20100824\73e80d0794c39665aec3f62eee88ca91676674ef\librarylwjglopenal-20100824.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\com.paulscode\soundsystem\20120107\419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6\soundsystem-20120107.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput\2.0.5\39c7796b469a600f72380316f6b1f11db6c2c7c4\jinput-2.0.5.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl\2.9.4-nightly-20150209\697517568c68e78ae0b4544145af031c81082dfe\lwjgl-2.9.4-nightly-20150209.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl_util\2.9.4-nightly-20150209\d51a7c040a721d13efdfbd34f8b257b2df882ad0\lwjgl_util-2.9.4-nightly-20150209.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\java3d\vecmath\1.5.2\79846ba34cbd89e2422d74d53752f993dcc2ccaf\vecmath-1.5.2.jar +[13:01:46] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.fusesource.jansi\jansi\1.11\655c643309c2f45a56a747fda70e3fadf57e9f11\jansi-1.11.jar, examining for mod candidates +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-actors\2.11.0\8ccfb6541de179bb1c4d45cf414acee069b7f78b\scala-actors-2.11.0.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\7ff832a6eb9ab6a767f1ade2b548092d0fa64795\jinput-platform-2.0.5-natives-linux.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\385ee093e01f587f30ee1c8a2ee7d408fd732e16\jinput-platform-2.0.5-natives-windows.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\53f9c919f34d2ca9de8c51fc4e1e8282029a9232\jinput-platform-2.0.5-natives-osx.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.4-nightly-20150209\b84d5102b9dbfabfeb5e43c7e2828d98a7fc80e0\lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.4-nightly-20150209\931074f46c795d2f7b30ed6395df5715cfd7675b\lwjgl-platform-2.9.4-nightly-20150209-natives-linux.jar +[13:01:46] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\kitsu\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.4-nightly-20150209\bcab850f8f487c3f4c4dbabde778bb82bd1a40ed\lwjgl-platform-2.9.4-nightly-20150209-natives-osx.jar +[13:01:46] [Client thread/DEBUG] [FML/]: Found a minecraft related directory at C:\Users\kitsu\.gradle\caches\minecraft\net\minecraftforge\forge\1.10.2-12.18.3.2185\start, examining for mod candidates +[13:01:46] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 2016.2.5\lib\idea_rt.jar, examining for mod candidates +[13:01:46] [Client thread/DEBUG] [FML/]: Minecraft jar mods loaded successfully +[13:01:46] [Client thread/INFO] [FML/]: Found 0 mods from the command line. Injecting into mod discoverer +[13:01:46] [Client thread/INFO] [FML/]: Searching C:\Users\kitsu\Development\nmd_projects\ForgeCraft\1.10.2\mods for mods +[13:01:46] [Client thread/DEBUG] [FML/]: Examining directory 1.10.2_main for potential mods +[13:01:46] [Client thread/DEBUG] [FML/]: Found an mcmod.info file in directory 1.10.2_main +[13:01:46] [Client thread/TRACE] [FML/]: Recursing into package assets +[13:01:46] [Client thread/TRACE] [FML/]: Recursing into package assets/forgecraft +[13:01:46] [Client thread/TRACE] [FML/]: Recursing into package assets/forgecraft/blockstates +[13:01:46] [Client thread/TRACE] [FML/]: Recursing into package assets/forgecraft/lang +[13:01:46] [Client thread/TRACE] [FML/]: Recursing into package assets/forgecraft/models +[13:01:46] [Client thread/TRACE] [FML/]: Recursing into package assets/forgecraft/models/block +[13:01:46] [Client thread/TRACE] [FML/]: Recursing into package assets/forgecraft/models/item +[13:01:46] [Client thread/TRACE] [FML/]: Recursing into package assets/forgecraft/textures +[13:01:46] [Client thread/TRACE] [FML/]: Recursing into package assets/forgecraft/textures/blocks +[13:01:46] [Client thread/TRACE] [FML/]: Recursing into package assets/forgecraft/textures/items +[13:01:46] [Client thread/TRACE] [FML/]: Recursing into package nmd +[13:01:46] [Client thread/TRACE] [FML/]: Recursing into package nmd/primal +[13:01:46] [Client thread/TRACE] [FML/]: Recursing into package nmd/primal/forgecraft +[13:01:46] [Client thread/TRACE] [FML/]: Recursing into package nmd/primal/forgecraft/blocks +[13:01:46] [Client thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (nmd.primal.forgecraft.ForgeCraft) - loading +[13:01:46] [Client thread/TRACE] [forgecraft/]: Parsed dependency info : [] [] [] +[13:01:46] [Client thread/TRACE] [FML/]: Recursing into package nmd/primal/forgecraft/init +[13:01:46] [Client thread/TRACE] [FML/]: Recursing into package nmd/primal/forgecraft/items +[13:01:46] [Client thread/TRACE] [FML/]: Recursing into package nmd/primal/forgecraft/proxy +[13:01:46] [Client thread/TRACE] [FML/]: Recursing into package nmd/primal/forgecraft/renders +[13:01:46] [Client thread/TRACE] [FML/]: Recursing into package nmd/primal/forgecraft/tiles +[13:01:46] [Client thread/DEBUG] [FML/]: Examining file compileDummy.jar for potential mods +[13:01:46] [Client thread/DEBUG] [FML/]: The mod container compileDummy.jar appears to be missing an mcmod.info file +[13:01:46] [Client thread/DEBUG] [FML/]: Examining file providedDummy.jar for potential mods +[13:01:46] [Client thread/DEBUG] [FML/]: The mod container providedDummy.jar appears to be missing an mcmod.info file +[13:01:46] [Client thread/DEBUG] [FML/]: Examining file forgeSrc-1.10.2-12.18.3.2185.jar for potential mods +[13:01:46] [Client thread/DEBUG] [FML/]: The mod container forgeSrc-1.10.2-12.18.3.2185.jar appears to be missing an mcmod.info file +[13:01:47] [Client thread/DEBUG] [FML/]: Examining file jsr305-3.0.1.jar for potential mods +[13:01:47] [Client thread/DEBUG] [FML/]: The mod container jsr305-3.0.1.jar appears to be missing an mcmod.info file +[13:01:47] [Client thread/DEBUG] [FML/]: Examining file asm-debug-all-5.0.3.jar for potential mods +[13:01:47] [Client thread/DEBUG] [FML/]: The mod container asm-debug-all-5.0.3.jar appears to be missing an mcmod.info file +[13:01:47] [Client thread/DEBUG] [FML/]: Examining file jansi-1.11.jar for potential mods +[13:01:47] [Client thread/DEBUG] [FML/]: The mod container jansi-1.11.jar appears to be missing an mcmod.info file +[13:01:47] [Client thread/DEBUG] [FML/]: Examining directory start for potential mods +[13:01:47] [Client thread/DEBUG] [FML/]: No mcmod.info file found in directory start +[13:01:47] [Client thread/TRACE] [FML/]: Recursing into package net +[13:01:47] [Client thread/TRACE] [FML/]: Recursing into package net/minecraftforge +[13:01:47] [Client thread/TRACE] [FML/]: Recursing into package net/minecraftforge/gradle +[13:01:47] [Client thread/TRACE] [FML/]: Recursing into package net/minecraftforge/gradle/tweakers +[13:01:47] [Client thread/DEBUG] [FML/]: Examining file idea_rt.jar for potential mods +[13:01:47] [Client thread/DEBUG] [FML/]: The mod container idea_rt.jar appears to be missing an mcmod.info file +[13:01:48] [Client thread/INFO] [FML/]: Forge Mod Loader has identified 4 mods to load +[13:01:48] [Client thread/TRACE] [FML/]: Received a system property request '' +[13:01:48] [Client thread/TRACE] [FML/]: System property request managing the state of 0 mods +[13:01:48] [Client thread/DEBUG] [FML/]: After merging, found state information for 0 mods +[13:01:48] [Client thread/DEBUG] [forgecraft/]: Enabling mod forgecraft +[13:01:48] [Client thread/TRACE] [FML/]: Verifying mod requirements are satisfied +[13:01:48] [Client thread/TRACE] [FML/]: All mod requirements are satisfied +[13:01:48] [Client thread/TRACE] [FML/]: Sorting mods into an ordered list +[13:01:48] [Client thread/TRACE] [FML/]: Mod sorting completed successfully +[13:01:48] [Client thread/DEBUG] [FML/]: Mod sorting data +[13:01:48] [Client thread/DEBUG] [FML/]: forgecraft(Kitsu's Forgecraft:1.0.1): 1.10.2_main () +[13:01:48] [Client thread/DEBUG] [FML/]: Loading @Config anotation data +[13:01:48] [Client thread/TRACE] [mcp/mcp]: Sending event FMLConstructionEvent to mod mcp +[13:01:48] [Client thread/TRACE] [mcp/mcp]: Sent event FMLConstructionEvent to mod mcp +[13:01:48] [Client thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Coder Pack took 0.002s +[13:01:48] [Client thread/TRACE] [FML/FML]: Sending event FMLConstructionEvent to mod FML +[13:01:48] [Client thread/TRACE] [FML/FML]: Mod FML is using network checker : Invoking method checkModLists +[13:01:48] [Client thread/TRACE] [FML/FML]: Testing mod FML to verify it accepts its own version in a remote connection +[13:01:48] [Client thread/TRACE] [FML/FML]: The mod FML accepts its own version (8.0.99.99) +[13:01:48] [Client thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge, forgecraft] at CLIENT +[13:01:48] [Client thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge, forgecraft] at SERVER +[13:01:50] [Client thread/TRACE] [FML/FML]: Sent event FMLConstructionEvent to mod FML +[13:01:50] [Client thread/DEBUG] [FML/]: Bar Step: Construction - Forge Mod Loader took 1.887s +[13:01:50] [Client thread/TRACE] [Forge/Forge]: Sending event FMLConstructionEvent to mod Forge +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: Preloading CrashReport Classes +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/Minecraft$10 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/Minecraft$11 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/Minecraft$12 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/Minecraft$13 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/Minecraft$14 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/Minecraft$15 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/Minecraft$3 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/Minecraft$4 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/Minecraft$5 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/Minecraft$6 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/Minecraft$7 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/Minecraft$8 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/Minecraft$9 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/multiplayer/WorldClient$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/multiplayer/WorldClient$2 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/multiplayer/WorldClient$3 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/multiplayer/WorldClient$4 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/particle/ParticleManager$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/particle/ParticleManager$2 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/particle/ParticleManager$3 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/particle/ParticleManager$4 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/renderer/EntityRenderer$2 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/renderer/EntityRenderer$3 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/renderer/EntityRenderer$4 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/renderer/RenderGlobal$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/renderer/RenderItem$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/renderer/RenderItem$2 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/renderer/RenderItem$3 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/renderer/RenderItem$4 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/renderer/texture/TextureAtlasSprite$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/renderer/texture/TextureManager$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/renderer/texture/TextureMap$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/renderer/texture/TextureMap$2 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/client/renderer/texture/TextureMap$3 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/crash/CrashReport$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/crash/CrashReport$2 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/crash/CrashReport$3 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/crash/CrashReport$4 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/crash/CrashReport$5 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/crash/CrashReport$6 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/crash/CrashReport$7 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/crash/CrashReportCategory$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/crash/CrashReportCategory$2 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/crash/CrashReportCategory$3 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/crash/CrashReportCategory$4 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/crash/CrashReportCategory$5 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/entity/Entity$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/entity/Entity$2 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/entity/Entity$3 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/entity/Entity$4 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/entity/EntityTracker$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/entity/player/InventoryPlayer$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/nbt/NBTTagCompound$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/nbt/NBTTagCompound$2 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/network/NetHandlerPlayServer$3 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/network/NetworkSystem$6 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/server/MinecraftServer$2 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/server/MinecraftServer$3 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/server/dedicated/DedicatedServer$3 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/server/dedicated/DedicatedServer$4 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/server/integrated/IntegratedServer$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/server/integrated/IntegratedServer$2 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/tileentity/CommandBlockBaseLogic$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/tileentity/CommandBlockBaseLogic$2 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/tileentity/TileEntity$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/tileentity/TileEntity$2 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/tileentity/TileEntity$3 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/world/World$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/world/World$2 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/world/World$3 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/world/World$4 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/world/chunk/Chunk$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/world/gen/structure/MapGenStructure$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/world/gen/structure/MapGenStructure$2 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/world/gen/structure/MapGenStructure$3 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/world/storage/WorldInfo$10 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/world/storage/WorldInfo$2 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/world/storage/WorldInfo$3 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/world/storage/WorldInfo$4 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/world/storage/WorldInfo$5 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/world/storage/WorldInfo$6 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/world/storage/WorldInfo$7 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/world/storage/WorldInfo$8 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraft/world/storage/WorldInfo$9 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraftforge/fml/client/SplashProgress$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraftforge/fml/common/FMLCommonHandler$1 +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraftforge/fml/common/ICrashCallable +[13:01:50] [Client thread/DEBUG] [Forge/Forge]: net/minecraftforge/fml/common/Loader$3 +[13:01:50] [Client thread/TRACE] [FML/Forge]: Mod Forge is using network checker : No network checking performed +[13:01:50] [Client thread/TRACE] [FML/Forge]: Testing mod Forge to verify it accepts its own version in a remote connection +[13:01:50] [Client thread/TRACE] [FML/Forge]: The mod Forge accepts its own version (12.18.3.2185) +[13:01:50] [Client thread/DEBUG] [FML/Forge]: Attempting to inject @Config classes into Forge for type INSTANCE +[13:01:50] [Client thread/TRACE] [Forge/Forge]: Sent event FMLConstructionEvent to mod Forge +[13:01:50] [Client thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Forge took 0.103s +[13:01:50] [Client thread/TRACE] [forgecraft/forgecraft]: Sending event FMLConstructionEvent to mod forgecraft +[13:01:50] [Client thread/TRACE] [FML/forgecraft]: Mod forgecraft is using network checker : Accepting version 1.0.1 +[13:01:50] [Client thread/TRACE] [FML/forgecraft]: Testing mod forgecraft to verify it accepts its own version in a remote connection +[13:01:50] [Client thread/TRACE] [FML/forgecraft]: The mod forgecraft accepts its own version (1.0.1) +[13:01:50] [Client thread/DEBUG] [FML/forgecraft]: Attempting to inject @SidedProxy classes into forgecraft +[13:01:50] [Client thread/DEBUG] [FML/forgecraft]: Attempting to inject @EventBusSubscriber classes into the eventbus for forgecraft +[13:01:50] [Client thread/DEBUG] [FML/forgecraft]: Attempting to inject @Config classes into forgecraft for type INSTANCE +[13:01:50] [Client thread/TRACE] [forgecraft/forgecraft]: Sent event FMLConstructionEvent to mod forgecraft +[13:01:50] [Client thread/DEBUG] [FML/]: Bar Step: Construction - Kitsu's Forgecraft took 0.027s +[13:01:50] [Client thread/DEBUG] [FML/]: Bar Finished: Construction took 2.019s +[13:01:50] [Client thread/DEBUG] [FML/]: Mod signature data +[13:01:50] [Client thread/DEBUG] [FML/]: Valid Signatures: +[13:01:50] [Client thread/DEBUG] [FML/]: Missing Signatures: +[13:01:50] [Client thread/DEBUG] [FML/]: mcp (Minecraft Coder Pack 9.19) minecraft.jar +[13:01:50] [Client thread/DEBUG] [FML/]: FML (Forge Mod Loader 8.0.99.99) forgeSrc-1.10.2-12.18.3.2185.jar +[13:01:50] [Client thread/DEBUG] [FML/]: Forge (Minecraft Forge 12.18.3.2185) forgeSrc-1.10.2-12.18.3.2185.jar +[13:01:50] [Client thread/DEBUG] [FML/]: forgecraft (Kitsu's Forgecraft 1.0.1) 1.10.2_main +[13:01:50] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Default took 0.004s +[13:01:50] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.015s +[13:01:50] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.012s +[13:01:50] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Kitsu's Forgecraft took 0.005s +[13:01:50] [Client thread/DEBUG] [FML/]: Bar Finished: Reloading - LanguageManager took 0.043s +[13:01:50] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Reloading listeners took 0.043s +[13:01:50] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resources took 0.079s +[13:01:50] [Client thread/DEBUG] [Forge Mod Loader/]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one +[13:01:50] [Client thread/DEBUG] [Minecraft Forge/]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one +[13:01:50] [Client thread/DEBUG] [Kitsu's Forgecraft/]: Mod Kitsu's Forgecraft is missing a pack.mcmeta file, substituting a dummy one +[13:01:50] [Client thread/INFO] [FML/]: Processing ObjectHolder annotations +[13:01:50] [Client thread/INFO] [FML/]: Found 423 ObjectHolder annotations +[13:01:50] [Client thread/INFO] [FML/]: Identifying ItemStackHolder annotations +[13:01:50] [Client thread/INFO] [FML/]: Found 0 ItemStackHolder annotations +[13:01:50] [Client thread/INFO] [FML/]: Applying holder lookups +[13:01:50] [Client thread/INFO] [FML/]: Holder lookups applied +[13:01:50] [Client thread/INFO] [FML/]: Applying holder lookups +[13:01:50] [Client thread/INFO] [FML/]: Holder lookups applied +[13:01:50] [Client thread/INFO] [FML/]: Applying holder lookups +[13:01:50] [Client thread/INFO] [FML/]: Holder lookups applied +[13:01:50] [Client thread/TRACE] [mcp/mcp]: Sending event FMLPreInitializationEvent to mod mcp +[13:01:50] [Client thread/TRACE] [mcp/mcp]: Sent event FMLPreInitializationEvent to mod mcp +[13:01:50] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.001s +[13:01:50] [Client thread/TRACE] [FML/FML]: Sending event FMLPreInitializationEvent to mod FML +[13:01:50] [Client thread/TRACE] [FML/FML]: Sent event FMLPreInitializationEvent to mod FML +[13:01:50] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - Forge Mod Loader took 0.016s +[13:01:50] [Client thread/TRACE] [Forge/Forge]: Sending event FMLPreInitializationEvent to mod Forge +[13:01:50] [Client thread/INFO] [FML/Forge]: Configured a dormant chunk cache size of 0 +[13:01:50] [Client thread/TRACE] [Forge/Forge]: Sent event FMLPreInitializationEvent to mod Forge +[13:01:50] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Forge took 0.078s +[13:01:50] [Client thread/TRACE] [forgecraft/forgecraft]: Sending event FMLPreInitializationEvent to mod forgecraft +[13:01:50] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json +[13:01:50] [Client thread/TRACE] [forgecraft/forgecraft]: Sent event FMLPreInitializationEvent to mod forgecraft +[13:01:50] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - Kitsu's Forgecraft took 0.014s +[13:01:50] [Client thread/DEBUG] [FML/]: Bar Finished: PreInitialization took 0.109s +[13:01:50] [Client thread/INFO] [FML/]: Applying holder lookups +[13:01:50] [Client thread/INFO] [FML/]: Holder lookups applied +[13:01:50] [Client thread/INFO] [FML/]: Injecting itemstacks +[13:01:50] [Client thread/INFO] [FML/]: Itemstack injection complete +[13:01:50] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - TextureManager took 0.000s +[13:01:51] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [Forge] Received version check data: +{ + "homepage": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/", + "promos": { + "1.10-latest": "12.18.0.2000", + "1.10.2-latest": "12.18.3.2185", + "1.10.2-recommended": "12.18.3.2185", + "1.11-latest": "13.19.1.2189", + "1.11-recommended": "13.19.1.2188", + "1.5.2-latest": "7.8.1.738", + "1.5.2-recommended": "7.8.1.737", + "1.6.1-latest": "8.9.0.775", + "1.6.2-latest": "9.10.1.871", + "1.6.2-recommended": "9.10.1.871", + "1.6.3-latest": "9.11.0.878", + "1.6.4-latest": "9.11.1.1345", + "1.6.4-recommended": "9.11.1.1345", + "1.7.10-latest": "10.13.4.1614", + "1.7.10-latest-1.7.10": "10.13.2.1343", + "1.7.10-recommended": "10.13.4.1558", + "1.7.2-latest": "10.12.2.1147", + "1.7.2-recommended": "10.12.2.1121", + "1.8-latest": "11.14.4.1577", + "1.8-recommended": "11.14.4.1563", + "1.8.8-latest": "11.15.0.1655", + "1.8.9-latest": "11.15.1.1902", + "1.8.9-recommended": "11.15.1.1722", + "1.9-latest": "12.16.0.1942", + "1.9-recommended": "12.16.1.1887", + "1.9.4-latest": "12.17.0.2051", + "1.9.4-recommended": "12.17.0.1976", + "latest": "13.19.1.2189", + "latest-1.7.10": "10.13.2.1343", + "recommended": "13.19.1.2188" + } +} +[13:01:51] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [Forge] Found status: UP_TO_DATE Target: null +[13:02:43] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - SoundHandler took 52.803s +[13:02:44] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FontRenderer took 0.005s +[13:02:44] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FontRenderer took 0.005s +[13:02:44] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - GrassColorReloadListener took 0.026s +[13:02:44] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FoliageColorReloadListener took 0.046s +[13:02:44] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - GL Setup took 0.005s +[13:02:44] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Texture Map took 0.014s +[13:02:44] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - B3DLoader took 0.000s +[13:02:44] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - OBJLoader took 0.000s +[13:02:44] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelFluid$FluidLoader took 0.000s +[13:02:44] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ItemLayerModel$Loader took 0.000s +[13:02:44] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - MultiLayerModel$Loader took 0.000s +[13:02:44] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelDynBucket$LoaderDynBucket took 0.000s +[13:02:48] [Client thread/DEBUG] [FML/]: Bar Finished: ModelLoader: blocks took 2.670s +[13:02:49] [Client thread/DEBUG] [FML/]: Bar Finished: ModelLoader: items took 1.289s +[13:02:49] [Client thread/INFO] [FML/]: Max texture size: 16384 +[13:02:49] [Client thread/DEBUG] [FML/]: Bar Finished: Texture stitching - missingno took 0.001s +[13:02:49] [Client thread/DEBUG] [FML/]: Bar Finished: Texture creation took 0.002s +[13:02:49] [Client thread/DEBUG] [FML/]: Bar Finished: Texture mipmap and upload - missingno took 0.000s +[13:02:50] [Client thread/DEBUG] [FML/]: Bar Finished: ModelLoader: baking took 0.871s +[13:02:50] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelManager took 6.721s +[13:02:50] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Model Manager took 6.851s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - RenderItem took 0.002s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Item Renderer took 0.493s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - EntityRenderer took 0.000s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - BlockRendererDispatcher took 0.000s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - RenderGlobal took 0.000s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Entity Renderer took 0.349s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Finished: Rendering Setup took 7.713s +[13:02:51] [Client thread/TRACE] [mcp/mcp]: Sending event FMLInitializationEvent to mod mcp +[13:02:51] [Client thread/TRACE] [mcp/mcp]: Sent event FMLInitializationEvent to mod mcp +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: Initialization - Minecraft Coder Pack took 0.000s +[13:02:51] [Client thread/TRACE] [FML/FML]: Sending event FMLInitializationEvent to mod FML +[13:02:51] [Client thread/TRACE] [FML/FML]: Sent event FMLInitializationEvent to mod FML +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: Initialization - Forge Mod Loader took 0.000s +[13:02:51] [Client thread/TRACE] [Forge/Forge]: Sending event FMLInitializationEvent to mod Forge +[13:02:51] [Client thread/TRACE] [Forge/Forge]: Sent event FMLInitializationEvent to mod Forge +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: Initialization - Minecraft Forge took 0.000s +[13:02:51] [Client thread/TRACE] [forgecraft/forgecraft]: Sending event FMLInitializationEvent to mod forgecraft +[13:02:51] [Client thread/TRACE] [forgecraft/forgecraft]: Sent event FMLInitializationEvent to mod forgecraft +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: Initialization - Kitsu's Forgecraft took 0.041s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Finished: Initialization took 0.042s +[13:02:51] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod mcp +[13:02:51] [Client thread/TRACE] [mcp/mcp]: Sending event IMCEvent to mod mcp +[13:02:51] [Client thread/TRACE] [mcp/mcp]: Sent event IMCEvent to mod mcp +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Minecraft Coder Pack took 0.005s +[13:02:51] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod FML +[13:02:51] [Client thread/TRACE] [FML/FML]: Sending event IMCEvent to mod FML +[13:02:51] [Client thread/TRACE] [FML/FML]: Sent event IMCEvent to mod FML +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Forge Mod Loader took 0.000s +[13:02:51] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod Forge +[13:02:51] [Client thread/TRACE] [Forge/Forge]: Sending event IMCEvent to mod Forge +[13:02:51] [Client thread/TRACE] [Forge/Forge]: Sent event IMCEvent to mod Forge +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Minecraft Forge took 0.000s +[13:02:51] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod forgecraft +[13:02:51] [Client thread/TRACE] [forgecraft/forgecraft]: Sending event IMCEvent to mod forgecraft +[13:02:51] [Client thread/TRACE] [forgecraft/forgecraft]: Sent event IMCEvent to mod forgecraft +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Kitsu's Forgecraft took 0.000s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Finished: InterModComms$IMC took 0.006s +[13:02:51] [Client thread/INFO] [FML/]: Injecting itemstacks +[13:02:51] [Client thread/INFO] [FML/]: Itemstack injection complete +[13:02:51] [Client thread/TRACE] [mcp/mcp]: Sending event FMLPostInitializationEvent to mod mcp +[13:02:51] [Client thread/TRACE] [mcp/mcp]: Sent event FMLPostInitializationEvent to mod mcp +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - Minecraft Coder Pack took 0.000s +[13:02:51] [Client thread/TRACE] [FML/FML]: Sending event FMLPostInitializationEvent to mod FML +[13:02:51] [Client thread/TRACE] [FML/FML]: Sent event FMLPostInitializationEvent to mod FML +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - Forge Mod Loader took 0.000s +[13:02:51] [Client thread/TRACE] [Forge/Forge]: Sending event FMLPostInitializationEvent to mod Forge +[13:02:51] [Client thread/TRACE] [Forge/Forge]: Sent event FMLPostInitializationEvent to mod Forge +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - Minecraft Forge took 0.018s +[13:02:51] [Client thread/TRACE] [forgecraft/forgecraft]: Sending event FMLPostInitializationEvent to mod forgecraft +[13:02:51] [Client thread/TRACE] [forgecraft/forgecraft]: Sent event FMLPostInitializationEvent to mod forgecraft +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - Kitsu's Forgecraft took 0.000s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Finished: PostInitialization took 0.019s +[13:02:51] [Client thread/TRACE] [mcp/mcp]: Sending event FMLLoadCompleteEvent to mod mcp +[13:02:51] [Client thread/TRACE] [mcp/mcp]: Sent event FMLLoadCompleteEvent to mod mcp +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: LoadComplete - Minecraft Coder Pack took 0.000s +[13:02:51] [Client thread/TRACE] [FML/FML]: Sending event FMLLoadCompleteEvent to mod FML +[13:02:51] [Client thread/TRACE] [FML/FML]: Sent event FMLLoadCompleteEvent to mod FML +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: LoadComplete - Forge Mod Loader took 0.000s +[13:02:51] [Client thread/TRACE] [Forge/Forge]: Sending event FMLLoadCompleteEvent to mod Forge +[13:02:51] [Client thread/DEBUG] [FML/Forge]: Forge RecipeSorter Baking: +[13:02:51] [Client thread/DEBUG] [FML/Forge]: 16: RecipeEntry("Before", UNKNOWN, ) +[13:02:51] [Client thread/DEBUG] [FML/Forge]: 15: RecipeEntry("minecraft:shaped", SHAPED, net.minecraft.item.crafting.ShapedRecipes) Before: minecraft:shapeless +[13:02:51] [Client thread/DEBUG] [FML/Forge]: 14: RecipeEntry("forge:shapedore", SHAPED, net.minecraftforge.oredict.ShapedOreRecipe) Before: minecraft:shapeless After: minecraft:shaped +[13:02:51] [Client thread/DEBUG] [FML/Forge]: 13: RecipeEntry("minecraft:mapextending", SHAPED, net.minecraft.item.crafting.RecipesMapExtending) Before: minecraft:shapeless After: minecraft:shaped +[13:02:51] [Client thread/DEBUG] [FML/Forge]: 12: RecipeEntry("minecraft:shapeless", SHAPELESS, net.minecraft.item.crafting.ShapelessRecipes) After: minecraft:shaped +[13:02:51] [Client thread/DEBUG] [FML/Forge]: 11: RecipeEntry("minecraft:repair", SHAPELESS, net.minecraft.item.crafting.RecipeRepairItem) After: minecraft:shapeless +[13:02:51] [Client thread/DEBUG] [FML/Forge]: 10: RecipeEntry("minecraft:shield_deco", SHAPELESS, net.minecraft.item.crafting.ShieldRecipes$Decoration) After: minecraft:shapeless +[13:02:51] [Client thread/DEBUG] [FML/Forge]: 9: RecipeEntry("minecraft:armordyes", SHAPELESS, net.minecraft.item.crafting.RecipesArmorDyes) After: minecraft:shapeless +[13:02:51] [Client thread/DEBUG] [FML/Forge]: 8: RecipeEntry("minecraft:fireworks", SHAPELESS, net.minecraft.item.crafting.RecipeFireworks) After: minecraft:shapeless +[13:02:51] [Client thread/DEBUG] [FML/Forge]: 7: RecipeEntry("minecraft:pattern_dupe", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern) After: minecraft:shapeless +[13:02:51] [Client thread/DEBUG] [FML/Forge]: 6: RecipeEntry("minecraft:tippedarrow", SHAPELESS, net.minecraft.item.crafting.RecipeTippedArrow) After: minecraft:shapeless +[13:02:51] [Client thread/DEBUG] [FML/Forge]: 5: RecipeEntry("minecraft:mapcloning", SHAPELESS, net.minecraft.item.crafting.RecipesMapCloning) After: minecraft:shapeless +[13:02:51] [Client thread/DEBUG] [FML/Forge]: 4: RecipeEntry("forge:shapelessore", SHAPELESS, net.minecraftforge.oredict.ShapelessOreRecipe) After: minecraft:shapeless +[13:02:51] [Client thread/DEBUG] [FML/Forge]: 3: RecipeEntry("minecraft:pattern_add", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern) After: minecraft:shapeless +[13:02:51] [Client thread/DEBUG] [FML/Forge]: 2: RecipeEntry("minecraft:bookcloning", SHAPELESS, net.minecraft.item.crafting.RecipeBookCloning) After: minecraft:shapeless +[13:02:51] [Client thread/DEBUG] [FML/Forge]: 1: RecipeEntry("After", UNKNOWN, ) +[13:02:51] [Client thread/DEBUG] [FML/Forge]: Sorting recipes +[13:02:51] [Client thread/TRACE] [Forge/Forge]: Sent event FMLLoadCompleteEvent to mod Forge +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: LoadComplete - Minecraft Forge took 0.009s +[13:02:51] [Client thread/TRACE] [forgecraft/forgecraft]: Sending event FMLLoadCompleteEvent to mod forgecraft +[13:02:51] [Client thread/TRACE] [forgecraft/forgecraft]: Sent event FMLLoadCompleteEvent to mod forgecraft +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: LoadComplete - Kitsu's Forgecraft took 0.000s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Finished: LoadComplete took 0.010s +[13:02:51] [Client thread/DEBUG] [FML/]: Freezing block and item id maps +[13:02:51] [Client thread/INFO] [FML/]: Forge Mod Loader has successfully loaded 4 mods +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Default took 0.000s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.007s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.007s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Kitsu's Forgecraft took 0.002s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/atlas/blocks.png took 0.000s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/font/ascii.png took 0.002s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/lightMap_1 took 0.000s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/misc/forcefield.png took 0.001s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/font/ascii_sga.png took 0.002s +[13:02:51] [Client thread/DEBUG] [FML/]: Bar Finished: Reloading Texture Manager took 0.006s +[13:02:57] [Client thread/DEBUG] [FML/]: Bar Finished: ModelLoader: blocks took 2.384s +[13:02:59] [Client thread/DEBUG] [FML/]: Bar Finished: ModelLoader: items took 1.709s +[13:02:59] [Client thread/INFO] [FML/]: Max texture size: 16384 +[13:03:00] [Client thread/DEBUG] [FML/]: Bar Finished: Texture stitching took 1.017s +[13:03:00] [Client thread/DEBUG] [FML/]: Bar Finished: Texture stitching took 0.031s +[13:03:00] [Client thread/DEBUG] [FML/]: Bar Finished: Texture creation took 0.034s +[13:03:00] [Client thread/DEBUG] [FML/]: Bar Finished: Texture mipmap and upload took 0.226s +[13:03:01] [Client thread/DEBUG] [FML/]: Bar Finished: ModelLoader: baking took 0.404s +[13:03:01] [Client thread/DEBUG] [FML/]: Bar Finished: Reloading took 9.204s +[13:03:01] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Reloading listeners took 9.204s +[13:03:01] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resources took 9.220s +[13:03:01] [Client thread/DEBUG] [Forge Mod Loader/]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one +[13:03:01] [Client thread/DEBUG] [Minecraft Forge/]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one +[13:03:01] [Client thread/DEBUG] [Kitsu's Forgecraft/]: Mod Kitsu's Forgecraft is missing a pack.mcmeta file, substituting a dummy one +[13:03:01] [Client thread/DEBUG] [FML/]: Bar Finished: Loading took 75.542s +[13:03:10] [Client thread/DEBUG] [FML/]: Gathering id map for writing to world save New World +[13:03:11] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerAboutToStartEvent to mod mcp +[13:03:11] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerAboutToStartEvent to mod mcp +[13:03:11] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Minecraft Coder Pack took 0.000s +[13:03:11] [Server thread/TRACE] [FML/FML]: Sending event FMLServerAboutToStartEvent to mod FML +[13:03:11] [Server thread/TRACE] [FML/FML]: Sent event FMLServerAboutToStartEvent to mod FML +[13:03:11] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Forge Mod Loader took 0.000s +[13:03:11] [Server thread/TRACE] [Forge/Forge]: Sending event FMLServerAboutToStartEvent to mod Forge +[13:03:11] [Server thread/TRACE] [Forge/Forge]: Sent event FMLServerAboutToStartEvent to mod Forge +[13:03:11] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Minecraft Forge took 0.000s +[13:03:11] [Server thread/TRACE] [forgecraft/forgecraft]: Sending event FMLServerAboutToStartEvent to mod forgecraft +[13:03:11] [Server thread/TRACE] [forgecraft/forgecraft]: Sent event FMLServerAboutToStartEvent to mod forgecraft +[13:03:11] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Kitsu's Forgecraft took 0.000s +[13:03:11] [Server thread/DEBUG] [FML/]: Bar Finished: ServerAboutToStart took 0.001s +[13:03:11] [Server thread/INFO] [FML/]: Injecting existing block and item data into this server instance +[13:03:11] [Server thread/TRACE] [mcp/mcp]: Sending event FMLModIdMappingEvent to mod mcp +[13:03:11] [Server thread/TRACE] [mcp/mcp]: Sent event FMLModIdMappingEvent to mod mcp +[13:03:11] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.000s +[13:03:11] [Server thread/TRACE] [FML/FML]: Sending event FMLModIdMappingEvent to mod FML +[13:03:11] [Server thread/TRACE] [FML/FML]: Sent event FMLModIdMappingEvent to mod FML +[13:03:11] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Forge Mod Loader took 0.000s +[13:03:11] [Server thread/TRACE] [Forge/Forge]: Sending event FMLModIdMappingEvent to mod Forge +[13:03:11] [Server thread/TRACE] [Forge/Forge]: Sent event FMLModIdMappingEvent to mod Forge +[13:03:11] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft Forge took 0.016s +[13:03:11] [Server thread/TRACE] [forgecraft/forgecraft]: Sending event FMLModIdMappingEvent to mod forgecraft +[13:03:11] [Server thread/TRACE] [forgecraft/forgecraft]: Sent event FMLModIdMappingEvent to mod forgecraft +[13:03:11] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Kitsu's Forgecraft took 0.000s +[13:03:11] [Server thread/DEBUG] [FML/]: Bar Finished: ModIdMapping took 0.017s +[13:03:11] [Server thread/INFO] [FML/]: Applying holder lookups +[13:03:11] [Server thread/INFO] [FML/]: Holder lookups applied +[13:03:11] [Server thread/DEBUG] [FML/]: Loading persistent fluid defaults from world +[13:03:11] [Server thread/DEBUG] [FML/]: The fluid minecraft:lava has been selected as the default fluid for lava +[13:03:11] [Server thread/DEBUG] [FML/]: The fluid minecraft:water has been selected as the default fluid for water +[13:03:11] [Server thread/INFO] [FML/]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@5d9ab2bf) +[13:03:12] [Server thread/INFO] [FML/]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@5d9ab2bf) +[13:03:12] [Server thread/INFO] [FML/]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@5d9ab2bf) +[13:03:13] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerStartingEvent to mod mcp +[13:03:13] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerStartingEvent to mod mcp +[13:03:13] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Minecraft Coder Pack took 0.000s +[13:03:13] [Server thread/TRACE] [FML/FML]: Sending event FMLServerStartingEvent to mod FML +[13:03:13] [Server thread/TRACE] [FML/FML]: Sent event FMLServerStartingEvent to mod FML +[13:03:13] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Forge Mod Loader took 0.000s +[13:03:13] [Server thread/TRACE] [Forge/Forge]: Sending event FMLServerStartingEvent to mod Forge +[13:03:13] [Server thread/TRACE] [Forge/Forge]: Sent event FMLServerStartingEvent to mod Forge +[13:03:13] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Minecraft Forge took 0.003s +[13:03:13] [Server thread/TRACE] [forgecraft/forgecraft]: Sending event FMLServerStartingEvent to mod forgecraft +[13:03:13] [Server thread/TRACE] [forgecraft/forgecraft]: Sent event FMLServerStartingEvent to mod forgecraft +[13:03:13] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Kitsu's Forgecraft took 0.000s +[13:03:13] [Server thread/DEBUG] [FML/]: Bar Finished: ServerStarting took 0.004s +[13:03:13] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerStartedEvent to mod mcp +[13:03:13] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerStartedEvent to mod mcp +[13:03:13] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Minecraft Coder Pack took 0.000s +[13:03:13] [Server thread/TRACE] [FML/FML]: Sending event FMLServerStartedEvent to mod FML +[13:03:13] [Server thread/TRACE] [FML/FML]: Sent event FMLServerStartedEvent to mod FML +[13:03:13] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Forge Mod Loader took 0.000s +[13:03:13] [Server thread/TRACE] [Forge/Forge]: Sending event FMLServerStartedEvent to mod Forge +[13:03:13] [Server thread/TRACE] [Forge/Forge]: Sent event FMLServerStartedEvent to mod Forge +[13:03:13] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Minecraft Forge took 0.000s +[13:03:13] [Server thread/TRACE] [forgecraft/forgecraft]: Sending event FMLServerStartedEvent to mod forgecraft +[13:03:13] [Server thread/TRACE] [forgecraft/forgecraft]: Sent event FMLServerStartedEvent to mod forgecraft +[13:03:13] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Kitsu's Forgecraft took 0.000s +[13:03:13] [Server thread/DEBUG] [FML/]: Bar Finished: ServerStarted took 0.001s +[13:03:13] [Netty Local Client IO #0/TRACE] [FML/]: Handshake channel activating +[13:03:13] [Netty Local Client IO #0/DEBUG] [FML/]: FMLHandshakeClientState: null->FMLHandshakeClientState$1:START +[13:03:13] [Netty Local Client IO #0/DEBUG] [FML/]: Next: HELLO +[13:03:13] [Netty Server IO #1/TRACE] [FML/]: Handshake channel activating +[13:03:13] [Netty Server IO #1/DEBUG] [FML/]: FMLHandshakeServerState: null->FMLHandshakeServerState$1:START +[13:03:14] [Netty Server IO #1/DEBUG] [FML/]: Next: HELLO +[13:03:14] [Netty Local Client IO #0/DEBUG] [FML/]: Server FML protocol version 2, 4 byte dimension received 0 +[13:03:14] [Netty Local Client IO #0/DEBUG] [FML/]: FMLHandshakeClientState: $ServerHello->FMLHandshakeClientState$2:HELLO +[13:03:14] [Netty Local Client IO #0/INFO] [FML/]: Server protocol version 2 +[13:03:14] [Netty Local Client IO #0/DEBUG] [FML/]: Received override dimension 0 +[13:03:14] [Netty Server IO #1/DEBUG] [FML/]: FMLHandshakeServerState: $ClientHello->FMLHandshakeServerState$2:HELLO +[13:03:14] [Netty Server IO #1/INFO] [FML/]: Client protocol version 2 +[13:03:14] [Netty Server IO #1/DEBUG] [FML/]: Next: HELLO +[13:03:14] [Netty Local Client IO #0/DEBUG] [FML/]: Next: WAITINGSERVERDATA +[13:03:14] [Netty Server IO #1/DEBUG] [FML/]: FMLHandshakeServerState: $ModList:4 mods->FMLHandshakeServerState$2:HELLO +[13:03:14] [Netty Server IO #1/INFO] [FML/]: Client attempting to join with 4 mods : forgecraft@1.0.1,FML@8.0.99.99,Forge@12.18.3.2185,mcp@9.19 +[13:03:14] [Netty Server IO #1/DEBUG] [FML/]: Next: WAITINGCACK +[13:03:14] [Netty Local Client IO #0/DEBUG] [FML/]: FMLHandshakeClientState: $ModList:4 mods->FMLHandshakeClientState$3:WAITINGSERVERDATA +[13:03:14] [Netty Local Client IO #0/DEBUG] [FML/]: Next: PENDINGCOMPLETE +[13:03:14] [Netty Server IO #1/DEBUG] [FML/]: FMLHandshakeServerState: $HandshakeAck:{2}->FMLHandshakeServerState$3:WAITINGCACK +[13:03:14] [Netty Local Client IO #0/DEBUG] [FML/]: FMLHandshakeClientState: $HandshakeAck:{2}->FMLHandshakeClientState$5:PENDINGCOMPLETE +[13:03:14] [Netty Local Client IO #0/DEBUG] [FML/]: Next: COMPLETE +[13:03:14] [Netty Server IO #1/DEBUG] [FML/]: Next: COMPLETE +[13:03:14] [Netty Server IO #1/DEBUG] [FML/]: FMLHandshakeServerState: $HandshakeAck:{4}->FMLHandshakeServerState$4:COMPLETE +[13:03:14] [Netty Local Client IO #0/DEBUG] [FML/]: The fluid minecraft:lava has been selected as the default fluid for lava +[13:03:14] [Netty Local Client IO #0/DEBUG] [FML/]: The fluid minecraft:water has been selected as the default fluid for water +[13:03:14] [Netty Server IO #1/DEBUG] [FML/]: Next: DONE +[13:03:14] [Netty Local Client IO #0/DEBUG] [FML/]: FMLHandshakeClientState: $HandshakeAck:{3}->FMLHandshakeClientState$6:COMPLETE +[13:03:14] [Netty Local Client IO #0/DEBUG] [FML/]: Next: DONE +[13:03:14] [Netty Server IO #1/DEBUG] [FML/]: FMLHandshakeServerState: $HandshakeAck:{5}->FMLHandshakeServerState$5:DONE +[13:03:14] [Netty Server IO #1/DEBUG] [FML/]: Next: DONE +[13:03:14] [Netty Local Client IO #0/INFO] [FML/]: [Netty Local Client IO #0] Client side modded connection established +[13:03:14] [Server thread/INFO] [FML/]: [Server thread] Server side modded connection established +[13:03:14] [Client thread/DEBUG] [FML/]: Overriding dimension: using 0 +[13:03:15] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save New World +[13:03:30] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save New World +[13:03:30] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerStoppingEvent to mod mcp +[13:03:30] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerStoppingEvent to mod mcp +[13:03:30] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - Minecraft Coder Pack took 0.001s +[13:03:30] [Server thread/TRACE] [FML/FML]: Sending event FMLServerStoppingEvent to mod FML +[13:03:30] [Server thread/TRACE] [FML/FML]: Sent event FMLServerStoppingEvent to mod FML +[13:03:30] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - Forge Mod Loader took 0.000s +[13:03:30] [Server thread/TRACE] [Forge/Forge]: Sending event FMLServerStoppingEvent to mod Forge +[13:03:30] [Server thread/TRACE] [Forge/Forge]: Sent event FMLServerStoppingEvent to mod Forge +[13:03:30] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - Minecraft Forge took 0.000s +[13:03:30] [Server thread/TRACE] [forgecraft/forgecraft]: Sending event FMLServerStoppingEvent to mod forgecraft +[13:03:30] [Server thread/TRACE] [forgecraft/forgecraft]: Sent event FMLServerStoppingEvent to mod forgecraft +[13:03:30] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - Kitsu's Forgecraft took 0.000s +[13:03:30] [Server thread/DEBUG] [FML/]: Bar Finished: ServerStopping took 0.001s +[13:03:30] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save New World +[13:03:30] [Server thread/INFO] [FML/]: Unloading dimension 0 +[13:03:30] [Server thread/INFO] [FML/]: Unloading dimension -1 +[13:03:30] [Server thread/INFO] [FML/]: Unloading dimension 1 +[13:03:30] [Server thread/DEBUG] [FML/]: Reverting to frozen data state. +[13:03:30] [Server thread/TRACE] [mcp/mcp]: Sending event FMLModIdMappingEvent to mod mcp +[13:03:30] [Server thread/TRACE] [mcp/mcp]: Sent event FMLModIdMappingEvent to mod mcp +[13:03:30] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.000s +[13:03:30] [Server thread/TRACE] [FML/FML]: Sending event FMLModIdMappingEvent to mod FML +[13:03:30] [Server thread/TRACE] [FML/FML]: Sent event FMLModIdMappingEvent to mod FML +[13:03:30] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Forge Mod Loader took 0.000s +[13:03:30] [Server thread/TRACE] [Forge/Forge]: Sending event FMLModIdMappingEvent to mod Forge +[13:03:30] [Server thread/TRACE] [Forge/Forge]: Sent event FMLModIdMappingEvent to mod Forge +[13:03:30] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft Forge took 0.012s +[13:03:30] [Server thread/TRACE] [forgecraft/forgecraft]: Sending event FMLModIdMappingEvent to mod forgecraft +[13:03:30] [Server thread/TRACE] [forgecraft/forgecraft]: Sent event FMLModIdMappingEvent to mod forgecraft +[13:03:30] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Kitsu's Forgecraft took 0.000s +[13:03:30] [Server thread/DEBUG] [FML/]: Bar Finished: ModIdMapping took 0.012s +[13:03:30] [Server thread/INFO] [FML/]: Applying holder lookups +[13:03:30] [Server thread/INFO] [FML/]: Holder lookups applied +[13:03:30] [Server thread/DEBUG] [FML/]: Frozen state restored. +[13:03:30] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerStoppedEvent to mod mcp +[13:03:30] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerStoppedEvent to mod mcp +[13:03:30] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Minecraft Coder Pack took 0.000s +[13:03:30] [Server thread/TRACE] [FML/FML]: Sending event FMLServerStoppedEvent to mod FML +[13:03:30] [Server thread/TRACE] [FML/FML]: Sent event FMLServerStoppedEvent to mod FML +[13:03:30] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Forge Mod Loader took 0.000s +[13:03:30] [Server thread/TRACE] [Forge/Forge]: Sending event FMLServerStoppedEvent to mod Forge +[13:03:30] [Server thread/TRACE] [Forge/Forge]: Sent event FMLServerStoppedEvent to mod Forge +[13:03:30] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Minecraft Forge took 0.000s +[13:03:30] [Server thread/TRACE] [forgecraft/forgecraft]: Sending event FMLServerStoppedEvent to mod forgecraft +[13:03:30] [Server thread/TRACE] [forgecraft/forgecraft]: Sent event FMLServerStoppedEvent to mod forgecraft +[13:03:30] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Kitsu's Forgecraft took 0.000s +[13:03:30] [Server thread/DEBUG] [FML/]: Bar Finished: ServerStopped took 0.001s diff --git a/1.10.2/logs/fml-junk-earlystartup.log b/1.10.2/logs/fml-junk-earlystartup.log new file mode 100644 index 00000000..2e82dd2d --- /dev/null +++ b/1.10.2/logs/fml-junk-earlystartup.log @@ -0,0 +1,6 @@ +[13:01:21] [main/INFO] [GradleStart]: Extra: [] +[13:01:22] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/kitsu/.gradle/caches/minecraft/assets, --assetIndex, 1.10, --accessToken{REDACTED}, --version, 1.10.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] +[13:01:22] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker +[13:01:22] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker +[13:01:22] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker +[13:01:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker diff --git a/1.10.2/logs/latest.log b/1.10.2/logs/latest.log new file mode 100644 index 00000000..7ea766e7 --- /dev/null +++ b/1.10.2/logs/latest.log @@ -0,0 +1,117 @@ +[13:01:33] [Client thread/INFO]: Setting user: Player249 +[13:01:38] [Client thread/INFO]: LWJGL Version: 2.9.4 +[13:01:50] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Kitsu's Forgecraft +[13:02:43] [Client thread/WARN]: Invalid sounds.json +java.lang.NullPointerException + at net.minecraft.client.audio.SoundHandler.onResourceManagerReload(SoundHandler.java:79) [SoundHandler.class:?] + at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?] + at net.minecraft.client.Minecraft.startGame(Minecraft.java:484) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:26) [start/:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] + at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147) [idea_rt.jar:?] +[13:02:43] [Sound Library Loader/INFO]: Starting up SoundSystem... +[13:02:44] [Thread-7/INFO]: Initializing LWJGL OpenAL +[13:02:44] [Thread-7/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) +[13:02:45] [Thread-7/INFO]: OpenAL initialized. +[13:02:45] [Sound Library Loader/INFO]: Sound engine started +[13:02:49] [Client thread/INFO]: Created: 16x16 textures-atlas +[13:02:51] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Kitsu's Forgecraft +[13:02:55] [Client thread/WARN]: Invalid sounds.json +java.lang.NullPointerException + at net.minecraft.client.audio.SoundHandler.onResourceManagerReload(SoundHandler.java:79) [SoundHandler.class:?] + at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?] + at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?] + at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:340) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:26) [start/:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102] + at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147) [idea_rt.jar:?] +[13:02:55] [Client thread/INFO]: SoundSystem shutting down... +[13:02:55] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com +[13:02:55] [Sound Library Loader/INFO]: Starting up SoundSystem... +[13:02:55] [Thread-9/INFO]: Initializing LWJGL OpenAL +[13:02:55] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) +[13:02:55] [Thread-9/INFO]: OpenAL initialized. +[13:02:55] [Sound Library Loader/INFO]: Sound engine started +[13:03:00] [Client thread/INFO]: Created: 512x512 textures-atlas +[13:03:04] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id +[13:03:11] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2 +[13:03:11] [Server thread/INFO]: Generating keypair +[13:03:12] [Server thread/INFO]: Preparing start region for level 0 +[13:03:13] [Server thread/INFO]: Changing view distance to 12, from 10 +[13:03:14] [Server thread/INFO]: Player249[local:E:f5847b71] logged in with entity id 0 at (-1197.5, 4.0, 574.5) +[13:03:14] [Server thread/INFO]: Player249 joined the game +[13:03:15] [Server thread/INFO]: Saving and pausing game... +[13:03:15] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld +[13:03:15] [Server thread/INFO]: Saving chunks for level 'New World'/Nether +[13:03:15] [Server thread/INFO]: Saving chunks for level 'New World'/The End +[13:03:15] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@25bca98e[id=77058a27-9ed9-3577-ba3a-f426b243548e,name=Player249,properties={},legacy=false] +com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time + at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?] + at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?] + at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?] + at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [YggdrasilMinecraftSessionService$1.class:?] + at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?] + at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?] + at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?] + at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?] + at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?] + at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?] + at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?] + at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?] + at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [YggdrasilMinecraftSessionService.class:?] + at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3060) [Minecraft.class:?] + at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:131) [SkinManager$3.class:?] + at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_102] + at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_102] + at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_102] + at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_102] + at java.lang.Thread.run(Thread.java:745) [?:1.8.0_102] +[13:03:19] [Server thread/INFO]: Player249 has just earned the achievement [Taking Inventory] +[13:03:19] [Client thread/INFO]: [CHAT] Player249 has just earned the achievement [Taking Inventory] +[13:03:30] [Server thread/INFO]: Saving and pausing game... +[13:03:30] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld +[13:03:30] [Server thread/INFO]: Saving chunks for level 'New World'/Nether +[13:03:30] [Server thread/INFO]: Saving chunks for level 'New World'/The End +[13:03:30] [Server thread/INFO]: Stopping server +[13:03:30] [Server thread/INFO]: Saving players +[13:03:30] [Server thread/INFO]: Saving worlds +[13:03:30] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld +[13:03:30] [Server thread/INFO]: Saving chunks for level 'New World'/Nether +[13:03:30] [Server thread/INFO]: Saving chunks for level 'New World'/The End +[13:03:32] [Client thread/INFO]: Stopping! +[13:03:32] [Client thread/INFO]: SoundSystem shutting down... +[13:03:33] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com diff --git a/1.10.2/options.txt b/1.10.2/options.txt new file mode 100644 index 00000000..6914c341 --- /dev/null +++ b/1.10.2/options.txt @@ -0,0 +1,100 @@ +version:512 +invertYMouse:false +mouseSensitivity:0.5 +fov:0.0 +gamma:0.0 +saturation:0.0 +renderDistance:12 +guiScale:0 +particles:0 +bobView:true +anaglyph3d:false +maxFps:120 +fboEnable:true +difficulty:2 +fancyGraphics:true +ao:2 +renderClouds:true +resourcePacks:[] +incompatibleResourcePacks:[] +lastServer: +lang:en_US +chatVisibility:0 +chatColors:true +chatLinks:true +chatLinksPrompt:true +chatOpacity:1.0 +snooperEnabled:true +fullscreen:false +enableVsync:true +useVbo:true +hideServerAddress:false +advancedItemTooltips:false +pauseOnLostFocus:true +touchscreen:false +overrideWidth:0 +overrideHeight:0 +heldItemTooltips:true +chatHeightFocused:1.0 +chatHeightUnfocused:0.44366196 +chatScale:1.0 +chatWidth:1.0 +showInventoryAchievementHint:false +mipmapLevels:4 +forceUnicodeFont:false +reducedDebugInfo:false +useNativeTransport:true +entityShadows:true +mainHand:right +attackIndicator:1 +showSubtitles:false +realmsNotifications:true +enableWeakAttacks:false +autoJump:true +key_key.attack:-100 +key_key.use:-99 +key_key.forward:17 +key_key.left:30 +key_key.back:31 +key_key.right:32 +key_key.jump:57 +key_key.sneak:42 +key_key.sprint:29 +key_key.drop:16 +key_key.inventory:18 +key_key.chat:20 +key_key.playerlist:15 +key_key.pickItem:-98 +key_key.command:53 +key_key.screenshot:60 +key_key.togglePerspective:63 +key_key.smoothCamera:0 +key_key.fullscreen:87 +key_key.spectatorOutlines:0 +key_key.swapHands:33 +key_key.hotbar.1:2 +key_key.hotbar.2:3 +key_key.hotbar.3:4 +key_key.hotbar.4:5 +key_key.hotbar.5:6 +key_key.hotbar.6:7 +key_key.hotbar.7:8 +key_key.hotbar.8:9 +key_key.hotbar.9:10 +soundCategory_master:1.0 +soundCategory_music:1.0 +soundCategory_record:1.0 +soundCategory_weather:1.0 +soundCategory_block:1.0 +soundCategory_hostile:1.0 +soundCategory_neutral:1.0 +soundCategory_player:1.0 +soundCategory_ambient:1.0 +soundCategory_voice:1.0 +modelPart_cape:true +modelPart_jacket:true +modelPart_left_sleeve:true +modelPart_right_sleeve:true +modelPart_left_pants_leg:true +modelPart_right_pants_leg:true +modelPart_hat:true diff --git a/1.10.2/saves/New World/DIM-1/data/capabilities.dat b/1.10.2/saves/New World/DIM-1/data/capabilities.dat new file mode 100644 index 00000000..e870d352 Binary files /dev/null and b/1.10.2/saves/New World/DIM-1/data/capabilities.dat differ diff --git a/1.10.2/saves/New World/DIM-1/data/villages_nether.dat b/1.10.2/saves/New World/DIM-1/data/villages_nether.dat new file mode 100644 index 00000000..0102b3c1 Binary files /dev/null and b/1.10.2/saves/New World/DIM-1/data/villages_nether.dat differ diff --git a/1.10.2/saves/New World/DIM-1/forcedchunks.dat b/1.10.2/saves/New World/DIM-1/forcedchunks.dat new file mode 100644 index 00000000..e4345475 Binary files /dev/null and b/1.10.2/saves/New World/DIM-1/forcedchunks.dat differ diff --git a/1.10.2/saves/New World/DIM1/data/capabilities.dat b/1.10.2/saves/New World/DIM1/data/capabilities.dat new file mode 100644 index 00000000..e870d352 Binary files /dev/null and b/1.10.2/saves/New World/DIM1/data/capabilities.dat differ diff --git a/1.10.2/saves/New World/DIM1/data/villages_end.dat b/1.10.2/saves/New World/DIM1/data/villages_end.dat new file mode 100644 index 00000000..0102b3c1 Binary files /dev/null and b/1.10.2/saves/New World/DIM1/data/villages_end.dat differ diff --git a/1.10.2/saves/New World/DIM1/forcedchunks.dat b/1.10.2/saves/New World/DIM1/forcedchunks.dat new file mode 100644 index 00000000..e4345475 Binary files /dev/null and b/1.10.2/saves/New World/DIM1/forcedchunks.dat differ diff --git a/1.10.2/saves/New World/data/capabilities.dat b/1.10.2/saves/New World/data/capabilities.dat new file mode 100644 index 00000000..e870d352 Binary files /dev/null and b/1.10.2/saves/New World/data/capabilities.dat differ diff --git a/1.10.2/saves/New World/data/villages.dat b/1.10.2/saves/New World/data/villages.dat new file mode 100644 index 00000000..0102b3c1 Binary files /dev/null and b/1.10.2/saves/New World/data/villages.dat differ diff --git a/1.10.2/saves/New World/forcedchunks.dat b/1.10.2/saves/New World/forcedchunks.dat new file mode 100644 index 00000000..e4345475 Binary files /dev/null and b/1.10.2/saves/New World/forcedchunks.dat differ diff --git a/1.10.2/saves/New World/icon.png b/1.10.2/saves/New World/icon.png new file mode 100644 index 00000000..526d60ec Binary files /dev/null and b/1.10.2/saves/New World/icon.png differ diff --git a/1.10.2/saves/New World/level.dat b/1.10.2/saves/New World/level.dat new file mode 100644 index 00000000..c6a6b818 Binary files /dev/null and b/1.10.2/saves/New World/level.dat differ diff --git a/1.10.2/saves/New World/level.dat_old b/1.10.2/saves/New World/level.dat_old new file mode 100644 index 00000000..8cd9fdb8 Binary files /dev/null and b/1.10.2/saves/New World/level.dat_old differ diff --git a/1.10.2/saves/New World/playerdata/77058a27-9ed9-3577-ba3a-f426b243548e.dat b/1.10.2/saves/New World/playerdata/77058a27-9ed9-3577-ba3a-f426b243548e.dat new file mode 100644 index 00000000..bc81e244 Binary files /dev/null and b/1.10.2/saves/New World/playerdata/77058a27-9ed9-3577-ba3a-f426b243548e.dat differ diff --git a/1.10.2/saves/New World/region/r.-1.-1.mca b/1.10.2/saves/New World/region/r.-1.-1.mca new file mode 100644 index 00000000..87b20c0c Binary files /dev/null and b/1.10.2/saves/New World/region/r.-1.-1.mca differ diff --git a/1.10.2/saves/New World/region/r.-1.0.mca b/1.10.2/saves/New World/region/r.-1.0.mca new file mode 100644 index 00000000..8a77132f Binary files /dev/null and b/1.10.2/saves/New World/region/r.-1.0.mca differ diff --git a/1.10.2/saves/New World/region/r.-1.1.mca b/1.10.2/saves/New World/region/r.-1.1.mca new file mode 100644 index 00000000..8302f083 Binary files /dev/null and b/1.10.2/saves/New World/region/r.-1.1.mca differ diff --git a/1.10.2/saves/New World/region/r.-2.-1.mca b/1.10.2/saves/New World/region/r.-2.-1.mca new file mode 100644 index 00000000..1c282769 Binary files /dev/null and b/1.10.2/saves/New World/region/r.-2.-1.mca differ diff --git a/1.10.2/saves/New World/region/r.-2.0.mca b/1.10.2/saves/New World/region/r.-2.0.mca new file mode 100644 index 00000000..1d2ca5df Binary files /dev/null and b/1.10.2/saves/New World/region/r.-2.0.mca differ diff --git a/1.10.2/saves/New World/region/r.-2.1.mca b/1.10.2/saves/New World/region/r.-2.1.mca new file mode 100644 index 00000000..1d545678 Binary files /dev/null and b/1.10.2/saves/New World/region/r.-2.1.mca differ diff --git a/1.10.2/saves/New World/region/r.-3.0.mca b/1.10.2/saves/New World/region/r.-3.0.mca new file mode 100644 index 00000000..c72f51e3 Binary files /dev/null and b/1.10.2/saves/New World/region/r.-3.0.mca differ diff --git a/1.10.2/saves/New World/region/r.-3.1.mca b/1.10.2/saves/New World/region/r.-3.1.mca new file mode 100644 index 00000000..b327f5ba Binary files /dev/null and b/1.10.2/saves/New World/region/r.-3.1.mca differ diff --git a/1.10.2/saves/New World/session.lock b/1.10.2/saves/New World/session.lock new file mode 100644 index 00000000..9979cfb7 Binary files /dev/null and b/1.10.2/saves/New World/session.lock differ diff --git a/1.10.2/saves/New World/stats/77058a27-9ed9-3577-ba3a-f426b243548e.json b/1.10.2/saves/New World/stats/77058a27-9ed9-3577-ba3a-f426b243548e.json new file mode 100644 index 00000000..f8c617e8 --- /dev/null +++ b/1.10.2/saves/New World/stats/77058a27-9ed9-3577-ba3a-f426b243548e.json @@ -0,0 +1 @@ +{"stat.useItem.forgecraft.firebox":1,"stat.playOneMinute":300,"achievement.openInventory":2,"stat.useItem.minecraft.stone":1,"stat.leaveGame":1,"stat.timeSinceDeath":300,"achievement.exploreAllBiomes":{"value":0,"progress":["Plains"]}} \ No newline at end of file diff --git a/1.10.2/src/main/java/nmd/primal/forgecraft/blocks/Firebox.java b/1.10.2/src/main/java/nmd/primal/forgecraft/blocks/Firebox.java index ab33f94f..ec7a335b 100644 --- a/1.10.2/src/main/java/nmd/primal/forgecraft/blocks/Firebox.java +++ b/1.10.2/src/main/java/nmd/primal/forgecraft/blocks/Firebox.java @@ -266,7 +266,7 @@ public class Firebox extends CustomContainerFacing implements ITileEntityProvide if (stack.hasDisplayName()){ ((TileFirebox) world.getTileEntity(pos)).setCustomName(stack.getDisplayName()); } - System.out.println(state.getBlock().getMetaFromState(state)); + //System.out.println(state.getBlock().getMetaFromState(state)); } @Override diff --git a/1.10.2/usercache.json b/1.10.2/usercache.json new file mode 100644 index 00000000..a5874c96 --- /dev/null +++ b/1.10.2/usercache.json @@ -0,0 +1 @@ +[{"name":"Player249","uuid":"77058a27-9ed9-3577-ba3a-f426b243548e","expiresOn":"2017-01-11 13:03:14 -0500"}] \ No newline at end of file diff --git a/1.10.2/usernamecache.json b/1.10.2/usernamecache.json new file mode 100644 index 00000000..67383f43 --- /dev/null +++ b/1.10.2/usernamecache.json @@ -0,0 +1,3 @@ +{ + "77058a27-9ed9-3577-ba3a-f426b243548e": "Player249" +} \ No newline at end of file diff --git a/1.11/src/main/java/com/example/examplemod/ExampleMod.java b/1.11/src/main/java/com/example/examplemod/ExampleMod.java deleted file mode 100644 index f01de148..00000000 --- a/1.11/src/main/java/com/example/examplemod/ExampleMod.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.example.examplemod; - -import net.minecraft.init.Blocks; -import net.minecraftforge.fml.common.Mod; -import net.minecraftforge.fml.common.Mod.EventHandler; -import net.minecraftforge.fml.common.event.FMLInitializationEvent; - -@Mod(modid = ExampleMod.MODID, version = ExampleMod.VERSION) -public class ExampleMod -{ - public static final String MODID = "examplemod"; - public static final String VERSION = "1.0"; - - @EventHandler - public void init(FMLInitializationEvent event) - { - // some example code - System.out.println("DIRT BLOCK >> "+Blocks.DIRT.getUnlocalizedName()); - } -} diff --git a/1.11/src/main/java/nmd/primal/forgecraft/CommonUtils.java b/1.11/src/main/java/nmd/primal/forgecraft/CommonUtils.java new file mode 100644 index 00000000..3723f93e --- /dev/null +++ b/1.11/src/main/java/nmd/primal/forgecraft/CommonUtils.java @@ -0,0 +1,41 @@ +package nmd.primal.forgecraft; + +import net.minecraft.block.Block; +import net.minecraft.block.material.Material; +import net.minecraft.init.Blocks; +import net.minecraft.init.Items; +import net.minecraft.item.*; +import net.minecraftforge.fml.common.registry.GameRegistry; + +/** + * Created by kitsu on 11/23/2016. + */ +public class CommonUtils { + + public static int getVanillaItemBurnTime(ItemStack stack) + { + if (stack == null) + { + return 0; + } + Item item = stack.getItem(); + + if (item instanceof ItemBlock && Block.getBlockFromItem(item) != Blocks.AIR) + { + Block block = Block.getBlockFromItem(item); + if (block == Blocks.WOODEN_SLAB) return 150; + if (block.getDefaultState().getMaterial() == Material.WOOD) return 300; + if (block == Blocks.COAL_BLOCK) return 16000; + } + + if (item instanceof ItemTool && ((ItemTool)item).getToolMaterialName().equals("WOOD")) return 200; + if (item instanceof ItemSword && ((ItemSword)item).getToolMaterialName().equals("WOOD")) return 200; + if (item instanceof ItemHoe && ((ItemHoe)item).getMaterialName().equals("WOOD")) return 200; + if(item == Items.STICK) return 100; + if(item == Items.COAL) return 1600; + if (item == Item.getItemFromBlock(Blocks.SAPLING)) return 100; + if (item == Items.BLAZE_ROD) return 2400; + if (item == Items.BLAZE_POWDER) return 800; + return GameRegistry.getFuelValue(stack); + } +} diff --git a/1.11/src/main/java/nmd/primal/forgecraft/ForgeCraft.java b/1.11/src/main/java/nmd/primal/forgecraft/ForgeCraft.java new file mode 100644 index 00000000..161111f0 --- /dev/null +++ b/1.11/src/main/java/nmd/primal/forgecraft/ForgeCraft.java @@ -0,0 +1,71 @@ +package nmd.primal.forgecraft; + +import net.minecraftforge.fml.common.Mod; +import net.minecraftforge.fml.common.Mod.EventHandler; +import net.minecraftforge.fml.common.Mod.Instance; +import net.minecraftforge.fml.common.SidedProxy; +import net.minecraftforge.fml.common.event.FMLInitializationEvent; +import net.minecraftforge.fml.common.event.FMLPostInitializationEvent; +import net.minecraftforge.fml.common.event.FMLPreInitializationEvent; + +import nmd.primal.forgecraft.init.ModBlocks; +import nmd.primal.forgecraft.init.ModCrafting; +import nmd.primal.forgecraft.init.ModItems; +import nmd.primal.forgecraft.init.ModTiles; +import nmd.primal.forgecraft.proxy.CommonProxy; +//import nmd.primal.forgecraft.common.init.*; + +import java.util.Locale; + +@Mod( modid = ModInfo.MOD_ID, + name = ModInfo.MOD_NAME, + version = ModInfo.MOD_VERSION, + acceptedMinecraftVersions = ModInfo.MC_VERSIONS + //dependencies = ModInfo.DEPENDENCIES, + //guiFactory = ModInfo.GUI_FACTORY, + //updateJSON = ModInfo.UPDATE_JSON +) +public class ForgeCraft +{ + @Instance + public static ForgeCraft instance; + + @SidedProxy(clientSide = ModInfo.CLIENT_PROXY, serverSide = ModInfo.SERVER_PROXY) + public static CommonProxy proxy; + + @EventHandler + public void preInit(FMLPreInitializationEvent event) + { + ModItems.init(); + ModBlocks.init(); + ModItems.register(); + ModBlocks.register(); + ModTiles.registerTileEntities(); + } + + @EventHandler + public void init(FMLInitializationEvent event) + { + //this.proxy.init(event); + proxy.init(); + ModCrafting.register(); + } + + @EventHandler + public void postInit(FMLPostInitializationEvent event) + { + //this.proxy.postInit(event); + } + + /*@EventHandler + public void serverStarting(FMLServerStartingEvent event) + { + //event.registerServerCommand(new PrimalCommand()); + } + + //public File getConfigDirectory() + //{ + // return CONFIG_DIRECTORY; + //} + */ +} \ No newline at end of file diff --git a/1.11/src/main/java/nmd/primal/forgecraft/ModInfo.java b/1.11/src/main/java/nmd/primal/forgecraft/ModInfo.java new file mode 100644 index 00000000..f23f6b9d --- /dev/null +++ b/1.11/src/main/java/nmd/primal/forgecraft/ModInfo.java @@ -0,0 +1,81 @@ +package nmd.primal.forgecraft; + +import net.minecraft.creativetab.CreativeTabs; +import net.minecraft.item.Item; +import net.minecraftforge.fml.client.config.GuiConfigEntries; +import net.minecraftforge.fml.common.Mod; +import net.minecraftforge.fml.relauncher.Side; +import net.minecraftforge.fml.relauncher.SideOnly; +import nmd.primal.forgecraft.init.ModBlocks; +import nmd.primal.forgecraft.init.ModItems; +//import nmd.primal.forgecraft.Item.ModItems; + +/** + * Created by kitsu on 11/24/2016. + */ +public class ModInfo { + /** Mod Details**/ + //public static final String DEPENDENCIES = "after:primal;"; + public static final String MOD_ID = "forgecraft"; + public static final String MOD_NAME = "Kitsu's ForgeCraft"; + //public static final String MOD_PREFIX = MOD_ID + ":"; + //public static final String MOD_CHANNEL = MOD_ID; + public static final String MOD_VERSION = "1.0.1"; + public static final String MC_VERSIONS = "[1.9.4, 1.11.0)"; + + /** Mod Structures **/ + public static final String SERVER_PROXY = "nmd.primal.forgecraft.proxy.ServerProxy"; + public static final String CLIENT_PROXY = "nmd.primal.forgecraft.proxy.ClientProxy"; + //public static final String GUI_FACTORY = "nmd.primal.forgecraft.gui.GuiFactory"; + //public static final String UPDATE_JSON = ""; + + public enum ForgecraftItems { + TEST("test", "ItemTest"); + + private String unlocalizedName; + private String registryName; + + ForgecraftItems(String unlocalizedName, String registryName) { + this.unlocalizedName = unlocalizedName; + this.registryName = registryName; + } + + public String getUnlocalizedName() { + return unlocalizedName; + } + public String getRegistryName() { + return registryName; + } + + } + + public enum ForgecraftBlocks { + FIREBOX("firebox", "firebox"); + + private String unlocalizedName; + private String registryName; + + ForgecraftBlocks(String unlocalizedName, String registryName) { + this.unlocalizedName = unlocalizedName; + this.registryName = registryName; + } + + public String getUnlocalizedName() { + return unlocalizedName; + } + public String getRegistryName() { + return registryName; + } + + } + + /** Creative Tabs **/ + public static CreativeTabs TAB_FORGECRAFT = new CreativeTabs(MOD_ID) + { + @Override + @SideOnly(Side.CLIENT) + public Item getTabIconItem() { + return Item.getItemFromBlock(ModBlocks.firebox); + } + }; +} \ No newline at end of file diff --git a/1.11/src/main/java/nmd/primal/forgecraft/blocks/CustomContainerFacing.java b/1.11/src/main/java/nmd/primal/forgecraft/blocks/CustomContainerFacing.java new file mode 100644 index 00000000..248bad8a --- /dev/null +++ b/1.11/src/main/java/nmd/primal/forgecraft/blocks/CustomContainerFacing.java @@ -0,0 +1,25 @@ +package nmd.primal.forgecraft.blocks; + +import net.minecraft.block.BlockContainer; +import net.minecraft.block.material.MapColor; +import net.minecraft.block.material.Material; +import net.minecraft.block.properties.PropertyDirection; +import net.minecraft.util.EnumFacing; + +/** + * Created by kitsu on 12/3/2016. + */ +public abstract class CustomContainerFacing extends BlockContainer { + + public static final PropertyDirection FACING = PropertyDirection.create("facing", EnumFacing.Plane.HORIZONTAL); + + protected CustomContainerFacing(Material material) + { + super(material); + } + + protected CustomContainerFacing(Material material, MapColor color) + { + super(material, color); + } +} diff --git a/1.11/src/main/java/nmd/primal/forgecraft/blocks/Firebox.java b/1.11/src/main/java/nmd/primal/forgecraft/blocks/Firebox.java new file mode 100644 index 00000000..ab33f94f --- /dev/null +++ b/1.11/src/main/java/nmd/primal/forgecraft/blocks/Firebox.java @@ -0,0 +1,403 @@ +package nmd.primal.forgecraft.blocks; + +import akka.actor.SystemGuardian; +import akka.actor.dsl.Creators; +import net.minecraft.block.*; +import net.minecraft.block.material.Material; +import net.minecraft.block.properties.IProperty; +import net.minecraft.block.properties.PropertyBool; +import net.minecraft.block.state.BlockStateContainer; +import net.minecraft.block.state.IBlockState; +import net.minecraft.client.Minecraft; +import net.minecraft.entity.EntityLivingBase; +import net.minecraft.entity.item.EntityItem; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.init.Blocks; +import net.minecraft.init.Items; +import net.minecraft.inventory.InventoryHelper; +import net.minecraft.item.Item; +import net.minecraft.item.ItemStack; +import net.minecraft.tileentity.TileEntity; +import net.minecraft.tileentity.TileEntityFurnace; +import net.minecraft.util.EnumBlockRenderType; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumHand; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; +import net.minecraftforge.fml.relauncher.Side; +import net.minecraftforge.fml.relauncher.SideOnly; +import nmd.primal.forgecraft.CommonUtils; +import nmd.primal.forgecraft.ModInfo; +import nmd.primal.forgecraft.tiles.TileFirebox; + +import javax.annotation.Nullable; + +import static net.minecraft.block.BlockHorizontal.FACING; + +/** + * Created by kitsu on 11/26/2016. + */ +public class Firebox extends CustomContainerFacing implements ITileEntityProvider { + + public static final PropertyBool ACTIVE = PropertyBool.create("active"); + + + public Firebox(Material material) { + super(material); + setUnlocalizedName(ModInfo.ForgecraftBlocks.FIREBOX.getUnlocalizedName()); + setRegistryName(ModInfo.ForgecraftBlocks.FIREBOX.getRegistryName()); + setCreativeTab(ModInfo.TAB_FORGECRAFT); + setDefaultState(this.blockState.getBaseState().withProperty(FACING, EnumFacing.NORTH).withProperty(ACTIVE, Boolean.valueOf(false))); + setHardness(3.0f); + } + + @Override + public TileEntity createNewTileEntity(World worldIn, int meta) + { + return new TileFirebox(); + } + + @Override + public boolean onBlockActivated(World world, BlockPos pos, IBlockState state, EntityPlayer player, EnumHand hand, @Nullable ItemStack heldItem, EnumFacing side, float hitX, float hitY, float hitZ) + { + if (!world.isRemote) + { + TileFirebox tile = (TileFirebox) world.getTileEntity(pos); + if (tile != null) + { + ItemStack playerStack = player.getHeldItemMainhand(); + Item playerItem; + ItemStack tileStack = tile.getStackInSlot(0); + + if(playerStack != null){ + playerItem = playerStack.getItem(); + if (playerItem.equals(Items.FLINT_AND_STEEL) || playerItem.equals(Item.getItemFromBlock(Blocks.TORCH))) { + if (CommonUtils.getVanillaItemBurnTime(tileStack) > 0) { + world.setBlockState(pos, state.withProperty(ACTIVE, true), 2); + BlockPos tempPos = new BlockPos(pos.getX(), pos.getY()+1, pos.getZ()); + if(world.getBlockState(tempPos).getBlock().equals(Blocks.AIR)){ + world.setBlockState(tempPos, Blocks.FIRE.getDefaultState(), 2); + tile.markDirty(); + world.notifyBlockUpdate(pos, state, state, 2); + } + if(playerItem.equals(Items.FLINT_AND_STEEL)){ + player.inventory.getCurrentItem().damageItem(1, player); + } + } + } + if(tile.getStackInSlot(0)!=null){ + if(CommonUtils.getVanillaItemBurnTime(playerStack) > 0) { + if (tileStack.getItem() == playerItem && tileStack.getItemDamage() == playerStack.getItemDamage()) { + //tile.setInventorySlotContents(0, playerStack); + ItemStack tempStack = new ItemStack(tileStack.getItem(), tileStack.stackSize + 1, tileStack.getItemDamage()); + if(tileStack.stackSize < 64) { + tile.setInventorySlotContents(0, tempStack); + player.inventory.decrStackSize(player.inventory.currentItem, 1); + //player.setHeldItem(EnumHand.MAIN_HAND, null); + tile.markDirty(); + world.notifyBlockUpdate(pos, state, state, 2); + } + } + } + } + if(tile.getStackInSlot(0)==null){ + if(CommonUtils.getVanillaItemBurnTime(playerStack) > 0) { + if (playerItem != Items.FLINT_AND_STEEL || playerItem != Item.getItemFromBlock(Blocks.TORCH)) { + tile.setInventorySlotContents(0, playerStack); + player.setHeldItem(EnumHand.MAIN_HAND, null); + tile.markDirty(); + world.notifyBlockUpdate(pos, state, state, 2); + } + } + } + } + if(tileStack != null && playerStack == null && player.isSneaking()){ + if(state.getValue(ACTIVE)==true){ + world.setBlockState(pos, state.withProperty(ACTIVE, false), 2); + ItemStack returnStack = new ItemStack(tileStack.getItem(), tileStack.stackSize - 1); + player.setHeldItem(EnumHand.MAIN_HAND, returnStack); + tile.markDirty(); + world.notifyBlockUpdate(pos, state, state, 2); + } else { + player.setHeldItem(EnumHand.MAIN_HAND, tileStack); + tile.setInventorySlotContents(0, null); + tile.markDirty(); + world.notifyBlockUpdate(pos, state, state, 2); + } + + tile.markDirty(); + world.notifyBlockUpdate(pos, state, state, 2); + } + if(!player.isSneaking()){ + if(playerStack == null) { + if (tileStack != null) { + ItemStack tempStack1 = new ItemStack(tileStack.getItem(), 1, tileStack.getItemDamage()); + ItemStack resetStack = new ItemStack(tileStack.getItem(), tileStack.stackSize - 1, tileStack.getItemDamage()); + world.spawnEntityInWorld(new EntityItem(world, player.posX, player.posY, player.posZ, tempStack1)); + tile.setInventorySlotContents(0,resetStack); + world.notifyBlockUpdate(pos, state, state, 2); + } + } + } + } + } + return true; + } + + public void onBlockClicked(World world, BlockPos pos, EntityPlayer player) { + /*if(!world.isRemote){ + TileFirebox tile = (TileFirebox) world.getTileEntity(pos); + IBlockState state = world.getBlockState(pos); + + if (tile != null) { + ItemStack playerStack = player.getHeldItemMainhand(); + Item playerItem; + ItemStack tileStack = tile.getStackInSlot(0); + + if (!player.isSneaking()) { + if( tileStack !=null) { + if (playerStack == null) { + ItemStack tempStack1 = tileStack; + ItemStack tempStack2 = tileStack; + tempStack1.stackSize = 1; + tempStack2.stackSize = tileStack.stackSize - 1; + System.out.println(tileStack.stackSize + "|" + "|" + tempStack2.stackSize); + //int tileSize = tile.decrStackSize() + + //ItemStack tempReset = new ItemStack(tileStack.getItem(), tileSize - 1, tileStack.getItemDamage()); + + //System.out.println(tileSize + "|" + tempReset.stackSize); + + world.spawnEntityInWorld(new EntityItem(world, player.posX, player.posY, player.posZ, tempStack1)); + + tile.setInventorySlotContents(0, tempStack2); + + world.notifyBlockUpdate(pos, state, state, 2); + } + } + } + + //RETURN THE WHOLE STACK + if (playerStack == null && player.isSneaking()) { + if (tileStack != null) { + if(state.getValue(ACTIVE)) { + ItemStack tempStack = new ItemStack(tileStack.getItem(), tileStack.stackSize - 1, tileStack.getItemDamage()); + world.spawnEntityInWorld(new EntityItem(world, player.posX, player.posY, player.posZ, tempStack)); + tile.setInventorySlotContents(0, null); + world.notifyBlockUpdate(pos, state, state, 2); + } else { + world.spawnEntityInWorld(new EntityItem(world, player.posX, player.posY, player.posZ, tileStack)); + tile.setInventorySlotContents(0, null); + world.notifyBlockUpdate(pos, state, state, 2); + } + } + } + //RETURN 1 + + } + }*/ + } + + @Override + public int getLightValue(IBlockState state, IBlockAccess world, BlockPos pos) + { + if(state.getValue(ACTIVE) == true){ + return 15; + } + return 0; + } + + public int getFlammability(IBlockAccess world, BlockPos pos, EnumFacing face) + { + return 0; + } + + public boolean isFlammable(IBlockAccess world, BlockPos pos, EnumFacing face) + { + return true; + } + + @Override + public boolean isFireSource(World world, BlockPos pos, EnumFacing side) + { + if (side == EnumFacing.UP) + { + if(!world.isRemote){ + TileFirebox tile = (TileFirebox) world.getTileEntity(pos); + if(tile.getStackInSlot(0) != null){ + if(world.getBlockState(pos).getValue(ACTIVE)==true){ + return true; + } + } + } + } + return false; + } + + /** + * Called serverside after this block is replaced with another in Chunk, but before the Tile Entity is updated + */ + @Override + public void breakBlock(World worldIn, BlockPos pos, IBlockState state) + { + if (!worldIn.isRemote && worldIn.getGameRules().getBoolean("doTileDrops")) + { + TileEntity tileentity = worldIn.getTileEntity(pos); + + if (tileentity instanceof TileFirebox) + { + InventoryHelper.dropInventoryItems(worldIn, pos, (TileFirebox)tileentity); + worldIn.updateComparatorOutputLevel(pos, this); + } + } + + super.breakBlock(worldIn, pos, state); + } + + @Override + public IBlockState onBlockPlaced(World worldIn, BlockPos pos, EnumFacing facing, float hitX, float hitY, float hitZ, int meta, EntityLivingBase placer) { + IBlockState state = super.onBlockPlaced(worldIn, pos, facing, hitX, hitY, hitZ, meta, placer); + return state.withProperty(FACING, placer.getHorizontalFacing()).withProperty(ACTIVE, Boolean.valueOf(false)); + } + + @Override + public void onBlockPlacedBy(World world, BlockPos pos, IBlockState state, EntityLivingBase placer, ItemStack stack){ + if (stack.hasDisplayName()){ + ((TileFirebox) world.getTileEntity(pos)).setCustomName(stack.getDisplayName()); + } + System.out.println(state.getBlock().getMetaFromState(state)); + } + + @Override + public int getMetaFromState(IBlockState state) { + int i = 0; + + if( (state.getValue(FACING) == EnumFacing.EAST) && state.getValue(ACTIVE) == false){ + i = 0; + return i; + } + if( (state.getValue(FACING) == EnumFacing.WEST) && state.getValue(ACTIVE) == false){ + i = 1; + return i; + } + if( (state.getValue(FACING) == EnumFacing.SOUTH) && state.getValue(ACTIVE) == false){ + i = 2; + return i; + } + if( (state.getValue(FACING) == EnumFacing.NORTH) && state.getValue(ACTIVE) == false){ + i = 3; + return i; + } + if( (state.getValue(FACING) == EnumFacing.EAST) && state.getValue(ACTIVE) == true){ + i = 4; + return i; + } + if( (state.getValue(FACING) == EnumFacing.WEST) && state.getValue(ACTIVE) == true){ + i = 5; + return i; + } + if( (state.getValue(FACING) == EnumFacing.SOUTH) && state.getValue(ACTIVE) == true){ + i = 6; + return i; + } + if( (state.getValue(FACING) == EnumFacing.NORTH) && state.getValue(ACTIVE) == true){ + i = 7; + return i; + } + + return i; + } + + @Override + public IBlockState getStateFromMeta(int meta) { + EnumFacing enumfacing; + Boolean active; + + + + switch (meta & 7) + { + case 0: + enumfacing = EnumFacing.EAST; + active = false; + break; + case 1: + enumfacing = EnumFacing.WEST; + active = false; + break; + case 2: + enumfacing = EnumFacing.SOUTH; + active = false; + break; + case 3: + enumfacing = EnumFacing.NORTH; + active = false; + break; + case 4: + enumfacing = EnumFacing.EAST; + active = true; + break; + case 5: + enumfacing = EnumFacing.WEST; + active = true; + break; + case 6: + enumfacing = EnumFacing.SOUTH; + active = true; + break; + case 7: + enumfacing = EnumFacing.NORTH; + active = true; + break; + default: + enumfacing = EnumFacing.NORTH; + active = false; + } + + return this.getDefaultState().withProperty(FACING, enumfacing).withProperty(ACTIVE, Boolean.valueOf(active)); + } + + @Override + protected BlockStateContainer createBlockState() { + return new BlockStateContainer(this, new IProperty[] {FACING, ACTIVE}); + } + + @Override + public boolean isFullCube(IBlockState state) + { + return false; + } + + @Override + public boolean isFullyOpaque(IBlockState state) + { + return false; + } + + @Override + public boolean isOpaqueCube(IBlockState state) + { + return false; + } + + @Override + @SideOnly(Side.CLIENT) + public boolean shouldSideBeRendered(IBlockState blockState, IBlockAccess blockAccess, BlockPos pos, EnumFacing side) + { + return true; + } + + @Override + public EnumBlockRenderType getRenderType(IBlockState state) + { + return EnumBlockRenderType.MODEL; + } +} + +/* +Firebox States +Off +On + + */ \ No newline at end of file diff --git a/1.11/src/main/java/nmd/primal/forgecraft/compat/FuelHandler.java b/1.11/src/main/java/nmd/primal/forgecraft/compat/FuelHandler.java new file mode 100644 index 00000000..5c6ffb09 --- /dev/null +++ b/1.11/src/main/java/nmd/primal/forgecraft/compat/FuelHandler.java @@ -0,0 +1,28 @@ +package nmd.primal.forgecraft.compat; + +import net.minecraft.item.ItemStack; +import net.minecraftforge.fml.common.IFuelHandler; + +import java.util.Map; + +/** + * Created by kitsu on 12/3/2016. + */ +//public class FuelHandler implements IFuelHandler { + + /*@Override + public int getBurnTime(ItemStack fuelStack) + { + //if (ModConfig.FEATURE_ENABLE_FUELS) { + //CommonUtils.debugLogger(2, "fuel", "size: " + ModRegistries.FUEL_REGISTRY.size() + ", value: " + ModRegistries.FUEL_REGISTRY.get(fuelStack)); + + for (Map.Entry entry : ForgeCraftRegistries.FUEL_REGISTRY.entrySet()) + { + if (entry.getKey().isItemEqual(fuelStack)) + return entry.getValue(); + } + //} + + return 0; + }*/ +//} diff --git a/1.11/src/main/java/nmd/primal/forgecraft/init/ModBlocks.java b/1.11/src/main/java/nmd/primal/forgecraft/init/ModBlocks.java new file mode 100644 index 00000000..b04e0ced --- /dev/null +++ b/1.11/src/main/java/nmd/primal/forgecraft/init/ModBlocks.java @@ -0,0 +1,46 @@ +package nmd.primal.forgecraft.init; + +import net.minecraft.block.Block; +import net.minecraft.block.material.Material; +import net.minecraft.client.Minecraft; +import net.minecraft.client.renderer.block.model.ModelResourceLocation; +import net.minecraft.item.Item; +import net.minecraft.item.ItemBlock; +import net.minecraftforge.fml.common.registry.GameRegistry; +import nmd.primal.forgecraft.blocks.Firebox; + +/** + * Created by kitsu on 11/26/2016. + */ +public class ModBlocks { + + public static Block firebox; + + public static void init() { + + firebox = new Firebox(Material.ROCK); + } + + public static void register() { + registerBlock(firebox); + + } + + public static void registerRenders() { + + registerRender(firebox); + } + + private static void registerBlock(Block block) { + GameRegistry.register(block); + ItemBlock item = new ItemBlock(block); + item.setRegistryName(block.getRegistryName()); + GameRegistry.register(item); + } + + + + private static void registerRender(Block block) { + Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(Item.getItemFromBlock(block), 0, new ModelResourceLocation(block.getRegistryName(), "inventory")); + } +} diff --git a/1.11/src/main/java/nmd/primal/forgecraft/init/ModCrafting.java b/1.11/src/main/java/nmd/primal/forgecraft/init/ModCrafting.java new file mode 100644 index 00000000..5cbd8c0d --- /dev/null +++ b/1.11/src/main/java/nmd/primal/forgecraft/init/ModCrafting.java @@ -0,0 +1,17 @@ +package nmd.primal.forgecraft.init; + +import net.minecraft.init.Blocks; +import net.minecraft.init.Items; +import net.minecraft.item.Item; +import net.minecraft.item.ItemStack; +import net.minecraftforge.fml.common.registry.GameRegistry; + +/** + * Created by kitsu on 11/30/2016. + */ +public class ModCrafting { + + public static void register() { + GameRegistry.addShapedRecipe(new ItemStack(ModBlocks.firebox), "X X", "XYX", "X X", 'X', Items.BRICK, 'Y', Blocks.FURNACE); + } +} diff --git a/1.11/src/main/java/nmd/primal/forgecraft/init/ModItems.java b/1.11/src/main/java/nmd/primal/forgecraft/init/ModItems.java new file mode 100644 index 00000000..626821dd --- /dev/null +++ b/1.11/src/main/java/nmd/primal/forgecraft/init/ModItems.java @@ -0,0 +1,38 @@ +package nmd.primal.forgecraft.init; + +import net.minecraft.client.Minecraft; +import net.minecraft.client.renderer.block.model.ModelResourceLocation; +import net.minecraft.item.Item; +import net.minecraftforge.fml.common.registry.GameRegistry; +import nmd.primal.forgecraft.items.ItemTest; + +/** + * Created by kitsu on 11/26/2016. + */ +public class ModItems { + + public static Item test; + //public static Item cheese; + + public static void init() { + + //test = new ItemTest(); + //cheese = new ItemCheese(); + } + + public static void register() { + + //GameRegistry.register(test); + //GameRegistry.register(cheese); + } + + public static void registerRenders() { + //registerRender(cheese); + //registerRender(test); + } + + private static void registerRender(Item item) { + Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(item, 0, new ModelResourceLocation(item.getRegistryName(), "inventory")); + } + +} diff --git a/1.11/src/main/java/nmd/primal/forgecraft/init/ModRegistries.java b/1.11/src/main/java/nmd/primal/forgecraft/init/ModRegistries.java new file mode 100644 index 00000000..23239ecb --- /dev/null +++ b/1.11/src/main/java/nmd/primal/forgecraft/init/ModRegistries.java @@ -0,0 +1,19 @@ +package nmd.primal.forgecraft.init; + +import net.minecraft.init.Blocks; +import net.minecraft.init.Items; +import net.minecraft.item.ItemStack; +import net.minecraftforge.fml.common.registry.GameRegistry; + +/** + * Created by kitsu on 12/3/2016. + */ +public class ModRegistries { + + public static void registerFuels() + { + //if (ModConfig.FEATURE_ENABLE_FUELS) + //{ + + } +} diff --git a/1.11/src/main/java/nmd/primal/forgecraft/init/ModTiles.java b/1.11/src/main/java/nmd/primal/forgecraft/init/ModTiles.java new file mode 100644 index 00000000..5d8843c2 --- /dev/null +++ b/1.11/src/main/java/nmd/primal/forgecraft/init/ModTiles.java @@ -0,0 +1,20 @@ +package nmd.primal.forgecraft.init; + +import net.minecraft.tileentity.TileEntity; +import net.minecraft.tileentity.TileEntityNote; +import net.minecraftforge.fml.common.registry.GameRegistry; +import nmd.primal.forgecraft.tiles.TileFirebox; + +/** + * Created by kitsu on 12/2/2016. + */ +public class ModTiles { + + public static void registerTileEntities () { + registerTileEntity(TileFirebox.class, "firebox"); + } + + private static void registerTileEntity(Class tile_class, String baseName) { + GameRegistry.registerTileEntity(tile_class, "tile.forgecraft." + baseName); + } +} diff --git a/1.11/src/main/java/nmd/primal/forgecraft/items/BaseItem.java b/1.11/src/main/java/nmd/primal/forgecraft/items/BaseItem.java new file mode 100644 index 00000000..99e9ff66 --- /dev/null +++ b/1.11/src/main/java/nmd/primal/forgecraft/items/BaseItem.java @@ -0,0 +1,26 @@ +package nmd.primal.forgecraft.items; + +import net.minecraft.creativetab.CreativeTabs; +import net.minecraft.item.Item; +import nmd.primal.forgecraft.ModInfo; + +/** + * Created by kitsu on 11/26/2016. + */ +public class BaseItem extends Item +{ + public BaseItem() + { + this.setCreativeTab(ModInfo.TAB_FORGECRAFT); + } + + public String getName() { + return this.getRegistryName().toString(); + } + + public static boolean isHidden() + { + return false; + } + +} \ No newline at end of file diff --git a/1.11/src/main/java/nmd/primal/forgecraft/items/ItemTest.java b/1.11/src/main/java/nmd/primal/forgecraft/items/ItemTest.java new file mode 100644 index 00000000..b54c2edf --- /dev/null +++ b/1.11/src/main/java/nmd/primal/forgecraft/items/ItemTest.java @@ -0,0 +1,19 @@ +package nmd.primal.forgecraft.items; + +import net.minecraft.creativetab.CreativeTabs; +import net.minecraft.item.Item; +import net.minecraftforge.fml.common.Mod; +import nmd.primal.forgecraft.ModInfo; + +/** + * Created by kitsu on 11/26/2016. + */ +public class ItemTest extends BaseItem { + + public ItemTest() { + setUnlocalizedName(ModInfo.ForgecraftItems.TEST.getUnlocalizedName()); + setRegistryName(ModInfo.ForgecraftItems.TEST.getRegistryName()); + + } + +} diff --git a/1.11/src/main/java/nmd/primal/forgecraft/proxy/ClientProxy.java b/1.11/src/main/java/nmd/primal/forgecraft/proxy/ClientProxy.java new file mode 100644 index 00000000..2ec41838 --- /dev/null +++ b/1.11/src/main/java/nmd/primal/forgecraft/proxy/ClientProxy.java @@ -0,0 +1,31 @@ +package nmd.primal.forgecraft.proxy; + +import net.minecraftforge.fml.client.registry.ClientRegistry; +import nmd.primal.forgecraft.init.ModBlocks; +import nmd.primal.forgecraft.init.ModItems; +import nmd.primal.forgecraft.renders.TileFireboxRender; +import nmd.primal.forgecraft.tiles.TileFirebox; + +import static nmd.primal.forgecraft.init.ModItems.*; + +/** + * Created by kitsu on 11/26/2016. + */ +public class ClientProxy implements CommonProxy { + + @Override + public void init() { + + ModItems.registerRenders(); + ModBlocks.registerRenders(); + this.registerTileRendering(); + } + + //@Override + public void registerTileRendering() + { + ClientRegistry.bindTileEntitySpecialRenderer(TileFirebox.class, new TileFireboxRender()); + } + + +} diff --git a/1.11/src/main/java/nmd/primal/forgecraft/proxy/CommonProxy.java b/1.11/src/main/java/nmd/primal/forgecraft/proxy/CommonProxy.java new file mode 100644 index 00000000..ed0cf734 --- /dev/null +++ b/1.11/src/main/java/nmd/primal/forgecraft/proxy/CommonProxy.java @@ -0,0 +1,10 @@ +package nmd.primal.forgecraft.proxy; + +/** + * Created by kitsu on 11/26/2016. + */ +public interface CommonProxy { + + public void init(); + +} diff --git a/1.11/src/main/java/nmd/primal/forgecraft/proxy/ServerProxy.java b/1.11/src/main/java/nmd/primal/forgecraft/proxy/ServerProxy.java new file mode 100644 index 00000000..a9baf1b9 --- /dev/null +++ b/1.11/src/main/java/nmd/primal/forgecraft/proxy/ServerProxy.java @@ -0,0 +1,12 @@ +package nmd.primal.forgecraft.proxy; + +/** + * Created by kitsu on 11/26/2016. + */ +public class ServerProxy implements CommonProxy { + + @Override + public void init() { + + } +} diff --git a/1.11/src/main/java/nmd/primal/forgecraft/renders/TileFireboxRender.java b/1.11/src/main/java/nmd/primal/forgecraft/renders/TileFireboxRender.java new file mode 100644 index 00000000..8d23cb59 --- /dev/null +++ b/1.11/src/main/java/nmd/primal/forgecraft/renders/TileFireboxRender.java @@ -0,0 +1,121 @@ +package nmd.primal.forgecraft.renders; + +import net.minecraft.block.Block; +import net.minecraft.block.BlockHorizontal; +import net.minecraft.block.state.IBlockState; +import net.minecraft.client.Minecraft; +import net.minecraft.client.renderer.GlStateManager; +import net.minecraft.client.renderer.OpenGlHelper; +import net.minecraft.client.renderer.RenderHelper; +import net.minecraft.client.renderer.RenderItem; +import net.minecraft.client.renderer.block.model.ItemCameraTransforms; +import net.minecraft.client.renderer.entity.RenderManager; +import net.minecraft.client.renderer.texture.TextureMap; +import net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer; +import net.minecraft.entity.item.EntityItem; +import net.minecraft.init.Items; +import net.minecraft.item.ItemBlock; +import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.World; +import nmd.primal.forgecraft.blocks.Firebox; +import nmd.primal.forgecraft.tiles.TileFirebox; +import org.lwjgl.opengl.GL11; + +/** + * Created by kitsu on 12/4/2016. + */ +public class TileFireboxRender extends TileEntitySpecialRenderer +{ + private final RenderItem renderItem = Minecraft.getMinecraft().getRenderItem(); + private int rotation; + private float translateX, translateZ; + private double textX, textZ; + private EntityItem entItem = null; + + @Override + public void renderTileEntityAt(TileFirebox tile, double x, double y, double z, float partialTicks, int destroyStage) { + + GL11.glPushMatrix(); + GL11.glTranslated(x + 0.5D, y + 0.875D, z + 0.5D); + GL11.glScalef(0.25F, 0.25F, 0.25F); + + World world = tile.getWorld(); + IBlockState state = world.getBlockState(tile.getPos()); + + switch(state.getValue(BlockHorizontal.FACING)) + { + case NORTH: + rotation = 0; + //Left and Right + translateX = 1.5f; + //Back and Forth + translateZ = 1.05f; + break; + case EAST: + rotation = 3; + translateZ = 1.0f; + translateX = 1.4f; + break; + case SOUTH: + rotation = 2; + //Left and Right + translateX = 1.5f; + //Back and Forth + translateZ = 0.9f; + break; + case WEST: + rotation = 1; + //Back and Forth + translateX = 1.5f; + //Left and Right + translateZ = 1.0f; + break; + } + + GL11.glTranslatef(-1.5F, -0.0F, -1.0F); + + Minecraft.getMinecraft().getTextureManager().bindTexture(TextureMap.LOCATION_BLOCKS_TEXTURE); + float prevLGTX = OpenGlHelper.lastBrightnessX; + float prevLGTY = OpenGlHelper.lastBrightnessY; + BlockPos pos = tile.getPos(); + int bright = tile.getWorld().getCombinedLight(pos.up(), 0); + OpenGlHelper.setLightmapTextureCoords(OpenGlHelper.lightmapTexUnit, bright % 65536, bright / 65536); + + ItemStack stack = tile.getStackInSlot(0); + if (stack != null) { + boolean is_block = stack.getItem() instanceof ItemBlock; + float height = -0.75f; + + float scale = is_block ? 0.9F : 1.6F; + int stackSize = stack.stackSize; + + GL11.glPushMatrix(); + GL11.glTranslatef(translateX, height, translateZ); + GL11.glScalef(scale, scale, scale); + GL11.glRotatef(90.0F * rotation, 0.0F, 1.0F, 0.0F); + Integer temp = tile.getStackInSlot(0).stackSize; + + renderItem.renderItem(stack, renderItem.getItemModelMesher().getItemModel(stack)); + GL11.glRotatef(180F, 1.0F, 0.0F, 0.0F); + //float scale = is_block ? 0.9F : 1.6F; + if(is_block){ + GL11.glScalef(0.08F,0.08F, 0.08f); + textZ = -23.0D; + } else { + GL11.glScalef(0.05F,0.05F, 0.05f); + textZ = -22.0D; + } + GL11.glTranslatef(0.0F, 2.0f, 0.0F); + GL11.glTranslated(0.0F, 0.0D, textZ); + getFontRenderer().drawString(temp.toString(), 0, 0, 4210752); + GL11.glPopMatrix(); + } + OpenGlHelper.setLightmapTextureCoords(OpenGlHelper.lightmapTexUnit, prevLGTX, prevLGTY); + + GL11.glPopMatrix(); + + } + +} diff --git a/1.11/src/main/java/nmd/primal/forgecraft/tiles/BaseTile.java b/1.11/src/main/java/nmd/primal/forgecraft/tiles/BaseTile.java new file mode 100644 index 00000000..ddf164ad --- /dev/null +++ b/1.11/src/main/java/nmd/primal/forgecraft/tiles/BaseTile.java @@ -0,0 +1,47 @@ +package nmd.primal.forgecraft.tiles; + +import net.minecraft.block.state.IBlockState; +import net.minecraft.nbt.NBTTagCompound; +import net.minecraft.tileentity.TileEntity; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.World; + +/** + * Created by kitsu on 12/3/2016. + */ +public abstract class BaseTile extends TileEntity{ + + @Override + public boolean shouldRefresh(World world, BlockPos pos, IBlockState oldState, IBlockState newSate) + { + return oldState.getBlock() != newSate.getBlock(); + } + + @Override + public void readFromNBT(NBTTagCompound nbt) + { + super.readFromNBT(nbt); + this.readNBT(nbt); + } + + @Override + public NBTTagCompound writeToNBT(NBTTagCompound nbt) + { + nbt = super.writeToNBT(nbt); + return this.writeNBT(nbt); + } + + public NBTTagCompound readNBT(NBTTagCompound nbt) + { + // Override in lower tile classes + return nbt; + } + + public NBTTagCompound writeNBT(NBTTagCompound nbt) + { + // Override in lower tile classes + return nbt; + } + + +} diff --git a/1.11/src/main/java/nmd/primal/forgecraft/tiles/TileFirebox.java b/1.11/src/main/java/nmd/primal/forgecraft/tiles/TileFirebox.java new file mode 100644 index 00000000..f36d93d1 --- /dev/null +++ b/1.11/src/main/java/nmd/primal/forgecraft/tiles/TileFirebox.java @@ -0,0 +1,291 @@ +package nmd.primal.forgecraft.tiles; + +import com.sun.org.apache.xpath.internal.operations.Bool; +import net.minecraft.block.Block; +import net.minecraft.block.properties.PropertyBool; +import net.minecraft.block.state.IBlockState; +import net.minecraft.client.gui.GuiChat; +import net.minecraft.entity.item.EntityItem; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.init.Blocks; +import net.minecraft.inventory.IInventory; +import net.minecraft.item.ItemStack; +import net.minecraft.nbt.NBTTagCompound; +import net.minecraft.nbt.NBTTagList; +import net.minecraft.network.NetworkManager; +import net.minecraft.network.play.server.SPacketUpdateTileEntity; +import net.minecraft.tileentity.TileEntity; +import net.minecraft.tileentity.TileEntityFurnace; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.ITickable; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.World; +import net.minecraftforge.common.util.Constants; +import nmd.primal.forgecraft.CommonUtils; +import nmd.primal.forgecraft.blocks.Firebox; +import nmd.primal.forgecraft.init.ModBlocks; +import org.omg.PortableInterceptor.ACTIVE; +import net.minecraft.block.BlockFurnace; + +import static net.minecraft.block.BlockHorizontal.FACING; +import static nmd.primal.forgecraft.CommonUtils.getVanillaItemBurnTime; + +/** + * Created by mminaie on 11/30/16. + */ +public class TileFirebox extends BaseTile implements IInventory, ITickable { + + private ItemStack[] inventory = new ItemStack [0]; + private String customName; + private int iteration = 0; + + public TileFirebox() { + this.inventory = new ItemStack[this.getSizeInventory()]; + } + + @Override + public void update () { + if(!worldObj.isRemote){ + World world = this.getWorld(); + this.iteration ++; + if(this.iteration == 200 ) { + //System.out.println(iteration); + this.iteration = 0; + IBlockState state = world.getBlockState(this.pos); + BlockPos abovePos = new BlockPos(this.getPos().getX(), this.getPos().getY()+1, this.getPos().getZ()); + IBlockState aboveState = world.getBlockState(abovePos); + if (worldObj.getBlockState(this.getPos()).getValue(Firebox.ACTIVE)) { + if (this.getStackInSlot(0) == null) { + worldObj.setBlockState(this.getPos(), state.withProperty(Firebox.ACTIVE, false), 2); + this.markDirty(); + world.notifyBlockUpdate(pos, state, state, 2); + } else { + if(this.getStackInSlot(0) != null) { + if (worldObj.rand.nextInt((int) Math.floor(getVanillaItemBurnTime(this.getStackInSlot(0)) / 20)) == 0) { + this.decrStackSize(0, 1); + this.markDirty(); + world.notifyBlockUpdate(pos, state, state, 2); + } + if(world.getBlockState(abovePos).getBlock() instanceof BlockFurnace){ + //System.out.println("Trying to set Block Furnace State active"); + IBlockState iblockstate = world.getBlockState(abovePos); + TileEntityFurnace tileFurnace = (TileEntityFurnace) world.getTileEntity(abovePos); + + if(world.getBlockState(abovePos).getBlock() == Blocks.LIT_FURNACE){ + tileFurnace.setField(0,1000); + } + if(world.getBlockState(abovePos).getBlock() == Blocks.FURNACE){ + BlockFurnace.setState(true, world, abovePos); + //world.setBlockState(abovePos, Blocks.LIT_FURNACE.getDefaultState().withProperty(FACING, iblockstate.getValue(FACING)), 3); + tileFurnace.setField(0,1000); + } + } + } + } + } + } + + } + /*if (worldObj.isRemote){ + World world = this.getWorld(); + if(this.getStackInSlot(0)!=null){ + renderItem = new EntityItem(world, this.getPos().getX(), this.getPos().getY(), this.getPos().getZ(), this.getStackInSlot(0)); + } + }*/ + } + + public String getCustomName() { + return customName; + } + + public void setCustomName (String customName){ + this.customName = customName; + } + + @Override + public String getName(){ + //if custName is true return this.customName if false return --v + // ? means if true : means if false + return this.hasCustomName() ? this.customName : "container.firebox"; + } + + @Override + public boolean hasCustomName() { + return this.customName != null && !this.customName.equals(""); + } + + public int getSizeInventory() { + return 1; + } + + @Override + public ItemStack getStackInSlot(int index) { + if (index < 0 || index >= this.getSizeInventory()) + return null; + return this.inventory[index]; + } + + @Override + public ItemStack decrStackSize(int index, int count) { + if (this.getStackInSlot(index) != null) { + ItemStack itemstack; + + if (this.getStackInSlot(index).stackSize <= count) { + itemstack = this.getStackInSlot(index); + this.setInventorySlotContents(index, null); + this.markDirty(); + return itemstack; + } else { + itemstack = this.getStackInSlot(index).splitStack(count); + + if (this.getStackInSlot(index).stackSize <= 0) { + this.setInventorySlotContents(index, null); + } else { + //Just to show that changes happened + this.setInventorySlotContents(index, this.getStackInSlot(index)); + } + + this.markDirty(); + return itemstack; + } + } else { + return null; + } + } + + @Override + public void setInventorySlotContents(int index, ItemStack stack) { + if (index < 0 || index >= this.getSizeInventory()) { + return; + } + + if (stack != null && stack.stackSize > this.getInventoryStackLimit()) { + stack.stackSize = this.getInventoryStackLimit(); + } + + if (stack != null && stack.stackSize == 0) { + stack = null; + } + + this.inventory[index] = stack; + this.markDirty(); + + World world = this.getWorld(); + IBlockState state = world.getBlockState(this.pos); + world.notifyBlockUpdate(this.pos, state, state, 3); + } + + @Override + public ItemStack removeStackFromSlot(int index) { + ItemStack stack = this.getStackInSlot(index); + this.setInventorySlotContents(index, null); + return stack; + } + + @Override + public int getInventoryStackLimit() { + return 64; + } + + @Override + public boolean isUseableByPlayer(EntityPlayer player){ + return this.worldObj.getTileEntity(this.getPos()) == this && player.getDistanceSq(this.pos.add(0.5, 0.5, 0.5f)) <= 64; + } + + @Override + public void openInventory(EntityPlayer player) { + + } + + public void closeInventory(EntityPlayer player){ + + } + + @Override + public boolean isItemValidForSlot(int index, ItemStack stack) { + return true; + } + + public int getField(int id) { + return 0; + } + + @Override + public void setField(int id, int value) { + + } + + @Override + public int getFieldCount() { + return 0; + } + + @Override + public void clear() { + for(int i = 0; i < this.getSizeInventory(); i++){ + this.setInventorySlotContents(i, null); + } + } + + // ***************************************************************************** // + // NBT + // ***************************************************************************** // + @Override + public NBTTagCompound readNBT(NBTTagCompound nbt) + { + NBTTagList list = nbt.getTagList("Items", Constants.NBT.TAG_COMPOUND); + inventory = new ItemStack[this.getSizeInventory()]; + + for (int i = 0; i < list.tagCount(); ++i) + { + NBTTagCompound tag = list.getCompoundTagAt(i); + this.inventory[tag.getByte("slot")] = ItemStack.loadItemStackFromNBT(tag); + } + + if (nbt.hasKey("CustomName", 8)) { + this.setCustomName(nbt.getString("CustomName")); + } + + return nbt; + } + + @Override + public NBTTagCompound writeNBT(NBTTagCompound nbt) + { + NBTTagList list = new NBTTagList(); + + /// + // RackMatrix + /// + for (int i = 0; i < this.getSizeInventory(); ++i) + { + if (inventory[i] != null) { + NBTTagCompound tag = new NBTTagCompound(); + tag.setByte("slot", (byte) i); + inventory[i].writeToNBT(tag); + list.appendTag(tag); + } + } + + nbt.setTag("Items", list); + + return nbt; + } + + @Override + public NBTTagCompound getUpdateTag() + { + return writeToNBT(new NBTTagCompound()); + } + + @Override + public SPacketUpdateTileEntity getUpdatePacket() { + return new SPacketUpdateTileEntity(this.pos, 0, this.writeToNBT(new NBTTagCompound())); + } + + @Override + public void onDataPacket(NetworkManager net, SPacketUpdateTileEntity packet) { + this.readFromNBT(packet.getNbtCompound()); + } + +} diff --git a/1.11/src/main/resources/assets/forgecraft/blockstates/firebox.json b/1.11/src/main/resources/assets/forgecraft/blockstates/firebox.json new file mode 100644 index 00000000..d7ddbb0d --- /dev/null +++ b/1.11/src/main/resources/assets/forgecraft/blockstates/firebox.json @@ -0,0 +1,12 @@ +{ + "variants": { + "active=false,facing=north": { "model": "forgecraft:firebox" }, + "active=false,facing=east": { "model": "forgecraft:firebox", "y": 90 }, + "active=false,facing=south": { "model": "forgecraft:firebox", "y": 180 }, + "active=false,facing=west": { "model": "forgecraft:firebox", "y": 270 }, + "active=true,facing=north": { "model": "forgecraft:firebox_lit" }, + "active=true,facing=east": { "model": "forgecraft:firebox_lit", "y": 90 }, + "active=true,facing=south": { "model": "forgecraft:firebox_lit", "y": 180 }, + "active=true,facing=west": { "model": "forgecraft:firebox_lit", "y": 270 } + } +} \ No newline at end of file diff --git a/1.11/src/main/resources/assets/forgecraft/lang/en_US.lang b/1.11/src/main/resources/assets/forgecraft/lang/en_US.lang new file mode 100644 index 00000000..ada4d510 --- /dev/null +++ b/1.11/src/main/resources/assets/forgecraft/lang/en_US.lang @@ -0,0 +1,3 @@ +item.test.name=test +tile.firebox.name=Firebox +itemGroup.forgecraft=ForgeCraft \ No newline at end of file diff --git a/1.11/src/main/resources/assets/forgecraft/models/block/firebox.json b/1.11/src/main/resources/assets/forgecraft/models/block/firebox.json new file mode 100644 index 00000000..ce72d331 --- /dev/null +++ b/1.11/src/main/resources/assets/forgecraft/models/block/firebox.json @@ -0,0 +1,239 @@ +{ + "__comment": "Designed by Kitsushadow with Cubik Studio - https://cubik.studio", + "parent": "block/block", + "textures": { + "texture": "forgecraft:blocks/checker_test", + "texture2": "forgecraft:blocks/firebox_racks", + "firebox_leg": "forgecraft:blocks/firebox_legs", + "texture4": "forgecraft:blocks/brick" + }, + "elements": [ + { + "__comment": "Back", + "from": [ 0, 8, 0 ], + "to": [ 16, 16, 2 ], + "faces": { + "down": { "uv": [ 0, 14.5, 16, 16 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture4" }, + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture4" }, + "west": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "east": { "uv": [ 14, 0, 16, 8 ], "texture": "#texture4" } + } + }, + { + "__comment": "Bot", + "from": [ 0, 5, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture4" }, + "north": { "uv": [ 0, 8, 16, 11 ], "texture": "#texture4" }, + "south": { "uv": [ 0, 8, 16, 11 ], "texture": "#texture4" }, + "west": { "uv": [ 0, 8, 16, 11 ], "texture": "#texture4" }, + "east": { "uv": [ 0, 8, 16, 11 ], "texture": "#texture4" } + } + }, + { + "__comment": "AirSideLeft", + "from": [ 0, 8, 2 ], + "to": [ 2, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 16 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 0, 2, 15 ], "texture": "#texture4" }, + "north": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "west": { "uv": [ 0, 0, 14, 8 ], "texture": "#texture4" }, + "east": { "uv": [ 0, 0, 14, 8 ], "texture": "#texture4" } + } + }, + { + "__comment": "AirSideRight", + "from": [ 14, 8, 2 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 16 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 0, 2, 15 ], "texture": "#texture4" }, + "north": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "west": { "uv": [ 0, 0, 14, 8 ], "texture": "#texture4" }, + "east": { "uv": [ 0, 0, 14, 8 ], "texture": "#texture4" } + } + }, + { + "__comment": "Front0", + "from": [ 2, 8, 14 ], + "to": [ 4, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 14, 2, 12 ], "texture": "#texture4" }, + "north": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "west": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "east": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" } + } + }, + { + "__comment": "Front1", + "from": [ 12, 8, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 14, 2, 12 ], "texture": "#texture4" }, + "north": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "west": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "east": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" } + } + }, + { + "__comment": "Front2", + "from": [ 4, 13, 14 ], + "to": [ 12, 16, 16 ], + "faces": { + "down": { "uv": [ 4, 5, 12, 7 ], "texture": "#texture4" }, + "up": { "uv": [ 4, 5, 12, 7 ], "texture": "#texture4" }, + "north": { "uv": [ 4, 4, 12, 7 ], "texture": "#texture4" }, + "south": { "uv": [ 4, 4, 12, 7 ], "texture": "#texture4" }, + "west": { "uv": [ 15, 0, 16, 4 ], "texture": "#texture" }, + "east": { "uv": [ 0, 0, 1, 4 ], "texture": "#texture4" } + } + }, + { + "__comment": "Holder0", + "from": [ 6.5, 15, 2 ], + "to": [ 7.3, 15.8, 14 ], + "rotation": { "origin": [ 6.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Leg0", + "from": [ 12, 0, 0 ], + "to": [ 16, 5, 4 ], + "faces": { + "down": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "up": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "north": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "south": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "west": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "east": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" } + } + }, + { + "__comment": "Leg1", + "from": [ 0, 0, 12 ], + "to": [ 4, 5, 16 ], + "faces": { + "down": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "up": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "north": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "south": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "west": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "east": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" } + } + }, + { + "__comment": "Leg2", + "from": [ 0, 0, 0 ], + "to": [ 4, 5, 4 ], + "faces": { + "down": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "up": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "north": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "south": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "west": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "east": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" } + } + }, + { + "__comment": "Leg3", + "from": [ 12, 0, 12 ], + "to": [ 16, 5, 16 ], + "faces": { + "down": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "up": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "north": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "south": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "west": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "east": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" } + } + }, + { + "__comment": "Holder1", + "from": [ 10.5, 15, 2 ], + "to": [ 11.3, 15.8, 14 ], + "rotation": { "origin": [ 10.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Holder2", + "from": [ 12.5, 15, 2 ], + "to": [ 13.3, 15.8, 14 ], + "rotation": { "origin": [ 12.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Holder3", + "from": [ 2.5, 15, 2 ], + "to": [ 3.3, 15.8, 14 ], + "rotation": { "origin": [ 2.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Holder4", + "from": [ 4.5, 15, 2 ], + "to": [ 5.3, 15.8, 14 ], + "rotation": { "origin": [ 4.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Holder5", + "from": [ 8.5, 15, 2 ], + "to": [ 9.3, 15.8, 14 ], + "rotation": { "origin": [ 8.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + } + ] +} \ No newline at end of file diff --git a/1.11/src/main/resources/assets/forgecraft/models/block/firebox_lit.json b/1.11/src/main/resources/assets/forgecraft/models/block/firebox_lit.json new file mode 100644 index 00000000..6ef44f46 --- /dev/null +++ b/1.11/src/main/resources/assets/forgecraft/models/block/firebox_lit.json @@ -0,0 +1,240 @@ +{ + "__comment": "Designed by Kitsushadow with Cubik Studio - https://cubik.studio", + "parent": "forgecraft:block/firebox", + "textures": { + "texture": "forgecraft:blocks/checker_test", + "texture2": "forgecraft:blocks/firebox_racks", + "firebox_leg": "forgecraft:blocks/firebox_legs", + "texture4": "forgecraft:blocks/brick", + "texture4_lit": "forgecraft:blocks/brick_lit" + }, + "elements": [ + { + "__comment": "Back", + "from": [ 0, 8, 0 ], + "to": [ 16, 16, 2 ], + "faces": { + "down": { "uv": [ 0, 14.5, 16, 16 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture4" }, + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture4_lit" }, + "west": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "east": { "uv": [ 14, 0, 16, 8 ], "texture": "#texture4" } + } + }, + { + "__comment": "Bot", + "from": [ 0, 5, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture4_lit" }, + "north": { "uv": [ 0, 8, 16, 11 ], "texture": "#texture4" }, + "south": { "uv": [ 0, 8, 16, 11 ], "texture": "#texture4" }, + "west": { "uv": [ 0, 8, 16, 11 ], "texture": "#texture4" }, + "east": { "uv": [ 0, 8, 16, 11 ], "texture": "#texture4" } + } + }, + { + "__comment": "AirSideLeft", + "from": [ 0, 8, 2 ], + "to": [ 2, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 16 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 0, 2, 15 ], "texture": "#texture4" }, + "north": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "west": { "uv": [ 0, 0, 14, 8 ], "texture": "#texture4" }, + "east": { "uv": [ 0, 0, 14, 8 ], "texture": "#texture4_lit" } + } + }, + { + "__comment": "AirSideRight", + "from": [ 14, 8, 2 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 16 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 0, 2, 15 ], "texture": "#texture4" }, + "north": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 0, 0, 2, 8 ], "texture": "#texture4" }, + "west": { "uv": [ 0, 0, 14, 8 ], "texture": "#texture4_lit" }, + "east": { "uv": [ 0, 0, 14, 8 ], "texture": "#texture4" } + } + }, + { + "__comment": "Front0", + "from": [ 2, 8, 14 ], + "to": [ 4, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 14, 2, 12 ], "texture": "#texture4" }, + "north": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "west": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "east": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4_lit" } + } + }, + { + "__comment": "Front1", + "from": [ 12, 8, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 2 ], "texture": "#texture4" }, + "up": { "uv": [ 0, 14, 2, 12 ], "texture": "#texture4" }, + "north": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "south": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" }, + "west": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4_lit" }, + "east": { "uv": [ 13, 0, 15, 8 ], "texture": "#texture4" } + } + }, + { + "__comment": "Front2", + "from": [ 4, 13, 14 ], + "to": [ 12, 16, 16 ], + "faces": { + "down": { "uv": [ 4, 5, 12, 7 ], "texture": "#texture4_lit" }, + "up": { "uv": [ 4, 5, 12, 7 ], "texture": "#texture4" }, + "north": { "uv": [ 4, 4, 12, 7 ], "texture": "#texture4" }, + "south": { "uv": [ 4, 4, 12, 7 ], "texture": "#texture4" }, + "west": { "uv": [ 15, 0, 16, 4 ], "texture": "#texture" }, + "east": { "uv": [ 0, 0, 1, 4 ], "texture": "#texture4" } + } + }, + { + "__comment": "Holder0", + "from": [ 6.5, 15, 2 ], + "to": [ 7.3, 15.8, 14 ], + "rotation": { "origin": [ 6.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Leg0", + "from": [ 12, 0, 0 ], + "to": [ 16, 5, 4 ], + "faces": { + "down": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "up": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "north": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "south": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "west": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "east": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" } + } + }, + { + "__comment": "Leg1", + "from": [ 0, 0, 12 ], + "to": [ 4, 5, 16 ], + "faces": { + "down": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "up": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "north": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "south": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "west": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "east": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" } + } + }, + { + "__comment": "Leg2", + "from": [ 0, 0, 0 ], + "to": [ 4, 5, 4 ], + "faces": { + "down": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "up": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "north": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "south": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "west": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "east": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" } + } + }, + { + "__comment": "Leg3", + "from": [ 12, 0, 12 ], + "to": [ 16, 5, 16 ], + "faces": { + "down": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "up": { "uv": [ 0, 12, 4, 16 ], "texture": "#firebox_leg" }, + "north": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "south": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "west": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" }, + "east": { "uv": [ 0, 10.5, 4, 15.5 ], "texture": "#firebox_leg" } + } + }, + { + "__comment": "Holder1", + "from": [ 10.5, 15, 2 ], + "to": [ 11.3, 15.8, 14 ], + "rotation": { "origin": [ 10.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Holder2", + "from": [ 12.5, 15, 2 ], + "to": [ 13.3, 15.8, 14 ], + "rotation": { "origin": [ 12.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Holder3", + "from": [ 2.5, 15, 2 ], + "to": [ 3.3, 15.8, 14 ], + "rotation": { "origin": [ 2.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Holder4", + "from": [ 4.5, 15, 2 ], + "to": [ 5.3, 15.8, 14 ], + "rotation": { "origin": [ 4.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + }, + { + "__comment": "Holder5", + "from": [ 8.5, 15, 2 ], + "to": [ 9.3, 15.8, 14 ], + "rotation": { "origin": [ 8.5, 15, 2 ], "axis": "z", "angle": -45 }, + "faces": { + "down": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 1, 12 ], "texture": "#texture2", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture2", "tintindex": 0 }, + "south": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture2", "tintindex": 0 }, + "west": { "uv": [ 0, 16, 12, 15 ], "texture": "#texture2", "tintindex": 0 }, + "east": { "uv": [ 16, 16, 4, 15 ], "texture": "#texture2", "tintindex": 0 } + } + } + ] +} \ No newline at end of file diff --git a/1.11/src/main/resources/assets/forgecraft/models/item/ItemTest.json b/1.11/src/main/resources/assets/forgecraft/models/item/ItemTest.json new file mode 100644 index 00000000..c8946c5f --- /dev/null +++ b/1.11/src/main/resources/assets/forgecraft/models/item/ItemTest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "forgecraft:items/test" + } +} \ No newline at end of file diff --git a/1.11/src/main/resources/assets/forgecraft/models/item/firebox.json b/1.11/src/main/resources/assets/forgecraft/models/item/firebox.json new file mode 100644 index 00000000..88b2ddb6 --- /dev/null +++ b/1.11/src/main/resources/assets/forgecraft/models/item/firebox.json @@ -0,0 +1,3 @@ +{ + "parent": "forgecraft:/block/firebox" +} \ No newline at end of file diff --git a/1.11/src/main/resources/assets/forgecraft/sounds.json b/1.11/src/main/resources/assets/forgecraft/sounds.json new file mode 100644 index 00000000..e69de29b diff --git a/1.11/src/main/resources/assets/forgecraft/textures/blocks/brick.png b/1.11/src/main/resources/assets/forgecraft/textures/blocks/brick.png new file mode 100644 index 00000000..267da887 Binary files /dev/null and b/1.11/src/main/resources/assets/forgecraft/textures/blocks/brick.png differ diff --git a/1.11/src/main/resources/assets/forgecraft/textures/blocks/brick_lit.png b/1.11/src/main/resources/assets/forgecraft/textures/blocks/brick_lit.png new file mode 100644 index 00000000..09a7a5a5 Binary files /dev/null and b/1.11/src/main/resources/assets/forgecraft/textures/blocks/brick_lit.png differ diff --git a/1.11/src/main/resources/assets/forgecraft/textures/blocks/checker_test.png b/1.11/src/main/resources/assets/forgecraft/textures/blocks/checker_test.png new file mode 100644 index 00000000..c0a52687 Binary files /dev/null and b/1.11/src/main/resources/assets/forgecraft/textures/blocks/checker_test.png differ diff --git a/1.11/src/main/resources/assets/forgecraft/textures/blocks/firebox_legs.png b/1.11/src/main/resources/assets/forgecraft/textures/blocks/firebox_legs.png new file mode 100644 index 00000000..4850311a Binary files /dev/null and b/1.11/src/main/resources/assets/forgecraft/textures/blocks/firebox_legs.png differ diff --git a/1.11/src/main/resources/assets/forgecraft/textures/blocks/firebox_pins.png b/1.11/src/main/resources/assets/forgecraft/textures/blocks/firebox_pins.png new file mode 100644 index 00000000..c8e87529 Binary files /dev/null and b/1.11/src/main/resources/assets/forgecraft/textures/blocks/firebox_pins.png differ diff --git a/1.11/src/main/resources/assets/forgecraft/textures/blocks/firebox_racks.png b/1.11/src/main/resources/assets/forgecraft/textures/blocks/firebox_racks.png new file mode 100644 index 00000000..7838c8e4 Binary files /dev/null and b/1.11/src/main/resources/assets/forgecraft/textures/blocks/firebox_racks.png differ diff --git a/1.11/src/main/resources/assets/forgecraft/textures/items/cheese.png b/1.11/src/main/resources/assets/forgecraft/textures/items/cheese.png new file mode 100644 index 00000000..7b34b134 Binary files /dev/null and b/1.11/src/main/resources/assets/forgecraft/textures/items/cheese.png differ diff --git a/1.11/src/main/resources/assets/forgecraft/textures/items/test.png b/1.11/src/main/resources/assets/forgecraft/textures/items/test.png new file mode 100644 index 00000000..7b34b134 Binary files /dev/null and b/1.11/src/main/resources/assets/forgecraft/textures/items/test.png differ diff --git a/1.11/src/main/resources/mcmod.info b/1.11/src/main/resources/mcmod.info index f4806675..13b9ea09 100644 --- a/1.11/src/main/resources/mcmod.info +++ b/1.11/src/main/resources/mcmod.info @@ -1,16 +1,14 @@ -[ -{ - "modid": "examplemod", - "name": "Example Mod", - "description": "Example placeholder mod.", - "version": "${version}", - "mcversion": "${mcversion}", +[{ + "modid": "forgecraft", + "name": "Kitsu's Forgecraft", + "description": "Forged with sweat and blood", + "version": "1.0.0", + "mcversion": "1.10.2", "url": "", "updateUrl": "", - "authorList": ["ExampleDude"], - "credits": "The Forge and FML guys, for making this example", - "logoFile": "", + "authorList": ["KitsuShadow"], + "credits": "KitsuShadow, Fluid1C3, Ishvad, Sygmarr, An Sar", + "logoFile": "assets/forgecraft/textures/logo.png", "screenshots": [], "dependencies": [] -} -] +}] \ No newline at end of file