-
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
Showing
22 changed files
with
178 additions
and
9 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
11 changes: 8 additions & 3 deletions
11
src/main/generated/.cache/9adbe1c44971b18122390f472ecf7bb970889f75
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
src/main/generated/assets/squaredadditions/models/item/rose_gold_axe.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/handheld", | ||
"textures": { | ||
"layer0": "squaredadditions:item/rose_gold_axe" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/squaredadditions/models/item/rose_gold_hoe.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/handheld", | ||
"textures": { | ||
"layer0": "squaredadditions:item/rose_gold_hoe" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/squaredadditions/models/item/rose_gold_pickaxe.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/handheld", | ||
"textures": { | ||
"layer0": "squaredadditions:item/rose_gold_pickaxe" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/squaredadditions/models/item/rose_gold_shovel.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/handheld", | ||
"textures": { | ||
"layer0": "squaredadditions:item/rose_gold_shovel" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/squaredadditions/models/item/rose_gold_sword.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/handheld", | ||
"textures": { | ||
"layer0": "squaredadditions:item/rose_gold_sword" | ||
} | ||
} |
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
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
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
Binary file added
BIN
+303 Bytes
src/main/resources/assets/squaredadditions/textures/item/rose_gold_axe.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
+282 Bytes
src/main/resources/assets/squaredadditions/textures/item/rose_gold_hoe.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
+306 Bytes
src/main/resources/assets/squaredadditions/textures/item/rose_gold_pickaxe.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
+282 Bytes
src/main/resources/assets/squaredadditions/textures/item/rose_gold_shovel.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
+336 Bytes
src/main/resources/assets/squaredadditions/textures/item/rose_gold_sword.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/squaredadditions/recipes/rose_gold_axe.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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"pattern": [ | ||
"RR ", | ||
"RS ", | ||
" S " | ||
], | ||
"key": { | ||
"R": { | ||
"item": "squaredadditions:rose_gold_ingot" | ||
}, | ||
"S": { | ||
"item": "minecraft:stick" | ||
} | ||
}, | ||
"result": { | ||
"item": "squaredadditions:rose_gold_axe" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/squaredadditions/recipes/rose_gold_hoe.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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"pattern": [ | ||
"RR ", | ||
" S ", | ||
" S " | ||
], | ||
"key": { | ||
"R": { | ||
"item": "squaredadditions:rose_gold_ingot" | ||
}, | ||
"S": { | ||
"item": "minecraft:stick" | ||
} | ||
}, | ||
"result": { | ||
"item": "squaredadditions:rose_gold_hoe" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/squaredadditions/recipes/rose_gold_pickaxe.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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"pattern": [ | ||
"RRR", | ||
" S ", | ||
" S " | ||
], | ||
"key": { | ||
"R": { | ||
"item": "squaredadditions:rose_gold_ingot" | ||
}, | ||
"S": { | ||
"item": "minecraft:stick" | ||
} | ||
}, | ||
"result": { | ||
"item": "squaredadditions:rose_gold_pickaxe" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/squaredadditions/recipes/rose_gold_shovel.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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"pattern": [ | ||
" R ", | ||
" S ", | ||
" S " | ||
], | ||
"key": { | ||
"R": { | ||
"item": "squaredadditions:rose_gold_ingot" | ||
}, | ||
"S": { | ||
"item": "minecraft:stick" | ||
} | ||
}, | ||
"result": { | ||
"item": "squaredadditions:rose_gold_shovel" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/squaredadditions/recipes/rose_gold_sword.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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"pattern": [ | ||
" R ", | ||
" R ", | ||
" S " | ||
], | ||
"key": { | ||
"R": { | ||
"item": "squaredadditions:rose_gold_ingot" | ||
}, | ||
"S": { | ||
"item": "minecraft:stick" | ||
} | ||
}, | ||
"result": { | ||
"item": "squaredadditions:rose_gold_sword" | ||
} | ||
} |