34 lines
1.1 KiB
Properties
34 lines
1.1 KiB
Properties
org.gradle.jvmargs=-Xmx2G
|
|
org.gradle.daemon=false
|
|
org.gradle.parallel=true
|
|
|
|
# Minecraft / NeoForge
|
|
minecraft_version=1.21.1
|
|
minecraft_version_range=[1.21.1]
|
|
neoforge_version=21.1.219
|
|
neoforge_loader_version_range=[4,)
|
|
|
|
# Parchment mappings (optional, but matches Sable's setup)
|
|
parchment_minecraft=1.21
|
|
parchment_version=2024.11.10
|
|
|
|
# This mod
|
|
mod_id=gravestone_sable_compat
|
|
mod_name=Gravestone Sable Compat
|
|
mod_license=MIT
|
|
mod_version=1.0.0
|
|
mod_group_id=com.example.gravestonesablecompat
|
|
mod_authors=YourName
|
|
mod_description=Places gravestones on the correct Sable sub-level (e.g. Create Aeronautics airships) when a player dies on one.
|
|
|
|
# Dependencies
|
|
sable_companion_version=1.6.0
|
|
|
|
# Gravestone Mod is fetched via Curse Maven. Coord format:
|
|
# curse.maven:gravestone-mod-238551:<file_id>
|
|
# Find the file ID for the build you want at
|
|
# https://www.curseforge.com/minecraft/mc-mods/gravestone-mod/files (filter to 1.21.1)
|
|
# 7099728 = gravestone 1.21.1-1.0.19 (NeoForge), the build the reference compat mod
|
|
# Corpse-Gravestone-Curios-Compat targets for 1.21.1.
|
|
gravestone_curse_file_id=8056307
|