Skip to content

Commit

Permalink
changed some template files to properly reflect the project
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlcataclysm committed Nov 28, 2023
1 parent 3c79073 commit 27b8d98
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx1G
org.gradle.parallel = true

# Mod Properties
version = 0.1.0
version = 0.1.1
maven_group = dev.kaitlynyaa
archives_base_name = refulgence

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# The latest versions are available at https://lambdaurora.dev/tools/import_quilt.html
minecraft = "1.20.1"
quilt_mappings = "1.20.1+build.23"
quilt_loader = "0.22.0-beta.1"
quilt_loader = "0.22.0"

quilted_fabric_api = "7.4.0+0.90.0-1.20.1"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refulgence:item/glowstone_jar"
}
"parent": "block/glowstone_jar"
}
7 changes: 3 additions & 4 deletions src/main/resources/quilt.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
"version": "${version}",
"metadata": {
"name": "Refulgence",
"description": "A short description of your mod.",
"description": "A small Minecraft mod focused on adding different lighting blocks that fit the vanilla aesthetic.",
"contributors": {
"Your name here": "Kaitlyn"
},
"contact": {
"homepage": "https://example.com/",
"issues": "https://github.com/QuiltMC/quilt-template-mod/issues",
"sources": "https://github.com/QuiltMC/quilt-template-mod"
"issues": "https://github.com/kaitlynkittyy/refulgence/issues",
"sources": "https://github.com/kaitlynkittyy/refulgence"
},
"icon": "assets/refulgence/icon.png"
},
Expand Down

0 comments on commit 27b8d98

Please sign in to comment.