Minor Update

This commit is contained in:
IamPyu 2024-06-15 21:18:21 -06:00
parent 5b77758b35
commit b067d2eb87
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## [Jun 15th 2024] Minor Update: Minor Lootbox Change
- Resource Lootbox Now Gives Player 5 Apples
## [Jun 15th 2024] Minor Update: Add Aliases for Building Blocks
- Added Aliases in the Format BLOCK_TYPE ex. dirt_slab

View File

@ -39,7 +39,8 @@ PyuTestCore.make_lootbox("resource", "Resource", {
ItemStack("pyutest_core:stick 6"),
ItemStack("pyutest_core:sugar 3"),
ItemStack("pyutest_core:coin 4"),
ItemStack("pyutest_core:tree_sapling 2")
ItemStack("pyutest_core:tree_sapling 2"),
ItemStack("pyutest_core:apple 5")
}, PyuTestCore.LOOTBOX_USEFULLNESS.AVERAGE)
PyuTestCore.make_lootbox("griefer", "Griefer's Dream", {