Repair broken mod datapack

This commit is contained in:
Zontreck 2024-02-15 23:53:25 -07:00
parent 9cbacbcd24
commit a8a5c4fa56
8 changed files with 8 additions and 14 deletions

View file

@ -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

View file

@ -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

View file

@ -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",

View file

@ -1,7 +1,5 @@
{
"values": [
"otemod:aurora_block",
"otemod:aurora_door",
"otemod:item_scrubber",
"otemod:magical_scrubber",
"otemod:vault_steel_ore_block",

View file

@ -1,7 +1,5 @@
{
"values": [
"otemod:aurora_block",
"otemod:aurora_door",
"otemod:eternium_block",
"otemod:ilusium_block",
"otemod:item_scrubber",

View file

@ -10,7 +10,7 @@
"tag": "forge:ingots/gold"
},
"X": {
"tag": "forge:ingots/ilusium"
"tag": "forge:ingots/eternium"
},
"Y": {
"item": "minecraft:copper_block"

View file

@ -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"
]
}

View file

@ -1,5 +1,5 @@
{
"values": [
"#otemod:blocks/uncrafting_tables/uncrafter"
"#otemod:uncrafting_tables/uncrafter"
]
}