initial: server-side fix for Gunfire 0.1.6+ + SBW 0.8.9 ammo consume (me.sashegdev) - AT public-f AmmoConsumer.type

This commit is contained in:
SashegDev
2026-08-23 23:09:22 +03:00
commit 79e935ffa8
13 changed files with 233 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url = "https://maven.minecraftforge.net/" }
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}