fix datapack reward function name
This commit is contained in:
parent
ec6b9bd08a
commit
6dc4a8f7bc
3 changed files with 3 additions and 3 deletions
|
@ -5,6 +5,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"rewards": {
|
"rewards": {
|
||||||
"function": "newplayerxp:give_xp"
|
"function": "new_player_start_lvl1:give_xp"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1282,7 +1282,7 @@ hash = "720285dfa0a1a937f0acbeb3fd524e459222cd299b0c9d72ffc73b94bbccbbc5"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "global_packs/required_data/new_player_start_lvl1/data/advancements/new_player.json"
|
file = "global_packs/required_data/new_player_start_lvl1/data/advancements/new_player.json"
|
||||||
hash = "1bba63971ba12a6bde7365c1108508eb49535808213d82cc63db75a95be45122"
|
hash = "d81ddd1aa2faa9242ef2792fed471407998939a6fb5c9b261e3a31ab46d08ae2"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "global_packs/required_data/new_player_start_lvl1/data/functions/give_xp.mcfunction"
|
file = "global_packs/required_data/new_player_start_lvl1/data/functions/give_xp.mcfunction"
|
||||||
|
|
|
@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "8739533c843fe655d91b7e5fff7c50ffdfad7faace3ce94bc11cfe69ff20b61d"
|
hash = "a610f2251f3be0849df94a9e94301448f3dd6b39d741db77ae2708d08a8117d2"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.16.0"
|
fabric = "0.16.0"
|
||||||
|
|
Loading…
Reference in a new issue