Skip to content

Commit a56b5f1

Browse files
committed
v1.3.1
1 parent 75cd7e7 commit a56b5f1

File tree

132 files changed

+1184
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+1184
-44
lines changed

Credits.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
Mojang Studios: https://minecraft.net (Every backported item's model and texture)
44
Vanilla Tweaks: https://vanillatweaks.net/ (Some easter egg textures)
5+
EasterEggs by AlinoeTheBunny: https://www.curseforge.com/minecraft/texture-packs/eastereggs (The literal easter egg textures)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/generated",
3+
"textures": {
4+
"layer0": "easteregg:egg"
5+
}
6+
}

assets/easteregg/textures/egg.png

522 Bytes
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:block/button",
3+
"textures": {
4+
"texture": "minecraft:block/cherry_planks"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:block/button_inventory",
3+
"textures": {
4+
"texture": "minecraft:block/cherry_planks"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:block/button_pressed",
3+
"textures": {
4+
"texture": "minecraft:block/cherry_planks"
5+
}
6+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"parent": "minecraft:block/door_bottom_left",
3+
"textures": {
4+
"bottom": "minecraft:block/cherry_door_bottom",
5+
"top": "minecraft:block/cherry_door_top"
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"parent": "minecraft:block/door_bottom_left_open",
3+
"textures": {
4+
"bottom": "minecraft:block/cherry_door_bottom",
5+
"top": "minecraft:block/cherry_door_top"
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"parent": "minecraft:block/door_bottom_right",
3+
"textures": {
4+
"bottom": "minecraft:block/cherry_door_bottom",
5+
"top": "minecraft:block/cherry_door_top"
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"parent": "minecraft:block/door_bottom_right_open",
3+
"textures": {
4+
"bottom": "minecraft:block/cherry_door_bottom",
5+
"top": "minecraft:block/cherry_door_top"
6+
}
7+
}

0 commit comments

Comments
 (0)