-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify painting name and tooltips, and create unique textures for eac…
…h painting item (#3) * add unique painting item textures as an optional resource pack * modify painting item name and tooltips * Updated readme. Version up. --------- Co-authored-by: Estecka <[email protected]>
- Loading branch information
1 parent
f53f794
commit abb92c3
Showing
67 changed files
with
234 additions
and
30 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
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
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/alban.properties
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=painting | ||
texture=minecraft:item/alban.png | ||
nbt.EntityTag.variant=minecraft:alban |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/aztec.properties
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=painting | ||
texture=minecraft:item/aztec.png | ||
nbt.EntityTag.variant=minecraft:aztec |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/aztec2.properties
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=painting | ||
texture=minecraft:item/aztec2.png | ||
nbt.EntityTag.variant=minecraft:aztec2 |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/bomb.properties
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=painting | ||
texture=minecraft:item/bomb.png | ||
nbt.EntityTag.variant=minecraft:bomb |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/burning_skull.properties
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=painting | ||
texture=minecraft:item/burning_skull.png | ||
nbt.EntityTag.variant=minecraft:burning_skull |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/bust.properties
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=painting | ||
texture=minecraft:item/bust.png | ||
nbt.EntityTag.variant=minecraft:bust |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/courbet.properties
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=painting | ||
texture=minecraft:item/courbet.png | ||
nbt.EntityTag.variant=minecraft:courbet |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/creebet.properties
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=painting | ||
texture=minecraft:item/creebet.png | ||
nbt.EntityTag.variant=minecraft:creebet |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/minecraft/citresewn/cit/paintings/default.properties
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,5 @@ | ||
type=item | ||
items=painting | ||
texture=minecraft:item/painting.png | ||
nbt.EntityTag.variant=pattern:* | ||
weight=-1 |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/donkey_kong.properties
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=painting | ||
texture=minecraft:item/donkey_kong.png | ||
nbt.EntityTag.variant=minecraft:donkey_kong |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/earth.properties
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=painting | ||
texture=minecraft:item/earth.png | ||
nbt.EntityTag.variant=minecraft:earth |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/fighters.properties
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=painting | ||
texture=minecraft:item/fighters.png | ||
nbt.EntityTag.variant=minecraft:fighters |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/fire.properties
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=painting | ||
texture=minecraft:item/fire.png | ||
nbt.EntityTag.variant=minecraft:fire |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/graham.properties
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=painting | ||
texture=minecraft:item/graham.png | ||
nbt.EntityTag.variant=minecraft:graham |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/kebab.properties
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=painting | ||
texture=minecraft:item/kebab.png | ||
nbt.EntityTag.variant=minecraft:kebab |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/match.properties
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=painting | ||
texture=minecraft:item/match.png | ||
nbt.EntityTag.variant=minecraft:match |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/pigscene.properties
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=painting | ||
texture=minecraft:item/pigscene.png | ||
nbt.EntityTag.variant=minecraft:pigscene |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/plant.properties
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=painting | ||
texture=minecraft:item/plant.png | ||
nbt.EntityTag.variant=minecraft:plant |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/pointer.properties
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=painting | ||
texture=minecraft:item/pointer.png | ||
nbt.EntityTag.variant=minecraft:pointer |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/pool.properties
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=painting | ||
texture=minecraft:item/pool.png | ||
nbt.EntityTag.variant=minecraft:pool |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/minecraft/citresewn/cit/paintings/random.properties
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,5 @@ | ||
type=item | ||
items=painting | ||
texture=minecraft:item/random.png | ||
# nbt.EntityTag=exists:false is unfortunately not in CIT Resewn | ||
weight=-2 |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/sea.properties
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=painting | ||
texture=minecraft:item/sea.png | ||
nbt.EntityTag.variant=minecraft:sea |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/skeleton.properties
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=painting | ||
texture=minecraft:item/skeleton.png | ||
nbt.EntityTag.variant=minecraft:skeleton |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/skull_and_roses.properties
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=painting | ||
texture=minecraft:item/skull_and_roses.png | ||
nbt.EntityTag.variant=minecraft:skull_and_roses |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/stage.properties
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=painting | ||
texture=minecraft:item/stage.png | ||
nbt.EntityTag.variant=minecraft:stage |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/sunset.properties
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=painting | ||
texture=minecraft:item/sunset.png | ||
nbt.EntityTag.variant=minecraft:sunset |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/void.properties
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=painting | ||
texture=minecraft:item/void.png | ||
nbt.EntityTag.variant=minecraft:void |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/wanderer.properties
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=painting | ||
texture=minecraft:item/wanderer.png | ||
nbt.EntityTag.variant=minecraft:wanderer |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/wasteland.properties
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=painting | ||
texture=minecraft:item/wasteland.png | ||
nbt.EntityTag.variant=minecraft:wasteland |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/water.properties
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=painting | ||
texture=minecraft:item/water.png | ||
nbt.EntityTag.variant=minecraft:water |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/wind.properties
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=painting | ||
texture=minecraft:item/wind.png | ||
nbt.EntityTag.variant=minecraft:wind |
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/minecraft/citresewn/cit/paintings/wither.properties
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=painting | ||
texture=minecraft:item/wither.png | ||
nbt.EntityTag.variant=minecraft:wither |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
+671 Bytes
src/main/resources/assets/minecraft/textures/item/burning_skull.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
+624 Bytes
src/main/resources/assets/minecraft/textures/item/skull_and_roses.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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