Add default item components mod
This commit is contained in:
parent
6e530aa23b
commit
34e3ead799
6
TODO.md
6
TODO.md
|
|
@ -4,6 +4,10 @@ options.txt
|
||||||
|
|
||||||
Thouroghly compare implemented features to the 1.20.1 pack before initial release
|
Thouroghly compare implemented features to the 1.20.1 pack before initial release
|
||||||
|
|
||||||
|
## Mods
|
||||||
|
|
||||||
|
Start by creating a list of needed mods
|
||||||
|
|
||||||
## Datapack
|
## Datapack
|
||||||
|
|
||||||
* Worldgen
|
* Worldgen
|
||||||
|
|
@ -15,6 +19,7 @@ Thouroghly compare implemented features to the 1.20.1 pack before initial releas
|
||||||
* Antique Atlas
|
* Antique Atlas
|
||||||
* Convenience (e.g. coal/redstone to dye, shapeless shulker box)
|
* Convenience (e.g. coal/redstone to dye, shapeless shulker box)
|
||||||
* Minecraft
|
* Minecraft
|
||||||
|
* Copper armour
|
||||||
* Advancements
|
* Advancements
|
||||||
* Wooden paxel recipe unlock when getting wood
|
* Wooden paxel recipe unlock when getting wood
|
||||||
* Others
|
* Others
|
||||||
|
|
@ -24,6 +29,7 @@ Thouroghly compare implemented features to the 1.20.1 pack before initial releas
|
||||||
* Worldgen
|
* Worldgen
|
||||||
* Ores
|
* Ores
|
||||||
|
|
||||||
|
|
||||||
## Assets
|
## Assets
|
||||||
|
|
||||||
* Lang files
|
* Lang files
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,21 @@
|
||||||
"sha512": "f49f202900e2753f154a06a48a40c57bdcd85e70bb265f80794f1b74f5924302d9109bb80c58dabf99944b15ed7031ba8156f4231fc6743e4008758f00be1840"
|
"sha512": "f49f202900e2753f154a06a48a40c57bdcd85e70bb265f80794f1b74f5924302d9109bb80c58dabf99944b15ed7031ba8156f4231fc6743e4008758f00be1840"
|
||||||
},
|
},
|
||||||
"path": "mods/globalpacks-fabric-1.21.1-21.0.6.jar"
|
"path": "mods/globalpacks-fabric-1.21.1-21.0.6.jar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"downloads": [
|
||||||
|
"https://cdn.modrinth.com/data/wOl8aLro/versions/BXT6xC81/item-components-1.1%2B1.21.jar"
|
||||||
|
],
|
||||||
|
"env": {
|
||||||
|
"client": "required",
|
||||||
|
"server": "required"
|
||||||
|
},
|
||||||
|
"fileSize": 48525,
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "d8dc2f5bfc64cd0d0e6bdebb7a5f9db1c9d995d2",
|
||||||
|
"sha512": "762ee17c4d8fc07c6fac552864550534eba3c89dea2c22cf2e79c7abec398570d9992074bd12b1521a89aa472e703d2d969a7b7b7a7d0c75e975becccd3e8e3a"
|
||||||
|
},
|
||||||
|
"path": "mods/item-components-1.1+1.21.jar"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue