Skip to content

Commit

Permalink
fix patchouli compat, remove advancement
Browse files Browse the repository at this point in the history
  • Loading branch information
iron431 committed Oct 22, 2024
1 parent 06f8b7e commit e33631e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 39 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ dependencies {
// localRuntime "curse.maven:cloth-config-348521:4633416"
//
// // PATCHOULI **************************************************************************************************
// compileOnly "vazkii.patchouli:Patchouli:${patchouli_version}:api"
// localRuntime "vazkii.patchouli:Patchouli:${patchouli_version}"
compileOnly "vazkii.patchouli:Patchouli:${patchouli_version}-NEOFORGE"
// localRuntime "vazkii.patchouli:Patchouli:${patchouli_version}-NEOFORGE"
//
// // APOTHEOSIS
compileOnly "curse.maven:apotheosis-${apotheosis_version}"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ neogradle.subsystems.parchment.mappingsVersion=2024.07.07

# Irons Mod
mod_id=irons_spellbooks
mod_version=1.21-3.8.1
mod_version=1.21-3.8-SNAPSHOT
mod_group_id=io.redspace

# Irons mods.toml
Expand All @@ -39,7 +39,7 @@ jei_version=19.5.0.32
mutil_version=1.19.2-5.1.0
player_animator_version=2.0.0-alpha1+1.21
tetra_version=289712:4414851
patchouli_version=1.19.2-77
patchouli_version=1.21-87
apotheosis_version=313970:4876447
placebo_version=283644:5597604
better_combat_version=639842:4534619
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
],
"mapping": {
"D": "minecraft:deepslate",
"A": "irons_spellbooks:arcane_debris",
"A": "irons_spellbooks:deepslate_mithril_ore",
"P": "irons_spellbooks:armor_pile",
"S": "minecraft:soul_sand",
"F": "minecraft:soul_fire"
}
},
"text": "Arcane Debris is an Overworld equivalent to Ancient Debris, found below y=-38. It requires a netherite pickaxe."
"text": "Mithril is a rare Overworld ore, found below y = -38 and unexposed to air. It requires a netherite pickaxe."
},
{
"type": "patchouli:entity",
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit e33631e

Please sign in to comment.