-
Notifications
You must be signed in to change notification settings - Fork 1
ToB Recipe Unlock Function
NorthWestTrees edited this page Aug 11, 2024
·
1 revision
This function runs every game tick and is used to unlock crafting recipes for the player.
# Unlock recipes if the player has gained 1 point for mining piruff logs.
execute as @a[scores={tobMinedPiruffLog=1}] run recipe give @s tale_of_biomes:basic_tool_table_crafting
# Unlock recipes if the player has gained 1 point for mining piruff wood.
execute as @a[scores={tobMinedPiruffWood=1}] run recipe give @s tale_of_biomes:basic_tool_table_crafting
# Unlock recipes if the player has gained 1 point for mining stone
execute as @a[scores={tobMinedStone=1}] run recipe give @s tale_of_biomes:basic_stone_table_crafting
-
π Planned Features
-
β Projects
-
π Snapshot Summaries
-
π Changlog Pages
-
π Report Bug/Issue
-
π MCreator
-
π YouTube Series