Fixed some errors warnings. But both these classes are non-functional for now.

This commit is contained in:
Chris Toph 2025-03-13 21:26:50 -04:00
parent 9ee589fe00
commit e28f77917f
4 changed files with 14 additions and 15 deletions

View file

@ -22,7 +22,7 @@ public class SSSwordItem extends SimplySwordsSwordItem implements ItemSpec<SSSwo
/**
* Constructor for SimplyCompatSwordItem.
*
* @param toolMaterial The material of the tool, with some of its properties/stats.
* @param material The material of the tool, with some of its properties/stats.
* @param type The type of the weapon, which affects its modifiers.
*/
public SSSwordItem(ToolTier material, SSWeaponType type) {

View file

@ -13,6 +13,5 @@ public final class SimplyCompatFabric implements ModInitializer {
// Run our common setup.
Progression.init();
Item
}
}

View file

@ -12,14 +12,14 @@
"sources": "https://github.com/FabricMC/fabric-example-mod"
},
"license": "CC0-1.0",
"icon": "assets/simplycompat/icon.png",
"icon": "assets/progression/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"cc.toph.simplycompat.fabric.SimplyCompatFabric"
"cc.toph.progression.fabric.SimplyCompatFabric"
],
"client": [
"cc.toph.simplycompat.fabric.client.SimplyCompatFabricClient"
"cc.toph.progression.fabric.client.SimplyCompatFabricClient"
]
},
"mixins": [

View file

@ -14,63 +14,63 @@ A Simple mod for extended compat in Simply Swords!
'''
#logoFile = ""
[[dependencies.simplycompat]]
[[dependencies.progression]]
modId = "forge"
mandatory = true
versionRange = "[47,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.simplycompat]]
[[dependencies.progression]]
modId = "minecraft"
mandatory = true
versionRange = "[1.20.1,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.simplycompat]]
[[dependencies.progression]]
modId = "architectury"
mandatory = true
versionRange = "[9.2.14,)"
ordering = "AFTER"
side = "BOTH"
[[dependencies.simplycompat]]
[[dependencies.progression]]
modId = "simplyswords"
mandatory = true
versionRange = "[1.56.0-1.20.1,)"
ordering = "AFTER"
side = "BOTH"
[[dependencies.simplycompat]]
[[dependencies.progression]]
modId = "additionaladditions"
mandatory = false
versionRange = "[6.0.1,)"
ordering = "AFTER"
side = "BOTH"
[[dependencies.simplycompat]]
[[dependencies.progression]]
modId = "purecoppertools"
mandatory = false
versionRange = "[1.0.1,)"
ordering = "AFTER"
side = "BOTH"
[[dependencies.simplycompat]]
[[dependencies.progression]]
modId = "create"
mandatory = false
versionRange = "[0.5.1.j-55,)"
ordering = "AFTER"
side = "BOTH"
[[dependencies.simplycompat]]
[[dependencies.progression]]
modId = "create-deep-dark"
mandatory = false
versionRange = "[1.7.0,)"
ordering = "AFTER"
side = "BOTH"
[[dependencies.simplycompat]]
[[dependencies.progression]]
modId = "tfmg"
mandatory = false
versionRange = "[0.9.3-1.20.1,)"