Skip to content

Commit

Permalink
Merge pull request #5 from masonjmj/1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceh121 authored Aug 2, 2023
2 parents 0bfcdfa + 6e0cd63 commit 28bd76a
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 50 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.12.54'
id 'fabric-loom' version '1.3.8'
id 'maven-publish'
id 'com.github.johnrengelman.shadow' version '7.1.0'
}
Expand Down Expand Up @@ -29,7 +29,7 @@ dependencies {
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation "com.terraformersmc:modmenu:4.0.6"
modImplementation "com.terraformersmc:modmenu:7.2.1"
modApi("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}") {
exclude(group: "net.fabricmc.fabric-api")
}
Expand Down Expand Up @@ -84,7 +84,7 @@ tasks.withType(JavaCompile) {
// if it is present.
// If you remove this task, sources will not be generated.
task sourcesJar(type: Jar, dependsOn: classes) {
classifier = "sources"
archiveClassifier = "sources"
from sourceSets.main.allSource
}

Expand Down
29 changes: 14 additions & 15 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
org.gradle.jvmargs = -Xmx1G

#Fabric properties
minecraft_version = 1.19.2
yarn_mappings = 1.19.2+build.4
loader_version = 0.14.9
fabric_version = 0.60.0+1.19.2

#Mod properties
mod_version = 2.1.1
maven_group = me.vinceh121.minegasm
archives_base_name = minegasm


cloth_config_version= 8.0.75
org.gradle.jvmargs = -Xmx1G

#Fabric properties
minecraft_version = 1.20.1
yarn_mappings = 1.20.1+build.10
loader_version = 0.14.21
fabric_version = 0.86.1+1.20.1

#Mod properties
mod_version = 2.1.1
maven_group = me.vinceh121.minegasm
archives_base_name = minegasm

cloth_config_version= 11.1.106
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
10 changes: 5 additions & 5 deletions gradlew
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

#
# Copyright © 2015-2021 the original authors.
# Copyright © 2015-2021 the original authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -32,10 +32,10 @@
# Busybox and similar reduced shells will NOT work, because this script
# requires all of these POSIX shell features:
# * functions;
# * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
# «${var#prefix}», «${var%suffix}», and «$( cmd )»;
# * compound commands having a testable exit status, especially «case»;
# * various built-in commands including «command», «set», and «ulimit».
# * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
# «${var#prefix}», «${var%suffix}», and «$( cmd )»;
# * compound commands having a testable exit status, especially «case»;
# * various built-in commands including «command», «set», and «ulimit».
#
# Important for patching:
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
import net.minecraft.client.world.ClientWorld.Properties;
import net.minecraft.entity.Entity;
import net.minecraft.util.profiler.Profiler;
import net.minecraft.util.registry.RegistryEntry;
import net.minecraft.util.registry.RegistryKey;
import net.minecraft.registry.entry.RegistryEntry;
import net.minecraft.registry.RegistryKey;
import net.minecraft.world.World;
import net.minecraft.world.dimension.DimensionType;

Expand Down
48 changes: 24 additions & 24 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"schemaVersion" : 1,
"id" : "minegasm",
"version" : "2.1.1",
"name" : "Minegasm",
"description" : "minegasm-fabric = Fabric + teledildonics",
"authors" : [ "RainbowVille", "vinceh121" ],
"contributors" : [ ],
"contact" : {
"homepage" : "https://github.com/vinceh121/minegasm-fabric",
"sources" : "https://github.com/vinceh121/minegasm-fabric"
"schemaVersion": 1,
"id": "minegasm",
"version": "2.1.1",
"name": "Minegasm",
"description": "minegasm-fabric = Fabric + teledildonics",
"authors": ["RainbowVille", "vinceh121"],
"contributors": [],
"contact": {
"homepage": "https://github.com/vinceh121/minegasm-fabric",
"sources": "https://github.com/vinceh121/minegasm-fabric"
},
"license" : "AGPL-3.0",
"icon" : "assets/minegasm/icon.png",
"environment" : "*",
"entrypoints" : {
"main" : [ "com.therainbowville.minegasm.common.Minegasm" ],
"client" : [ ],
"server" : [ ],
"modmenu": [ "com.therainbowville.minegasm.config.MinegasmModMenu" ]
"license": "AGPL-3.0",
"icon": "assets/minegasm/icon.png",
"environment": "*",
"entrypoints": {
"main": ["com.therainbowville.minegasm.common.Minegasm"],
"client": [],
"server": [],
"modmenu": ["com.therainbowville.minegasm.config.MinegasmModMenu"]
},
"mixins" : [ "minegasm.mixins.json" ],
"depends" : {
"fabricloader" : ">=0.14.9",
"mixins": ["minegasm.mixins.json"],
"depends": {
"fabricloader": ">=0.14.21",
"fabric": "*",
"minecraft": "1.19.2",
"minecraft": "1.20.1",
"java": ">=17",
"modmenu": "4.x.x"
"modmenu": "7.x.x"
}
}
}

0 comments on commit 28bd76a

Please sign in to comment.