Skip to content

Commit

Permalink
Update NeoForge
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckscor3 committed Nov 29, 2024
1 parent a3a2cfa commit 9624418
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ repositories {
}

dependencies {
implementation 'net.neoforged:neoforge:21.3.29-beta'
implementation 'net.neoforged:neoforge:21.3.54-beta'

// implementation "curse.maven:architectury-api-419699:5553800" //ftb teams dependency
// implementation "curse.maven:ftb-library-forge-404465:5557408" //ftb teams dependency
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"items": "#c:slimeballs"
"items": "#c:slime_balls"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"category": "redstone",
"key": {
"P": "securitycraft:reinforced_piston",
"S": "#c:slimeballs"
"S": "#c:slime_balls"
},
"pattern": [
"S",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@ protected final void buildRecipes() {
.pattern("S")
.pattern("P")
.define('P', SCContent.REINFORCED_PISTON)
.define('S', Tags.Items.SLIMEBALLS)
.unlockedBy("has_slime_ball", has(Tags.Items.SLIMEBALLS))
.define('S', Tags.Items.SLIME_BALLS)
.unlockedBy("has_slime_ball", has(Tags.Items.SLIME_BALLS))
.save(output);
ShapedRecipeBuilder.shaped(items, RecipeCategory.BUILDING_BLOCKS, SCContent.REINFORCED_TINTED_GLASS, 2)
.pattern(" A ")
Expand Down

0 comments on commit 9624418

Please sign in to comment.