You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Obtaining/eating an Enchanted Golden Apple grants the "Overpowered" advancement
4
+
- A fun little Easter egg for older players.
5
+
- The chance for Drowned to drop their held items is increased to 50%
6
+
- This isn't a renewability thing, tridents just make me angry.
7
+
## Changes
8
+
### Entity Loot Tables
9
+
- General
10
+
- Most entity loot table modifications no longer replace the vanilla loot table. This should help with compatibility.
11
+
- The exception is the Husk loot table, which needs to be overwritten in order to replace the iron ingot drop.
12
+
- Creepers
13
+
- Disc Fragments and Otherside music disc now only drop if killed by the Warden's sonic boom attack, not its melee attack.
14
+
- Have a chance to drop the Relic music disc when killed by suffocating in sand.
15
+
- This change is intended to keep the drop in line with other music discs dropping from Creepers.
16
+
- Ender Dragon
17
+
- The Elytra dropped by respawned Ender Dragons has a custom name.
18
+
- Husks
19
+
- Have a chance to drop sand when killed.
20
+
- No longer drop the Relic music disc.
21
+
## Removals
22
+
- Removed the pink petal recipe, as they can be duplicated using bone meal.
23
+
----
24
+
# Version 1.0.1
25
+
## Changes
3
26
- Echo shards can no longer be directly crafted. They are now created by dropping an amethyst shard onto an activated, naturally spawned sculk shrieker.
4
-
- There is a 30% chance that the shard will be destroyed.
27
+
- There is a 30% chance that the shard will be destroyed.
28
+
----
29
+
# Version 1.0.0
30
+
- Initial release of Renewable for 1.20.x, a recipe and loot table data pack which makes finite resources renewable.
Copy file name to clipboardExpand all lines: README.md
+24-9Lines changed: 24 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
# renewable
1
+
# Renewable
2
2
Minecraft features multiple items and blocks which are not renewable, meaning that there are a limited number of them available in a given world. This has the potential to cause scarcity issues, especially on servers where players have to compete with each other over these resources. This pack is intended to resolve those issues by making these items renewable, either through crafting recipes, entity drops, or some other method.
3
3
4
-
A full list of changes made by the pack can be found below. This list can also be found in the "features" file within the pack.
4
+
A full list of changes made by the pack can be found below.
5
5
6
6
<details>
7
7
<summary>Features</summary>
@@ -26,6 +26,7 @@ New Recipes
26
26
27
27
### Enchanted Golden Apple
28
28
- Same as the now removed vanilla recipe. (8 Gold Blocks around an Apple.)
29
+
- Comes with a nostalgic advancement.
29
30
30
31
### Gilded Blackstone
31
32
- Crafted with any Gold Ore block and 4 Blackstone in a "+" pattern.
@@ -45,6 +46,10 @@ New Recipes
45
46
### Pink Petals
46
47
- Crafted with 2 Cherry Leaf blocks.
47
48
49
+
### Pottery Sherd Duplication
50
+
- Sherds can be duplicated with a similar recipe to Smithing Templates, using the Sherd, 7 Bricks, and another item.
51
+
- The item required for duplication depends on the Sherd being duplicated. Each one is unique.
52
+
48
53
### Soul Soil
49
54
- Crafted with 2 Dirt and 2 Soul Sand.
50
55
@@ -60,18 +65,28 @@ Loot Changes
60
65
61
66
### Creepers
62
67
- Drop the Pigstep music disc when killed by a Piglin.
63
-
- Drop either Disc Fragments or the Otherside music disc when killed by a Warden.
68
+
- Drop either Disc Fragments or the Otherside music disc when killed by a Warden's sonic boom attack.
69
+
- Have a chance to drop the Relic music disc when killed by suffocating in sand.
70
+
71
+
### Drowned
72
+
- The chance for Drowned to drop their held items is 50%.
73
+
- This isn't a renewability thing, tridents just make me angry.
74
+
75
+
### Elder Guardians
76
+
- Have a chance to drop a Heart of the Sea on death.
77
+
- Looting increases the chance, but will never drop more than 1.
64
78
65
79
### Ender Dragon
66
-
- Drops a Dragon Head and an Elytra, but only after being respawned.
80
+
- Drops a Dragon Head and an Elytra. (Only applies to respawned dragons.)
81
+
- The Elytra dropped by the dragon has a custom name!
67
82
68
-
### Husk
69
-
- Drops Gold Ingots instead of Iron Ingots.
70
-
- Has a chance to drop a random Pottery Sherd when killed.
71
-
- Drop the Relic music disc when killed by a Creeper.
83
+
### Husks
84
+
- Drop Gold Ingots instead of Iron Ingots.
85
+
- Have a chance to drop sand when killed.
72
86
73
87
### Wither
74
-
- Drops a Netherite Smithing Template (maximum of 4 wth Looting).
0 commit comments