Skip to content

Commit

Permalink
build(version): 1.2.2->1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Dec 29, 2024
1 parent 1bf7e9b commit 319ab25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ neogradle.subsystems.parchment.mappingsVersion=2024.07.28
mod_id=nitrogen_internals
mod_group=com.aetherteam.nitrogen
mod_name=Nitrogen
mod_version=1.2.2
mod_version=1.2.3
mod_license=Assets: All Rights Reserved; Code: LGPL-3.0
mod_url=https://github.com/The-Aether-Team/Nitrogen
mod_tracker=https://github.com/The-Aether-Team/Nitrogen/issues
Expand All @@ -24,8 +24,8 @@ minecraft_version_range=[1.21.4,1.21.5)

moddevgradle_version=2.0.61-beta

neo_version=21.4.33-beta
neo_version_range=[21.4.33-beta,)
neo_version=21.4.41-beta
neo_version_range=[21.4.41-beta,)

loader_version_range=[4,)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ default boolean isSpecial() {

@Override
default PlacementInfo placementInfo() {
return null;
return PlacementInfo.NOT_PLACEABLE;
}

@Override
Expand Down

0 comments on commit 319ab25

Please sign in to comment.