diff --git a/colorschemes/default.txt b/colorschemes/default.txt index 3e2d192f..17bffa79 100644 --- a/colorschemes/default.txt +++ b/colorschemes/default.txt @@ -296,6 +296,8 @@ Air portal frame 120 113 133 104 255 90 106 83 255 56 66 52 255 45 54 42 255 White stone 121 224 226 169 255 179 180 135 255 112 113 85 255 90 90 66 255 +Dragon Egg +122 26 11 43 255 20 8 34 255 13 5 21 255 10 4 17 255 Biome Rainforest - Dark Green [RAINFOREST] 49 67 21 255 39 53 17 255 24 34 10 255 19 27 8 255 Biome Swampland - Brown diff --git a/colorschemes/flames.txt b/colorschemes/flames.txt index 4dffe62c..d502ca1a 100644 --- a/colorschemes/flames.txt +++ b/colorschemes/flames.txt @@ -296,6 +296,8 @@ Air portal frame 120 113 133 104 255 90 106 83 255 56 66 52 255 45 54 42 255 White stone 121 224 226 169 255 179 180 135 255 112 113 85 255 90 90 66 255 +Dragon Egg +122 26 11 43 255 20 8 34 255 13 5 21 255 10 4 17 255 Biome Rainforest - Dark Green [RAINFOREST] 49 67 21 255 39 53 17 255 24 34 10 255 19 27 8 255 Biome Swampland - Brown diff --git a/colorschemes/ovocean.txt b/colorschemes/ovocean.txt index 9a4302ef..5b298720 100644 --- a/colorschemes/ovocean.txt +++ b/colorschemes/ovocean.txt @@ -296,6 +296,8 @@ Air portal frame 120 113 133 104 255 90 106 83 255 56 66 52 255 45 54 42 255 White stone 121 224 226 169 255 179 180 135 255 112 113 85 255 90 90 66 255 +Dragon Egg +122 26 11 43 255 20 8 34 255 13 5 21 255 10 4 17 255 Biome Rainforest - Dark Green [RAINFOREST] 49 67 21 255 39 53 17 255 24 34 10 255 19 27 8 255 Biome Swampland - Brown diff --git a/colorschemes/sk89q.txt b/colorschemes/sk89q.txt index 5cbbce75..8eae672e 100644 --- a/colorschemes/sk89q.txt +++ b/colorschemes/sk89q.txt @@ -148,6 +148,7 @@ 119 26 11 43 255 20 8 34 255 13 5 21 255 10 4 17 255 120 113 133 104 255 90 106 83 255 56 66 52 255 45 54 42 255 121 224 226 169 255 179 180 135 255 112 113 85 255 90 90 66 255 +122 26 11 43 255 20 8 34 255 13 5 21 255 10 4 17 255 Biome Rainforest - Dark Green [RAINFOREST] 49 67 21 255 39 53 17 255 24 34 10 255 19 27 8 255 Biome Swampland - Brown diff --git a/src/main/resources/models.txt b/src/main/resources/models.txt index c20d7b70..6e4509c0 100644 --- a/src/main/resources/models.txt +++ b/src/main/resources/models.txt @@ -2676,3 +2676,41 @@ layer:13,14 ---------------- ---------------- ---------------- +# Dragon Egg +block:id=122,data=*,scale=8 +layer:0,7 +-------- +-------- +---**--- +--****-- +--****-- +---**--- +-------- +-------- +layer:1,6 +-------- +---**--- +--****-- +-******- +-******- +--****-- +---**--- +-------- +layer:2,5 +---**--- +--****-- +-******- +******** +******** +-******- +--****-- +---**--- +layer:3,4 +--****-- +-******- +******** +******** +******** +******** +-******- +--****-- diff --git a/src/main/resources/texture.txt b/src/main/resources/texture.txt index 7ea587c1..389c3d43 100644 --- a/src/main/resources/texture.txt +++ b/src/main/resources/texture.txt @@ -557,3 +557,5 @@ block:id=120,data=0,data=1,data=2,data=3,top=158,allsides=159,bottom=175 block:id=120,data=4,data=5,data=6,data=7,top=264,allsides=159,bottom=175 # White stone block:id=121,data=*,allfaces=175 +# Dragon Egg +block:id=122,data=*,allfaces=167 diff --git a/texturepacks/standard/terrain.png b/texturepacks/standard/terrain.png index 22b555c3..d2e3b85c 100755 Binary files a/texturepacks/standard/terrain.png and b/texturepacks/standard/terrain.png differ