Skip to content

Instantly share code, notes, and snippets.

View sokratis12GR's full-sized avatar

Sokratis Fotkatzikis sokratis12GR

View GitHub Profile
Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. All rights reserved.
C:\Users\Socrates\Desktop\sokratis12GR\1.12\ArmorPlus - 1.12>gradlew build curseforge
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/2.14/userguide/gradle_daemon.html.
This mapping 'snapshot_20170610' was designed for MC 1.11! Use at your own peril.
#################################################
ForgeGradle 2.3-SNAPSHOT-578df10
https://github.com/MinecraftForge/ForgeGradle
#################################################
Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. All rights reserved.
C:\Users\Socrates\Desktop\sokratis12GR\1.11\ArmorPlus - Kotlin>gradlew setupDecompWorkspace idea
This mapping 'snapshot_20170608' was designed for MC 1.11! Use at your own peril.
#################################################
ForgeGradle 2.2-SNAPSHOT-eb2e450
https://github.com/MinecraftForge/ForgeGradle
#################################################
Powered by MCP unknown

Tier 1

  • oreCoal
  • oreAmber
  • oreTanzanite
  • oreMalachite
  • orePeridot

Tier 2

class String
def underscore
self.gsub(/::/, '/').
gsub(/([A-Z]+)([A-Z][a-z])/,'\1_\2').
gsub(/([a-z\d])([A-Z])/,'\1_\2').
tr("-", "_").
downcase
end
end

#How to send log

##Short Version We need to see what is in your log. Start by opening game output tab. First copy all of the text (right click on any empty space press Copy All Text). Then go to http://paste.feed-the-beast.com and paste it. Click Paste! then share with us the link (the URL) that it takes you to. (Other logs might be asked later)

require 'term/ansicolor'
class Color
extend Term::ANSIColor
end
print Color.red, Color.bold,"########################################", Color.clear, "\n"
print Color.red, Color.bold,"# #", Color.clear, "\n"
print Color.red, Color.bold,"# This Program is made by sokratis12GR #", Color.clear, "\n"
print Color.red, Color.bold,"# #", Color.clear, "\n"
"promos": {
"1.8-latest" : "1.6",
"1.8-recomended" : "1.6",
"1.9-latest" : "1.7b",
"1.9-recomended" : "1.7b",
},
"1.8." : {
"1.6" : "Added a version checker, New Armor Textures, Creative Tab, New 3D Armor Models, Balanced a bit the armors, changed some crafting recipes",
},
"1.9" : {