File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ Using MultiMC - all that's required is to:
2424- Use Minecraft 1.15
2525- ` Edit Instance `
2626- ` Install Fabric `
27- - Add hscroll-1.0.1 .jar to 'Loader Mods'
27+ - Add hscroll-1.16.1.001 .jar to 'Loader Mods'
2828
29- ## Build
29+ ## For developers
3030
31- To build the jar file, run the following commands:
31+ In order to build the jar file, run the following commands:
3232
3333```
3434# Set up build environment
@@ -39,17 +39,6 @@ gradle wrapper
3939
4040The build output will be in the ` build/libs ` directory.
4141
42- ## Setup
43-
44- 1 . Edit build.gradle and mod.json to suit your needs.
45- - The "mixins" object can be removed from mod.json if you do not need to use mixins.
46- - Please replace all occurences of "modid" with your own mod ID - sometimes, a different string may also suffice.
47- 2 . Run the following command:
48-
49- ```
50- ./gradlew idea
51- ```
52-
5342## License
5443
5544This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.
Original file line number Diff line number Diff line change 11plugins {
2- id ' fabric-loom' version ' 0.2.6 -SNAPSHOT'
2+ id ' fabric-loom' version ' 0.4 -SNAPSHOT'
33 id ' maven-publish'
44}
55
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G
33
44# Fabric Properties
55 # check these on https://fabricmc.net/use
6- minecraft_version =1.15
7- yarn_mappings =1.15 +build.2
8- loader_version =0.7.2 +build.175
6+ minecraft_version =1.16.1
7+ yarn_mappings =1.16.1 +build.1
8+ loader_version =0.8.8 +build.202
99# Mod Properties
10- mod_version = 1.0.1
10+ mod_version = 1.16.1.001
1111 maven_group = net.fabricmc
1212 archives_base_name = hscroll
1313
1414# Dependencies
1515 # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
16- fabric_version =0.4.25 +build.282 -1.15
16+ fabric_version =0.13.1 +build.370 -1.16
Original file line number Diff line number Diff line change 2121 "mixins" : [" hscroll.mixins.json" ],
2222
2323 "depends" : {
24- "fabricloader" : " >=0.7.2 " ,
25- "minecraft" : " 1.15 .x"
24+ "fabricloader" : " >=0.7.4 " ,
25+ "minecraft" : " 1.16 .x"
2626 },
2727 "suggests" : {
2828 "flamingo" : " *"
You can’t perform that action at this time.
0 commit comments