i hate birds
This commit is contained in:
parent
978ded073a
commit
e15e93f55e
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"powers": [
|
||||||
|
"avian_nerf:energetic",
|
||||||
|
"origins_minus:bound",
|
||||||
|
"origins_minus:carefree"
|
||||||
|
],
|
||||||
|
"icon": {
|
||||||
|
"item": "minecraft:tall_grass"
|
||||||
|
},
|
||||||
|
"impact": 1
|
||||||
|
}
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:attribute",
|
||||||
|
"modifier": {
|
||||||
|
"attribute": "minecraft:generic.movement_speed",
|
||||||
|
"operation": "multiply_base",
|
||||||
|
"value": 0.2
|
||||||
|
},
|
||||||
|
"update_health": false
|
||||||
|
}
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"origins": [
|
||||||
|
"avian_nerf:wildling"
|
||||||
|
],
|
||||||
|
"enabled": true,
|
||||||
|
"allow_random": true
|
||||||
|
}
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"loading_priority": 100,
|
||||||
|
"unchoosable": true
|
||||||
|
}
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"loading_priority": 100,
|
||||||
|
"unchoosable": true
|
||||||
|
}
|
||||||
6
config/paxi/datapacks/AvianNerf/pack.mcmeta
Normal file
6
config/paxi/datapacks/AvianNerf/pack.mcmeta
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"pack": {
|
||||||
|
"description": "Sorry avies",
|
||||||
|
"pack_format": 81
|
||||||
|
}
|
||||||
|
}
|
||||||
24
index.toml
24
index.toml
@ -8,6 +8,30 @@ hash = "8df5ed720b6f4e65dde564ca501ac9a4ba095684361ea90aff6110a905561d00"
|
|||||||
file = "config/epicsiegemod-common.toml"
|
file = "config/epicsiegemod-common.toml"
|
||||||
hash = "3df57b99b45a5ed453ab56cd5440c171e90449c84aba1a4734a707edf47ee88a"
|
hash = "3df57b99b45a5ed453ab56cd5440c171e90449c84aba1a4734a707edf47ee88a"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/AvianNerf/data/avian_nerf/origins/wildling.json"
|
||||||
|
hash = "91e5f89021198a7a71e154ae5f2312c3bad8a100eecaea5d29d6ed6214d5c652"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/AvianNerf/data/avian_nerf/powers/energetic.json"
|
||||||
|
hash = "f625d0dfefca68b7ac6d0bba1d365bfcf8f19e50344bcc9100277e95f2c63eab"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/AvianNerf/data/origins/origin_layers/origin.json"
|
||||||
|
hash = "4de362be2cbc3e43067f8a350a178f3e0dcc6e05bcf1d9f38135507e84b5e70e"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/AvianNerf/data/origins_minus/origins/avian.json"
|
||||||
|
hash = "31af291029948b4bf3a040675e8a5b6f2c9f73bb9afadda8bb2c003ef668c17b"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/AvianNerf/data/origins_minus/origins/wildling.json"
|
||||||
|
hash = "31af291029948b4bf3a040675e8a5b6f2c9f73bb9afadda8bb2c003ef668c17b"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/AvianNerf/pack.mcmeta"
|
||||||
|
hash = "3de263e4e4b36f16d37510cd37807ed1b3a0e1e79f8e52f28b119f4e978062db"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/datapacks/DisableEmbersOre/data/embers/worldgen/placed_feature/ore_lead_placer.json"
|
file = "config/paxi/datapacks/DisableEmbersOre/data/embers/worldgen/placed_feature/ore_lead_placer.json"
|
||||||
hash = "efa144ac266ee666dbf41b1633564fda435e76bd8a450e93c29b895926615577"
|
hash = "efa144ac266ee666dbf41b1633564fda435e76bd8a450e93c29b895926615577"
|
||||||
|
|||||||
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "d7faa773404d99a73a08ba9b116ff6f3a6dc7eb26a7076b7cbeaeafb488eff4d"
|
hash = "3d9129e940c7ed6147118cab4b40b35a54b66e478f91a7db8550c27cb1f8bf47"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.4.9"
|
forge = "47.4.9"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user