Skip to content

Commit 67dfba9

Browse files
committed
Improved renewable dragon egg function
1 parent ef3206d commit 67dfba9

File tree

3 files changed

+97
-5
lines changed

3 files changed

+97
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
execute in minecraft:the_end run summon falling_block 0 70 0 {BlockState:{Name:"minecraft:dragon_egg"},Time:1}
1+
execute in minecraft:the_end positioned 0 1 0 positioned over motion_blocking run summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:dragon_egg"},Time:1}
22
advancement revoke @a only renewable:respawn_egg

features.txt

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
New Recipes
2+
--------------------
3+
4+
Bell
5+
- Crafted with 3 of any Log, 2 Stone and 1 Gold Block.
6+
7+
Budding Amethyst
8+
- Crafted with one Diamond surrounded by 8 Amethyst Shards.
9+
10+
Calcite
11+
- Smelted from Dripstone Blocks.
12+
13+
Cobweb
14+
- Crafted with 5 string in an "X" pattern.
15+
16+
Diamond Horse Armor
17+
- Crafted with 7 Diamonds in an "H" pattern.
18+
19+
Echo Shard
20+
- Crafted with an Amethyst Shard and 4 Sculk Blocks in a "+" pattern.
21+
22+
Enchanted Golden Apple
23+
- Same as the now removed vanilla recipe. (8 Gold Blocks around an Apple.)
24+
25+
Gilded Blackstone
26+
- Crafted with any Gold Ore block and 4 Blackstone in a "+" pattern.
27+
28+
Golden Horse Armor
29+
- Crafted with 7 Gold Ingots in an "H" pattern.
30+
31+
Heart of the Sea
32+
- Crafted with a Nether Star surrounded by 8 Prismarine Crystals.
33+
34+
Iron Horse Armor
35+
- Crafted with 7 Iron Ingots in an "H" pattern.
36+
37+
Piglin Banner Pattern
38+
- Crafted with 1 Paper and 1 Piglin Head.
39+
40+
Pink Petals
41+
- Crafted with 2 Cherry Leaf blocks.
42+
43+
Soul Soil
44+
- Crafted with 2 Dirt and 2 Soul Sand.
45+
46+
Spore Blossom
47+
- Crafted with a Flowering Azalea.
48+
49+
Tuff
50+
- Crafted with 2 Basalt and 2 Charcoal.
51+
52+
53+
Loot Changes
54+
--------------------
55+
56+
Creepers
57+
- Drop the Pigstep music disc when killed by a Piglin.
58+
- Drop either Disc Fragments or the Otherside music disc when killed by a Warden.
59+
60+
Ender Dragon
61+
- Drops a Dragon Head and an Elytra, but only after being respawned.
62+
63+
Husk
64+
- Drops Gold Ingots instead of Iron Ingots.
65+
- Has a chance to drop a random Pottery Sherd when killed.
66+
- Drop the Relic music disc when killed by a Creeper.
67+
68+
Wither
69+
- Drops a Netherite Smithing Template (maximum of 4 wth Looting).
70+
71+
72+
Gameplay Changes
73+
--------------------
74+
75+
End
76+
- A new Dragon Egg is spawned every time an Ender Dragon is killed instead of only the first time.
77+

pack.mcmeta

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
{
22
"pack": {
3-
"pack_format": 15,
4-
"description": {
5-
"text": "Making resources renewable!"
6-
}
3+
"pack_format": 17,
4+
"supported_formats": {
5+
"min_inclusive": 16,
6+
"max_inclusive": 17
7+
},
8+
"description": [
9+
{
10+
"text": "Renewable",
11+
"color": "dark_purple"
12+
},
13+
{
14+
"text": " by DJChaos ",
15+
"color": "white"
16+
},
17+
{
18+
"text": "v1.0.0",
19+
"color": "green"
20+
}
21+
]
722
}
823
}

0 commit comments

Comments
 (0)