Skip to content

Changed 'item' to 'itemstack' #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,190 changes: 595 additions & 595 deletions Resources/Jobs/jobs/_EXAMPLE.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/Jobs/jobs/brewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Brewer:
- Brew some stuff and get money
- Get 100 for this!
Gui:
Item: brewing_stand
ItemStack: brewing_stand
Brew:
nether_wart:
income: 6.0
Expand Down
2 changes: 1 addition & 1 deletion Resources/Jobs/jobs/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Builder:
- Place blocks and get money
- Get 100 for this!
Gui:
Item: brick_stairs
ItemStack: brick_stairs
Place:
stone:
income: 1.3
Expand Down
2 changes: 1 addition & 1 deletion Resources/Jobs/jobs/crafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Crafter:
- Craft and get money
- Get 100 for this!
Gui:
Item: crafting_table
ItemStack: crafting_table
Craft:
stick:
income: 0.1
Expand Down
2 changes: 1 addition & 1 deletion Resources/Jobs/jobs/digger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Digger:
- Dig blocks and get money
- Get 100 for this!
Gui:
Item: wooden_shovel
ItemStack: wooden_shovel
Break:
red_sand:
income: 1
Expand Down
2 changes: 1 addition & 1 deletion Resources/Jobs/jobs/enchanter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Enchanter:
- Be a wizard and get money
- Get 100 for this!
Gui:
Item: enchanting_table
ItemStack: enchanting_table
Enchant:
wood_sword:
income: 1.5
Expand Down
2 changes: 1 addition & 1 deletion Resources/Jobs/jobs/explorer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Explorer:
- Go on a trip and get money
- Get 100 for this!
Gui:
Item: leather_boots
ItemStack: leather_boots
Explore:
'1':
income: 5.0
Expand Down
Loading