-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
chemiofitor
committed
Nov 11, 2023
1 parent
21bb1d4
commit 5a0dc68
Showing
40 changed files
with
490 additions
and
1,230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
# Done to increase the memory available to gradle. | ||
org.gradle.jvmargs=-Xmx2G | ||
|
||
# Fabric Properties | ||
minecraft_version=1.20.1 | ||
yarn_mappings=1.20.1+build.10 | ||
minecraft_version=1.18.2 | ||
yarn_mappings=1.18.2+build.4 | ||
loader_version=0.14.22 | ||
|
||
# Mod Properties | ||
mod_version=1.0.3 | ||
maven_group=ho.artisan | ||
archives_base_name=HO-Library | ||
mod_version=2.1.0 | ||
maven_group=ho.artisan.lib | ||
mod_name=HOLibrary | ||
mod_id=holib | ||
|
||
# Dependencies | ||
fabric_version=0.87.0+1.20.1 | ||
modmenu_version=7.1.0 | ||
fabric_version=0.76.0+1.18.2 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
56 changes: 0 additions & 56 deletions
56
src/main/java/ho/artisan/holib/common/block/HBlockWithEntity.java
This file was deleted.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
src/main/java/ho/artisan/holib/common/blockentity/HBlockEntity.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.