Begin fixing this mess

This commit is contained in:
Andrey Nikitin 2023-10-06 20:23:26 +03:00
parent 83203d81c8
commit 1d19f464c5
137 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View file

@ -21,3 +21,4 @@ build
# other
eclipse
run
/.idea/

View file

@ -1,6 +1,6 @@
plugins {
id 'fabric-loom' version '1.2-SNAPSHOT' apply(false)
id 'net.minecraftforge.gradle' version '[6.0,6.2)' apply(false)
id 'fabric-loom' version '1.3-SNAPSHOT' apply(false)
id 'net.neoforged.gradle' version '[6.0.18,6.2)' apply(false)
id 'org.spongepowered.gradle.vanilla' version '0.2.1-SNAPSHOT' apply(false)
id("org.spongepowered.mixin") version "0.7-SNAPSHOT" apply(false)
}

View file

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

Some files were not shown because too many files have changed in this diff Show more