Skip to content

Instantly share code, notes, and snippets.

View Trhod17's full-sized avatar

Trhod177 Trhod17

  • Queensland Australia
View GitHub Profile
pluginManagement {
repositories {
gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net/' }
maven { url = 'https://maven.parchmentmc.org' }
}
}
plugins {
id 'eclipse'
id 'maven-publish'
id 'net.minecraftforge.gradle' version '5.1.+'
id 'org.spongepowered.mixin' version '0.7.+'
id 'org.parchmentmc.librarian.forgegradle' version '1.+'
}
version = "${mc_version}-${mod_version}"
group = 'net.codersdownunder.flowerseeds' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
Plugin [id: 'org.parchmentmc.librarian.forgegradle', version: '1.+'] was not found in any of the following sources:
* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Exception is:
org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'org.parchmentmc.librarian.forgegradle', version: '1.+'] was not found in any of the following sources:
@echo offcall settings.bat:start_serverecho Starting Sky Factory 4 Factory 4 Server...Java -server -Xms%MIN_RAM% -Xmx%MAX_RAM%  %JAVA_PARAMETERS% - jar %SERVER_JAR% noguiexit /Bgoto start_server
pause
@Trhod17
Trhod17 / rock-paper-scissors-js.html
Created July 17, 2018 01:37
Rock, Paper, Scissors - JS game
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width">
<title>Rock, Paper, Scissors</title>
<style>
*{margin:0;padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}::selection{background:#fb9fe5;text-shadow:none}a{color:#0088CC;text-decoration:none;outline:0}a:hover{color:#005580}a img{border:none}img{max-width:100%}html{font-size:100%}body{padding:5%;font:300 1.25em/1.6 monospace;background:#fff;color:#000;}h1{font-family:"Helvetica Neue",sans-serif;line-height:1;font-weight:300;margin-bottom:1em;}.game{padding:2em;background:#eee;}