diff --git a/src/main/resources/assets/acesbs/lang/en_us.json b/src/main/resources/assets/acesbs/lang/en_us.json index 0b02f26..1b68b7a 100644 --- a/src/main/resources/assets/acesbs/lang/en_us.json +++ b/src/main/resources/assets/acesbs/lang/en_us.json @@ -50,12 +50,37 @@ "painting.acesbs.fire.author": "AceTheWildfire", "painting.acesbs.writings.title": "Writings on the Wall", "painting.acesbs.writings.author": "AceTheWildfire", + "painting.acesbs.stained.title": "Temple of Love", "painting.acesbs.stained.author": "Sovaeris", "painting.acesbs.soul_flame.title": "White Soul Flame", "painting.acesbs.soul_flame.author": "Sovaeris", "painting.acesbs.nebula.title": "Nebula", "painting.acesbs.nebula.author": "Sovaeris", + "painting.acesbs.end_of_the_dusty_trail.title": "End of the Dusty Trail", + "painting.acesbs.end_of_the_dusty_trail.author": "Sovaeris", + "painting.acesbs.dreamer.title": "Dreamer (Large)", + "painting.acesbs.dreamer.author": "Sovaeris", + "painting.acesbs.dreamer_small.title": "Dreamer (Small)", + "painting.acesbs.dreamer_small.author": "Sovaeris", + "painting.acesbs.goth_a_lotl.title": "Goth-a-lotl", + "painting.acesbs.goth_a_lotl.author": "Sovaeris", + "painting.acesbs.host.title": "Host", + "painting.acesbs.host.author": "Sovaeris", + "painting.acesbs.i_was_pretty_once.title": "I Was Pretty Once.", + "painting.acesbs.i_was_pretty_once.author": "Sovaeris", + "painting.acesbs.love_nathan.title": "Love, Nathan", + "painting.acesbs.love_nathan.author": "Sovaeris", + "painting.acesbs.mini_horns.title": "Mini Horns", + "painting.acesbs.mini_horns.author": "Sovaeris", + "painting.acesbs.once_was_mine.title": "Once Was Mine", + "painting.acesbs.once_was_mine.author": "Sovaeris", + "painting.acesbs.pure.title": "Pure", + "painting.acesbs.pure.author": "Sovaeris", + "painting.acesbs.sky.title": "Sky", + "painting.acesbs.sky.author": "Sovaeris", + "painting.acesbs.star_gaze.title": "Star Gaze", + "painting.acesbs.star_gaze.author": "Sovaeris", "trim_material.acesbs.prisma_steel": "Prisma Steel Material", "trim_pattern.acesbs.prisma": "Prisma Armor Pattern", diff --git a/src/main/resources/assets/acesbs/textures/painting/dreamer.png b/src/main/resources/assets/acesbs/textures/painting/dreamer.png new file mode 100644 index 0000000..ce16e3e Binary files /dev/null and b/src/main/resources/assets/acesbs/textures/painting/dreamer.png differ diff --git a/src/main/resources/assets/acesbs/textures/painting/dreamer_small.png b/src/main/resources/assets/acesbs/textures/painting/dreamer_small.png new file mode 100644 index 0000000..212e225 Binary files /dev/null and b/src/main/resources/assets/acesbs/textures/painting/dreamer_small.png differ diff --git a/src/main/resources/assets/acesbs/textures/painting/end_of_the_dusty_trail.png b/src/main/resources/assets/acesbs/textures/painting/end_of_the_dusty_trail.png new file mode 100644 index 0000000..fe4f4b7 Binary files /dev/null and b/src/main/resources/assets/acesbs/textures/painting/end_of_the_dusty_trail.png differ diff --git a/src/main/resources/assets/acesbs/textures/painting/goth_a_lotl.png b/src/main/resources/assets/acesbs/textures/painting/goth_a_lotl.png new file mode 100644 index 0000000..b068c50 Binary files /dev/null and b/src/main/resources/assets/acesbs/textures/painting/goth_a_lotl.png differ diff --git a/src/main/resources/assets/acesbs/textures/painting/host.png b/src/main/resources/assets/acesbs/textures/painting/host.png new file mode 100644 index 0000000..0871439 Binary files /dev/null and b/src/main/resources/assets/acesbs/textures/painting/host.png differ diff --git a/src/main/resources/assets/acesbs/textures/painting/i_was_pretty_once.png b/src/main/resources/assets/acesbs/textures/painting/i_was_pretty_once.png new file mode 100644 index 0000000..7aa1168 Binary files /dev/null and b/src/main/resources/assets/acesbs/textures/painting/i_was_pretty_once.png differ diff --git a/src/main/resources/assets/acesbs/textures/painting/love_nathan.png b/src/main/resources/assets/acesbs/textures/painting/love_nathan.png new file mode 100644 index 0000000..dd5297a Binary files /dev/null and b/src/main/resources/assets/acesbs/textures/painting/love_nathan.png differ diff --git a/src/main/resources/assets/acesbs/textures/painting/mini_horns.png b/src/main/resources/assets/acesbs/textures/painting/mini_horns.png new file mode 100644 index 0000000..4c70c31 Binary files /dev/null and b/src/main/resources/assets/acesbs/textures/painting/mini_horns.png differ diff --git a/src/main/resources/assets/acesbs/textures/painting/once_was_mine.png b/src/main/resources/assets/acesbs/textures/painting/once_was_mine.png new file mode 100644 index 0000000..fc5558d Binary files /dev/null and b/src/main/resources/assets/acesbs/textures/painting/once_was_mine.png differ diff --git a/src/main/resources/assets/acesbs/textures/painting/pure.png b/src/main/resources/assets/acesbs/textures/painting/pure.png new file mode 100644 index 0000000..062611f Binary files /dev/null and b/src/main/resources/assets/acesbs/textures/painting/pure.png differ diff --git a/src/main/resources/assets/acesbs/textures/painting/sky.png b/src/main/resources/assets/acesbs/textures/painting/sky.png new file mode 100644 index 0000000..1108b24 Binary files /dev/null and b/src/main/resources/assets/acesbs/textures/painting/sky.png differ diff --git a/src/main/resources/assets/acesbs/textures/painting/star_gaze.png b/src/main/resources/assets/acesbs/textures/painting/star_gaze.png new file mode 100644 index 0000000..00460c2 Binary files /dev/null and b/src/main/resources/assets/acesbs/textures/painting/star_gaze.png differ diff --git a/src/main/resources/data/acesbs/painting_variant/dreamer.json b/src/main/resources/data/acesbs/painting_variant/dreamer.json new file mode 100644 index 0000000..d5c2d4a --- /dev/null +++ b/src/main/resources/data/acesbs/painting_variant/dreamer.json @@ -0,0 +1,5 @@ +{ + "asset_id": "acesbs:dreamer", + "height": 4, + "width": 4 +} \ No newline at end of file diff --git a/src/main/resources/data/acesbs/painting_variant/dreamer_small.json b/src/main/resources/data/acesbs/painting_variant/dreamer_small.json new file mode 100644 index 0000000..9b7c6c2 --- /dev/null +++ b/src/main/resources/data/acesbs/painting_variant/dreamer_small.json @@ -0,0 +1,5 @@ +{ + "asset_id": "acesbs:dreamer_small", + "height": 2, + "width": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/acesbs/painting_variant/end_of_the_dusty_trail.json b/src/main/resources/data/acesbs/painting_variant/end_of_the_dusty_trail.json new file mode 100644 index 0000000..b0ba7be --- /dev/null +++ b/src/main/resources/data/acesbs/painting_variant/end_of_the_dusty_trail.json @@ -0,0 +1,5 @@ +{ + "asset_id": "acesbs:end_of_the_dusty_trail", + "height": 4, + "width": 4 +} \ No newline at end of file diff --git a/src/main/resources/data/acesbs/painting_variant/goth_a_lotl.json b/src/main/resources/data/acesbs/painting_variant/goth_a_lotl.json new file mode 100644 index 0000000..6afc48a --- /dev/null +++ b/src/main/resources/data/acesbs/painting_variant/goth_a_lotl.json @@ -0,0 +1,5 @@ +{ + "asset_id": "acesbs:goth_a_lotl", + "height": 2, + "width": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/acesbs/painting_variant/host.json b/src/main/resources/data/acesbs/painting_variant/host.json new file mode 100644 index 0000000..0eb597c --- /dev/null +++ b/src/main/resources/data/acesbs/painting_variant/host.json @@ -0,0 +1,5 @@ +{ + "asset_id": "acesbs:host", + "height": 4, + "width": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/acesbs/painting_variant/i_was_pretty_once.json b/src/main/resources/data/acesbs/painting_variant/i_was_pretty_once.json new file mode 100644 index 0000000..387ac4e --- /dev/null +++ b/src/main/resources/data/acesbs/painting_variant/i_was_pretty_once.json @@ -0,0 +1,5 @@ +{ + "asset_id": "acesbs:i_was_pretty_once", + "height": 3, + "width": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/acesbs/painting_variant/love_nathan.json b/src/main/resources/data/acesbs/painting_variant/love_nathan.json new file mode 100644 index 0000000..22c57e4 --- /dev/null +++ b/src/main/resources/data/acesbs/painting_variant/love_nathan.json @@ -0,0 +1,5 @@ +{ + "asset_id": "acesbs:love_nathan", + "height": 2, + "width": 1 +} \ No newline at end of file diff --git a/src/main/resources/data/acesbs/painting_variant/mini_horns.json b/src/main/resources/data/acesbs/painting_variant/mini_horns.json new file mode 100644 index 0000000..59ea503 --- /dev/null +++ b/src/main/resources/data/acesbs/painting_variant/mini_horns.json @@ -0,0 +1,5 @@ +{ + "asset_id": "acesbs:mini_horns", + "height": 2, + "width": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/acesbs/painting_variant/once_was_mine.json b/src/main/resources/data/acesbs/painting_variant/once_was_mine.json new file mode 100644 index 0000000..2a3a7cf --- /dev/null +++ b/src/main/resources/data/acesbs/painting_variant/once_was_mine.json @@ -0,0 +1,5 @@ +{ + "asset_id": "acesbs:once_was_mine", + "height": 2, + "width": 4 +} \ No newline at end of file diff --git a/src/main/resources/data/acesbs/painting_variant/pure.json b/src/main/resources/data/acesbs/painting_variant/pure.json new file mode 100644 index 0000000..29d2bbe --- /dev/null +++ b/src/main/resources/data/acesbs/painting_variant/pure.json @@ -0,0 +1,5 @@ +{ + "asset_id": "acesbs:pure", + "height": 2, + "width": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/acesbs/painting_variant/sky.json b/src/main/resources/data/acesbs/painting_variant/sky.json new file mode 100644 index 0000000..518f5c4 --- /dev/null +++ b/src/main/resources/data/acesbs/painting_variant/sky.json @@ -0,0 +1,5 @@ +{ + "asset_id": "acesbs:sky", + "height": 1, + "width": 1 +} \ No newline at end of file diff --git a/src/main/resources/data/acesbs/painting_variant/star_gaze.json b/src/main/resources/data/acesbs/painting_variant/star_gaze.json new file mode 100644 index 0000000..802662a --- /dev/null +++ b/src/main/resources/data/acesbs/painting_variant/star_gaze.json @@ -0,0 +1,5 @@ +{ + "asset_id": "acesbs:star_gaze", + "height": 4, + "width": 4 +} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/painting_variant/placeable.json b/src/main/resources/data/minecraft/tags/painting_variant/placeable.json index bae1c3c..33471dc 100644 --- a/src/main/resources/data/minecraft/tags/painting_variant/placeable.json +++ b/src/main/resources/data/minecraft/tags/painting_variant/placeable.json @@ -5,6 +5,18 @@ "acesbs:writings", "acesbs:soul_flame", "acesbs:nebula", + "acesbs:end_of_the_dusty_trail", + "acesbs:star_gaze", + "acesbs:dreamer", + "acesbs:dreamer_small", + "acesbs:goth_a_lotl", + "acesbs:i_was_pretty_once", + "acesbs:love_nathan", + "acesbs:mini_horns", + "acesbs:once_was_mine", + "acesbs:pure", + "acesbs:sky", + "acesbs:host", "acesbs:stained" ] } \ No newline at end of file