Minor Update
This commit is contained in:
parent
5b77758b35
commit
b067d2eb87
@ -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
|
||||
|
@ -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", {
|
||||
|
Loading…
x
Reference in New Issue
Block a user