Repair broken mod datapack
This commit is contained in:
parent
9cbacbcd24
commit
a8a5c4fa56
8 changed files with 8 additions and 14 deletions
|
@ -166,7 +166,7 @@ dependencies {
|
|||
//compileOnly fg.deobf("mezz.jei:jei-${minecraft_version}-forge-api:${jei}")
|
||||
//runtimeOnly fg.deobf("mezz.jei:jei-${minecraft_version}-forge:${jei}")
|
||||
|
||||
runtimeOnly fg.deobf("curse.maven:mekanism-268560:4866575")
|
||||
//runtimeOnly fg.deobf("curse.maven:mekanism-268560:4866575")
|
||||
|
||||
// Example mod dependency with JEI - using fg.deobf() ensures the dependency is remapped to your development mappings
|
||||
// The JEI API is declared for compile time use, while the full JEI artifact is used at runtime
|
||||
|
|
|
@ -48,7 +48,7 @@ mod_name=Thresholds
|
|||
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
||||
mod_license=GPLv3
|
||||
# The mod version. See https://semver.org/
|
||||
mod_version=1.4.021524.1943
|
||||
mod_version=1.4.021524.2353
|
||||
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
||||
# This should match the base package used for the mod sources.
|
||||
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
"values": [
|
||||
"otemod:eternium_ore_block",
|
||||
"otemod:deepslate_eternium_ore_block",
|
||||
"otemod:aurora_block",
|
||||
"otemod:aurora_door",
|
||||
|
||||
"otemod:item_scrubber",
|
||||
"otemod:magical_scrubber",
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"otemod:aurora_block",
|
||||
"otemod:aurora_door",
|
||||
"otemod:item_scrubber",
|
||||
"otemod:magical_scrubber",
|
||||
"otemod:vault_steel_ore_block",
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"otemod:aurora_block",
|
||||
"otemod:aurora_door",
|
||||
"otemod:eternium_block",
|
||||
"otemod:ilusium_block",
|
||||
"otemod:item_scrubber",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"tag": "forge:ingots/gold"
|
||||
},
|
||||
"X": {
|
||||
"tag": "forge:ingots/ilusium"
|
||||
"tag": "forge:ingots/eternium"
|
||||
},
|
||||
"Y": {
|
||||
"item": "minecraft:copper_block"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"values": [
|
||||
"#otemod:blocks/thresholds/red",
|
||||
"#otemod:blocks/thresholds/cyan",
|
||||
"#otemod:blocks/thresholds/lime",
|
||||
"#otemod:blocks/thresholds/pool"
|
||||
"#otemod:thresholds/red",
|
||||
"#otemod:thresholds/cyan",
|
||||
"#otemod:thresholds/lime",
|
||||
"#otemod:thresholds/pool"
|
||||
]
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"#otemod:blocks/uncrafting_tables/uncrafter"
|
||||
"#otemod:uncrafting_tables/uncrafter"
|
||||
]
|
||||
}
|
Reference in a new issue