beginning of the neocomputer
Some checks failed
build / build (21, ubuntu-22.04) (push) Failing after 12s
build / build (21, windows-2022) (push) Has been cancelled

This commit is contained in:
2026-04-07 19:52:58 -03:00
parent cf960ba22c
commit 2328169f2a
33 changed files with 227 additions and 214 deletions

View File

@@ -8,9 +8,9 @@ org.gradle.parallel=false
# Mod properties
mod.version=1.0.0
mod.group=com.example
mod.id=template
mod.name=Template
mod.group=org.neoflock.neocomputers
mod.id=neocomputers
mod.name=NeoComputers
# Used for the mod metadata
mod.mc_dep_fabric=[VERSIONED]
@@ -24,6 +24,7 @@ mod.mc_targets=[VERSIONED]
deps.mixin_extras=0.4.1
deps.fabric_loader=0.18.3
deps.fabric_version=[VERSIONED]
deps.architectury_version=9.1.12
deps.forge_loader=[VERSIONED]
deps.neoforge_loader=[VERSIONED]