-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2d33a5
commit 8c43e80
Showing
18 changed files
with
97 additions
and
10 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
PlateUp Resource-Pack/assets/plateup/models/item/burnt_bone_in_steak.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "plateup:item/template/bone_in_steak", | ||
"textures": { | ||
"0": "block/coal_block", | ||
"particle": "block/coal_block" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
PlateUp Resource-Pack/assets/plateup/models/item/burnt_thick_cut_steak.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "plateup:item/template/thick_cut_steak", | ||
"textures": { | ||
"0": "block/coal_block", | ||
"particle": "block/coal_block" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
PlateUp Resource-Pack/assets/plateup/models/item/burnt_thin_cut_steak.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "plateup:item/template/thin_cut_steak", | ||
"textures": { | ||
"0": "block/coal_block", | ||
"particle": "block/coal_block" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
data/plateup/function/recipes/combine/medium_bone_in_steak.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
scoreboard players set generic doprog 0 | ||
execute if items block ~ ~-1.5 ~ container.0 plateup:medium_bone_in_steak if items block ~ ~-1.5 ~ container.26 plateup:plate run scoreboard players set generic doprog 1 | ||
execute if items block ~ ~-1.5 ~ container.0 plateup:plate if items block ~ ~-1.5 ~ container.26 plateup:medium_bone_in_steak run scoreboard players set generic doprog 1 | ||
execute if score generic doprog matches 1.. run item replace block ~ ~-1.5 ~ container.0 with plateup:plated_medium_bone_in_steak | ||
execute if score generic doprog matches 1.. run item replace block ~ ~-1.5 ~ container.26 with air | ||
execute if score generic doprog matches 1.. run data remove entity @s interaction |
6 changes: 6 additions & 0 deletions
6
data/plateup/function/recipes/combine/medium_thick_cut_steak.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
scoreboard players set generic doprog 0 | ||
execute if items block ~ ~-1.5 ~ container.0 plateup:medium_thick_cut_steak if items block ~ ~-1.5 ~ container.26 plateup:plate run scoreboard players set generic doprog 1 | ||
execute if items block ~ ~-1.5 ~ container.0 plateup:plate if items block ~ ~-1.5 ~ container.26 plateup:medium_thick_cut_steak run scoreboard players set generic doprog 1 | ||
execute if score generic doprog matches 1.. run item replace block ~ ~-1.5 ~ container.0 with plateup:plated_medium_thick_cut_steak | ||
execute if score generic doprog matches 1.. run item replace block ~ ~-1.5 ~ container.26 with air | ||
execute if score generic doprog matches 1.. run data remove entity @s interaction |
6 changes: 6 additions & 0 deletions
6
data/plateup/function/recipes/combine/medium_thin_cut_steak.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
scoreboard players set generic doprog 0 | ||
execute if items block ~ ~-1.5 ~ container.0 plateup:medium_thin_cut_steak if items block ~ ~-1.5 ~ container.26 plateup:plate run scoreboard players set generic doprog 1 | ||
execute if items block ~ ~-1.5 ~ container.0 plateup:plate if items block ~ ~-1.5 ~ container.26 plateup:medium_thin_cut_steak run scoreboard players set generic doprog 1 | ||
execute if score generic doprog matches 1.. run item replace block ~ ~-1.5 ~ container.0 with plateup:plated_medium_thin_cut_steak | ||
execute if score generic doprog matches 1.. run item replace block ~ ~-1.5 ~ container.26 with air | ||
execute if score generic doprog matches 1.. run data remove entity @s interaction |
6 changes: 6 additions & 0 deletions
6
data/plateup/function/recipes/combine/rare_bone_in_steak.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
scoreboard players set generic doprog 0 | ||
execute if items block ~ ~-1.5 ~ container.0 plateup:rare_bone_in_steak if items block ~ ~-1.5 ~ container.26 plateup:plate run scoreboard players set generic doprog 1 | ||
execute if items block ~ ~-1.5 ~ container.0 plateup:plate if items block ~ ~-1.5 ~ container.26 plateup:rare_bone_in_steak run scoreboard players set generic doprog 1 | ||
execute if score generic doprog matches 1.. run item replace block ~ ~-1.5 ~ container.0 with plateup:plated_rare_bone_in_steak | ||
execute if score generic doprog matches 1.. run item replace block ~ ~-1.5 ~ container.26 with air | ||
execute if score generic doprog matches 1.. run data remove entity @s interaction |
6 changes: 6 additions & 0 deletions
6
data/plateup/function/recipes/combine/rare_thick_cut_steak.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
scoreboard players set generic doprog 0 | ||
execute if items block ~ ~-1.5 ~ container.0 plateup:rare_thick_cut_steak if items block ~ ~-1.5 ~ container.26 plateup:plate run scoreboard players set generic doprog 1 | ||
execute if items block ~ ~-1.5 ~ container.0 plateup:plate if items block ~ ~-1.5 ~ container.26 plateup:rare_thick_cut_steak run scoreboard players set generic doprog 1 | ||
execute if score generic doprog matches 1.. run item replace block ~ ~-1.5 ~ container.0 with plateup:plated_rare_thick_cut_steak | ||
execute if score generic doprog matches 1.. run item replace block ~ ~-1.5 ~ container.26 with air | ||
execute if score generic doprog matches 1.. run data remove entity @s interaction |
6 changes: 6 additions & 0 deletions
6
data/plateup/function/recipes/combine/rare_thin_cut_steak.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
scoreboard players set generic doprog 0 | ||
execute if items block ~ ~-1.5 ~ container.0 plateup:rare_thin_cut_steak if items block ~ ~-1.5 ~ container.26 plateup:plate run scoreboard players set generic doprog 1 | ||
execute if items block ~ ~-1.5 ~ container.0 plateup:plate if items block ~ ~-1.5 ~ container.26 plateup:rare_thin_cut_steak run scoreboard players set generic doprog 1 | ||
execute if score generic doprog matches 1.. run item replace block ~ ~-1.5 ~ container.0 with plateup:plated_rare_thin_cut_steak | ||
execute if score generic doprog matches 1.. run item replace block ~ ~-1.5 ~ container.26 with air | ||
execute if score generic doprog matches 1.. run data remove entity @s interaction |
6 changes: 6 additions & 0 deletions
6
data/plateup/function/recipes/combine/welldone_bone_in_steak.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
scoreboard players set generic doprog 0 | ||
execute if items block ~ ~-1.5 ~ container.0 plateup:well_done_bone_in_steak if items block ~ ~-1.5 ~ container.26 plateup:plate run scoreboard players set generic doprog 1 | ||
execute if items block ~ ~-1.5 ~ container.0 plateup:plate if items block ~ ~-1.5 ~ container.26 plateup:well_done_bone_in_steak run scoreboard players set generic doprog 1 | ||
execute if score generic doprog matches 1.. run item replace block ~ ~-1.5 ~ container.0 with plateup:plated_well_done_bone_in_steak | ||
execute if score generic doprog matches 1.. run item replace block ~ ~-1.5 ~ container.26 with air | ||
execute if score generic doprog matches 1.. run data remove entity @s interaction |
6 changes: 6 additions & 0 deletions
6
data/plateup/function/recipes/combine/welldone_thick_cut_steak.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
scoreboard players set generic doprog 0 | ||
execute if items block ~ ~-1.5 ~ container.0 plateup:well_done_thick_cut_steak if items block ~ ~-1.5 ~ container.26 plateup:plate run scoreboard players set generic doprog 1 | ||
execute if items block ~ ~-1.5 ~ container.0 plateup:plate if items block ~ ~-1.5 ~ container.26 plateup:well_done_thick_cut_steak run scoreboard players set generic doprog 1 | ||
execute if score generic doprog matches 1.. run item replace block ~ ~-1.5 ~ container.0 with plateup:plated_well_done_thick_cut_steak | ||
execute if score generic doprog matches 1.. run item replace block ~ ~-1.5 ~ container.26 with air | ||
execute if score generic doprog matches 1.. run data remove entity @s interaction |
6 changes: 6 additions & 0 deletions
6
data/plateup/function/recipes/combine/welldone_thin_cut_steak.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
scoreboard players set generic doprog 0 | ||
execute if items block ~ ~-1.5 ~ container.0 plateup:well_done_thin_cut_steak if items block ~ ~-1.5 ~ container.26 plateup:plate run scoreboard players set generic doprog 1 | ||
execute if items block ~ ~-1.5 ~ container.0 plateup:plate if items block ~ ~-1.5 ~ container.26 plateup:well_done_thin_cut_steak run scoreboard players set generic doprog 1 | ||
execute if score generic doprog matches 1.. run item replace block ~ ~-1.5 ~ container.0 with plateup:plated_well_done_thin_cut_steak | ||
execute if score generic doprog matches 1.. run item replace block ~ ~-1.5 ~ container.26 with air | ||
execute if score generic doprog matches 1.. run data remove entity @s interaction |
2 changes: 1 addition & 1 deletion
2
data/plateup/function/recipes/stove/welldone_bone_in_steak.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
execute unless items block ~ ~-1.5 ~ container.0 plateup:well_done_bone_in_steak run return fail | ||
scoreboard players add @s progress 13 | ||
execute if score @s progress matches 1000.. run item replace block ~ ~-1.5 ~ container.0 with plateup:burnt_food | ||
execute if score @s progress matches 1000.. run item replace block ~ ~-1.5 ~ container.0 with plateup:burnt_bone_in_steak | ||
execute if score @s progress matches 1000.. run scoreboard players set @s progress 0 | ||
function plateup:progressbar |
2 changes: 1 addition & 1 deletion
2
data/plateup/function/recipes/stove/welldone_thick_cut_steak.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
execute unless items block ~ ~-1.5 ~ container.0 plateup:well_done_thick_cut_steak run return fail | ||
scoreboard players add @s progress 6 | ||
execute if score @s progress matches 1000.. run item replace block ~ ~-1.5 ~ container.0 with plateup:burnt_food | ||
execute if score @s progress matches 1000.. run item replace block ~ ~-1.5 ~ container.0 with plateup:burnt_thick_cut_steak | ||
execute if score @s progress matches 1000.. run scoreboard players set @s progress 0 | ||
function plateup:progressbar |
2 changes: 1 addition & 1 deletion
2
data/plateup/function/recipes/stove/welldone_thin_cut_steak.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
execute unless items block ~ ~-1.5 ~ container.0 plateup:well_done_thin_cut_steak run return fail | ||
scoreboard players add @s progress 50 | ||
execute if score @s progress matches 1000.. run item replace block ~ ~-1.5 ~ container.0 with plateup:burnt_food | ||
execute if score @s progress matches 1000.. run item replace block ~ ~-1.5 ~ container.0 with plateup:burnt_thin_cut_steak | ||
execute if score @s progress matches 1000.. run scoreboard players set @s progress 0 | ||
function plateup:progressbar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
#https://wiki.plateupgame.com/ | ||
https://wiki.plateupgame.com/ |