tbvns пре 5 месеци
родитељ
комит
9a3190014e

+ 0 - 2
README.md

@@ -1,2 +0,0 @@
-# RogueBlock
-

+ 2 - 0
build.gradle

@@ -27,6 +27,7 @@ repositories {
     // Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
     // See https://docs.gradle.org/current/userguide/declaring_repositories.html
     // for more information about repositories.
+    maven { url = 'https://maven.nucleoid.xyz/' }
 }
 
 dependencies {
@@ -36,6 +37,7 @@ dependencies {
     modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
 
     modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
+    modImplementation 'xyz.nucleoid:fantasy:0.6.5+1.21.2'
 }
 
 processResources {

+ 3 - 3
gradle.properties

@@ -2,8 +2,8 @@
 org.gradle.jvmargs=-Xmx1G
 # Fabric Properties
 # check these on https://modmuss50.me/fabric.html
-minecraft_version=1.21.3
-yarn_mappings=1.21.3+build.2
+minecraft_version=1.21.2
+yarn_mappings=1.21.2+build.1
 loader_version=0.16.8
 # Mod Properties
 mod_version=1.0-SNAPSHOT
@@ -11,4 +11,4 @@ maven_group=xyz.tbvns
 archives_base_name=RogueBlock
 # Dependencies
 # check this on https://modmuss50.me/fabric.html
-fabric_version=0.107.0+1.21.3
+fabric_version=0.106.1+1.21.2

+ 1 - 1
src/client/resources/rogue_block.client.mixins.json

@@ -1,7 +1,7 @@
 {
   "required": true,
   "minVersion": "0.8",
-  "package": "xyz.tbvns.rogue_block.client.mixin",
+  "package": "xyz.tbvns.rogue_block.mixin.client",
   "compatibilityLevel": "JAVA_21",
   "client": [
   ],

+ 1 - 1
src/main/resources/fabric.mod.json

@@ -3,7 +3,7 @@
   "id": "rogue_block",
   "version": "${version}",
   "name": "Rogue Block",
-  "description": "Turns Minecraft into a RogueLike !",
+  "description": "Turn Minecraft into a RogueLike !",
   "authors": [],
   "contact": {},
   "license": "All-Rights-Reserved",