|
@ -17,6 +17,14 @@
|
||||||
"quenched": "Quenched Shard Staff",
|
"quenched": "Quenched Shard Staff",
|
||||||
"mindsplice": "Mindsplice Staff"
|
"mindsplice": "Mindsplice Staff"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
tags: {
|
||||||
|
"tag.item.hexcasting:brainswept_circle_components": "Brainswept Circle Components",
|
||||||
|
"tag.item.hexcasting:directrices": "Directrices",
|
||||||
|
"tag.item.hexcasting:grants_root_advancement": "Grants Rood Advancement",
|
||||||
|
"tag.item.hexcasting:impeti": "Impeti",
|
||||||
|
"tag.item.hexcasting:seal_materials": "Seal Materials",
|
||||||
|
},
|
||||||
|
|
||||||
"amethyst_dust": "Amethyst Dust",
|
"amethyst_dust": "Amethyst Dust",
|
||||||
"charged_amethyst": "Charged Amethyst",
|
"charged_amethyst": "Charged Amethyst",
|
||||||
|
|
|
@ -1,26 +0,0 @@
|
||||||
{
|
|
||||||
"name": "hexcasting.entry.interop.gravity",
|
|
||||||
"icon": "minecraft:anvil",
|
|
||||||
"category": "hexcasting:interop",
|
|
||||||
"advancement": "hexcasting:root",
|
|
||||||
"flag": "mod:gravity_api",
|
|
||||||
"pages": [
|
|
||||||
"hexcasting.page.interop.gravity.1",
|
|
||||||
{
|
|
||||||
"type": "hexcasting:pattern",
|
|
||||||
"op_id": "hexcasting:interop/gravity/get",
|
|
||||||
"anchor": "hexcasting:interop/gravity/get",
|
|
||||||
"input": "entity",
|
|
||||||
"output": "vector",
|
|
||||||
"text": "hexcasting.page.interop.gravity.get"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "hexcasting:pattern",
|
|
||||||
"op_id": "hexcasting:interop/gravity/set",
|
|
||||||
"anchor": "hexcasting:interop/gravity/set",
|
|
||||||
"input": "entity, vector",
|
|
||||||
"output": "",
|
|
||||||
"text": "hexcasting.page.interop.gravity.set"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 254 B After Width: | Height: | Size: 400 B |
Before Width: | Height: | Size: 320 B After Width: | Height: | Size: 441 B |
Before Width: | Height: | Size: 399 B After Width: | Height: | Size: 442 B |
Before Width: | Height: | Size: 406 B After Width: | Height: | Size: 432 B |
Before Width: | Height: | Size: 393 B After Width: | Height: | Size: 415 B |
Before Width: | Height: | Size: 283 B After Width: | Height: | Size: 429 B |
Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 474 B |
Before Width: | Height: | Size: 417 B After Width: | Height: | Size: 498 B |
Before Width: | Height: | Size: 412 B After Width: | Height: | Size: 501 B |
Before Width: | Height: | Size: 405 B After Width: | Height: | Size: 462 B |
Before Width: | Height: | Size: 295 B After Width: | Height: | Size: 403 B |
Before Width: | Height: | Size: 291 B After Width: | Height: | Size: 445 B |
Before Width: | Height: | Size: 380 B After Width: | Height: | Size: 460 B |
Before Width: | Height: | Size: 406 B After Width: | Height: | Size: 501 B |
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 449 B |
Before Width: | Height: | Size: 256 B After Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 283 B After Width: | Height: | Size: 361 B |
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 339 B |
Before Width: | Height: | Size: 346 B After Width: | Height: | Size: 338 B |
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 269 B |
Before Width: | Height: | Size: 216 B After Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 281 B |
Before Width: | Height: | Size: 251 B After Width: | Height: | Size: 274 B |
Before Width: | Height: | Size: 283 B After Width: | Height: | Size: 266 B |
|
@ -50,13 +50,13 @@
|
||||||
"java": ">=17",
|
"java": ">=17",
|
||||||
"fabricloader": ">=0.14",
|
"fabricloader": ">=0.14",
|
||||||
"fabric": ">=0.84",
|
"fabric": ">=0.84",
|
||||||
"fabric-language-kotlin": ">=1.9.5+kotlin.1.8.22",
|
"fabric-language-kotlin": ">=1.9.4+kotlin.1.8.22",
|
||||||
"cardinal-components-base": "~5.2.1",
|
"cardinal-components-base": "~5.2.1",
|
||||||
"cardinal-components-entity": "~5.2.1",
|
"cardinal-components-entity": "~5.2.1",
|
||||||
"cardinal-components-item": "~5.2.1",
|
"cardinal-components-item": "~5.2.1",
|
||||||
"cardinal-components-block": "~5.2.1",
|
"cardinal-components-block": "~5.2.1",
|
||||||
"paucal": "0.6.x",
|
"paucal": "*",
|
||||||
"cloth-config": "11.0.x",
|
"cloth-config": "*",
|
||||||
"patchouli": ">=1.20.1-80"
|
"patchouli": ">=1.20.1-80"
|
||||||
},
|
},
|
||||||
"suggests": {
|
"suggests": {
|
||||||
|
|