-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from liv-kami/main
More Brews
- Loading branch information
Showing
23 changed files
with
134 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"parent":"item/handheld", | ||
"textures":{"layer0":"custom/demonsword" | ||
}, | ||
"display": { | ||
"ground": { | ||
"rotation": [ 0, 0, 0 ], | ||
"translation": [ 0, 2, 0], | ||
"scale":[ 0.65, 0.65, 0.65 ] | ||
}, | ||
"head": { | ||
"rotation": [ 0, 180, 0 ], | ||
"translation": [ 0, 13, 7], | ||
"scale":[ 1, 1, 1] | ||
}, | ||
"thirdperson_righthand": { | ||
"rotation": [ 0, 270, 55 ], | ||
"translation": [ 0, 5, 0.5 ], | ||
"scale": [ 1.05, 1.05, 1.05 ] | ||
}, | ||
"thirdperson_lefthand": { | ||
"rotation": [ 0, -270, -55 ], | ||
"translation": [ 0, 5, 0.5 ], | ||
"scale": [ 1.05, 1.05, 1.05 ] | ||
}, | ||
"firstperson_righthand": { | ||
"rotation": [ 0, -90, 25 ], | ||
"translation": [ 1.13, 3.2, 1.13 ], | ||
"scale": [ 0.8, 0.8, 0.8 ] | ||
}, | ||
"firstperson_lefthand": { | ||
"rotation": [ 0, 90, -25 ], | ||
"translation": [ 1.13, 3.2, 1.13 ], | ||
"scale": [ 0.8, 0.8, 0.8 ] | ||
}, | ||
"fixed": { | ||
"rotation": [ 0, 180, 0 ], | ||
"scale": [ 1.2, 1.2, 1.2 ] | ||
} | ||
} | ||
} |
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,15 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "item/netherite_sword" | ||
}, | ||
"overrides": [ | ||
{ | ||
"predicate": { | ||
"custom_model_data": 2021 | ||
}, | ||
"model": "item/demonsword" | ||
} | ||
] | ||
} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
type=item | ||
items=minecraft:potion | ||
nbt.display.Lore=ipattern:*A spirit* | ||
|
||
|
||
|
||
|
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,4 @@ | ||
type=item | ||
items=minecraft:potion | ||
texture=beer | ||
nbt.display.Lore=ipattern:*roasted taste* |
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,4 @@ | ||
type=item | ||
items=minecraft:potion | ||
texture=beer | ||
nbt.display.Lore=ipattern:*is there any apple* |
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,4 @@ | ||
type=item | ||
items=minecraft:potion | ||
texture=beer | ||
nbt.display.Lore=ipattern:*refreshing taste of apple* |
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,4 @@ | ||
type=item | ||
items=minecraft:potion | ||
texture=beer | ||
nbt.display.Lore=ipattern:*sweetest hint of apple* |
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,4 @@ | ||
type=item | ||
items=minecraft:potion | ||
texture=beer | ||
nbt.display.Lore=ipattern:*probably a week old* |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
type=item | ||
items=minecraft:potion | ||
nbt.display.Lore=ipattern:*A great way to start* | ||
|
||
|
||
|
||
|
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,4 @@ | ||
type=item | ||
items=minecraft:potion | ||
texture=liq | ||
nbt.display.Lore=ipattern:*glows in the dark* |
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,4 @@ | ||
type=item | ||
items=minecraft:potion | ||
texture=liq | ||
nbt.display.Lore=ipattern:*looks poisonous* |
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,4 @@ | ||
type=item | ||
items=minecraft:potion | ||
texture=liq | ||
nbt.display.Lore=ipattern:*sour like acid* |
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,4 @@ | ||
type=item | ||
items=minecraft:potion | ||
texture=liq | ||
nbt.display.Lore=ipattern:*good apple liqour* |
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,4 @@ | ||
type=item | ||
items=minecraft:potion | ||
texture=liq | ||
nbt.display.Lore=ipattern:*single malt* |
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,4 @@ | ||
type=item | ||
items=minecraft:potion | ||
texture=liq | ||
nbt.display.Lore=ipattern:*too bitter to drink* |
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,4 @@ | ||
type=item | ||
items=minecraft:potion | ||
texture=liq | ||
nbt.display.Lore=ipattern:*Spiced by the barrel* |
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,4 @@ | ||
type=item | ||
items=minecraft:potion | ||
texture=liq | ||
nbt.display.Lore=ipattern:*spiced gold* |
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,4 @@ | ||
type=item | ||
items=minecraft:potion | ||
texture=liq | ||
nbt.display.Lore=ipattern:*almost undrinkable* |
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,4 @@ | ||
type=item | ||
items=minecraft:potion | ||
texture=wine | ||
nbt.display.Lore=ipattern:*corked* |
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,4 @@ | ||
type=item | ||
items=minecraft:potion | ||
texture=wine | ||
nbt.display.Lore=ipattern:*harsh* |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.