Skip to content

Commit

Permalink
ported to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Thepigcat76 committed Jun 14, 2024
1 parent 80efeca commit 221099e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ group = mod_group_id

repositories {
mavenLocal()
maven {
name 'Maven for PR #1076' // https://github.com/neoforged/NeoForge/pull/1076
url 'https://prmaven.neoforged.net/NeoForge/pr1076'
content {
includeModule('net.neoforged', 'testframework')
includeModule('net.neoforged', 'neoforge')
}
}
}

base {
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ neogradle.subsystems.parchment.minecraftVersion=1.20.6
neogradle.subsystems.parchment.mappingsVersion=2024.06.02

# Environment Properties
minecraft_version=1.21-rc1
minecraft_version_range=[1.21-rc1,1.22)
neo_version=21.0.0-alpha.1.21-rc1.20240612.183440
neo_version_range=[21.0.0-alpha.1.21-rc1.20240612.183440,)
minecraft_version=1.21
minecraft_version_range=[1.21,1.22)
neo_version=21.0.6-beta
neo_version_range=[21,)
loader_version_range=[2,)

## Mod Properties
Expand All @@ -19,5 +19,5 @@ mod_name=Inverted Bed
mod_license=MIT
mod_version=1.0.1
mod_group_id=com.portingdeadmods.invertedbed
mod_authors=Leclowndu93150, Buzz135
mod_authors=Leclowndu93150, Thepigcat76
mod_description=Adds a bed that skips the day

0 comments on commit 221099e

Please sign in to comment.