-
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
0793feb
commit 534b445
Showing
23 changed files
with
177 additions
and
5 deletions.
There are no files selected for viewing
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
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/potatoperks/blockstates/petrified_potato_ore.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 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "potatoperks:block/petrified_potato_ore" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/potatoperks/blockstates/purple_potato_block.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 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "potatoperks:block/purple_potato_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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
{ | ||
"item.potatoperks.pink_potato": "Pink Potato", | ||
"item.potatoperks.blue_potato": "Blue Potato", | ||
"item.potatoperks.orange_potato": "Orange Potato", | ||
"item.potatoperks.purple_potato": "Purple Potato", | ||
|
||
"block.potatoperks.pink_potato_block": "Block of Pink Potato", | ||
"block.potatoperks.blue_potato_block": "Block of Blue Potato", | ||
"block.potatoperks.orange_potato_block": "Block of Orange Potato" | ||
"block.potatoperks.orange_potato_block": "Block of Orange Potato", | ||
"block.potatoperks.petrified_potato_ore": "Petrified Potato Ore", | ||
"block.potatoperks.purple_potato_block": "Block of Purple Potato" | ||
|
||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/potatoperks/models/block/petrified_potato_ore.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,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "potatoperks:block/petrified_potato_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/potatoperks/models/block/purple_potato_block.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,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "potatoperks:block/purple_potato_block" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/potatoperks/models/item/blue_potato.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "potatoperks:item/blue_potato" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/potatoperks/models/item/orange_potato.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "potatoperks:item/orange_potato" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/resources/assets/potatoperks/models/item/petrified_potato_ore.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,3 @@ | ||
{ | ||
"parent": "potatoperks:block/petrified_potato_ore" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/potatoperks/models/item/purple_potato.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "potatoperks:item/purple_potato" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/resources/assets/potatoperks/models/item/purple_potato_block.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,3 @@ | ||
{ | ||
"parent": "potatoperks:block/purple_potato_block" | ||
} |
Binary file added
BIN
+705 Bytes
src/main/resources/assets/potatoperks/textures/block/petrified_potato_ore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+942 Bytes
src/main/resources/assets/potatoperks/textures/block/purple_potato_block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+418 Bytes
src/main/resources/assets/potatoperks/textures/item/blue_potato.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+424 Bytes
src/main/resources/assets/potatoperks/textures/item/orange_potato.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+428 Bytes
src/main/resources/assets/potatoperks/textures/item/purple_potato.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions
13
src/main/resources/data/potatoperks/recipe/blue_potato.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,13 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"category": "building", | ||
"ingredients": [ | ||
{ | ||
"item": "potatoperks:blue_potato_block" | ||
} | ||
], | ||
"result": { | ||
"count": 9, | ||
"id": "potatoperks:blue_potato" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
src/main/resources/data/potatoperks/recipe/blue_potato_block.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,18 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"#": { | ||
"item": "potatoperks:blue_potato" | ||
} | ||
}, | ||
"pattern": [ | ||
"###", | ||
"###", | ||
"###" | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "potatoperks:blue_potato_block" | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
src/main/resources/data/potatoperks/recipe/orange_potato.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,13 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"category": "building", | ||
"ingredients": [ | ||
{ | ||
"item": "potatoperks:orange_potato_block" | ||
} | ||
], | ||
"result": { | ||
"count": 9, | ||
"id": "potatoperks:orange_potato" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
src/main/resources/data/potatoperks/recipe/orange_potato_block.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,18 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"#": { | ||
"item": "potatoperks:orange_potato" | ||
} | ||
}, | ||
"pattern": [ | ||
"###", | ||
"###", | ||
"###" | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "potatoperks:orange_potato_block" | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
src/main/resources/data/potatoperks/recipe/purple_potato.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,13 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"category": "building", | ||
"ingredients": [ | ||
{ | ||
"item": "potatoperks:purple_potato_block" | ||
} | ||
], | ||
"result": { | ||
"count": 9, | ||
"id": "potatoperks:purple_potato" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
src/main/resources/data/potatoperks/recipe/purple_potato_block.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,18 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"#": { | ||
"item": "potatoperks:purple_potato" | ||
} | ||
}, | ||
"pattern": [ | ||
"###", | ||
"###", | ||
"###" | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "potatoperks:purple_potato_block" | ||
} | ||
} |