fork
Configure Feed
Select the types of activity you want to include in your feed.
cursed minecraft packet metadata generation tool
fork
Configure Feed
Select the types of activity you want to include in your feed.
1# Done to increase the memory available to gradle.
2org.gradle.jvmargs=-Xmx1G
3org.gradle.parallel=true
4
5# Fabric Properties
6# check these on https://fabricmc.net/develop
7minecraft_version=1.21.8
8yarn_mappings=1.21.8+build.1
9loader_version=0.17.2
10fabric_kotlin_version=1.13.6+kotlin.2.2.20
11
12# Mod Properties
13mod_version=1.0.0
14maven_group=net.radsteve.packeteer
15archives_base_name=packeteer
16
17# Dependencies
18fabric_version=0.133.4+1.21.8