mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-21 15:03:30 +01:00
Update NeoForge and parchment
This commit is contained in:
parent
49ccc20622
commit
0f9d017634
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ plugins {
|
|||
id 'eclipse'
|
||||
id 'idea'
|
||||
id 'maven-publish'
|
||||
id 'net.neoforged.gradle.userdev' version '7.0.153'
|
||||
id 'net.neoforged.gradle.userdev' version '7.0.155'
|
||||
}
|
||||
|
||||
def buildSuffix = System.getenv('BUILD_NUMBER') ? "-b${System.getenv('BUILD_NUMBER')}" : ""
|
||||
|
|
|
@ -6,7 +6,7 @@ mod_version=1.2.14
|
|||
|
||||
# Forge
|
||||
game_version=1.21
|
||||
neo_version=21.0.79-beta
|
||||
neo_version=21.0.133-beta
|
||||
|
||||
# mods.toml
|
||||
loader=4
|
||||
|
@ -15,7 +15,7 @@ minecraft_version_range=[1.21,1.22)
|
|||
|
||||
# Parchment (Mappings)
|
||||
neogradle.subsystems.parchment.minecraftVersion=1.21
|
||||
neogradle.subsystems.parchment.mappingsVersion=2024.06.23
|
||||
neogradle.subsystems.parchment.mappingsVersion=2024.07.07
|
||||
neogradle.subsystems.conventions.runs.create-default-run-per-type=false
|
||||
|
||||
# Other mods
|
||||
|
|
Loading…
Reference in a new issue