Skip to content

Commit a5f1830

Browse files
committed
Updated loot system
1 parent fb5f395 commit a5f1830

File tree

12 files changed

+61
-405
lines changed

12 files changed

+61
-405
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
1-
# Changes
2-
1+
# Version 1.0.2
2+
## Additions
3+
- 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
326
- 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.

README.md

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# renewable
1+
# Renewable
22
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.
33

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.
55

66
<details>
77
<summary>Features</summary>
@@ -26,6 +26,7 @@ New Recipes
2626

2727
### Enchanted Golden Apple
2828
- Same as the now removed vanilla recipe. (8 Gold Blocks around an Apple.)
29+
- Comes with a nostalgic advancement.
2930

3031
### Gilded Blackstone
3132
- Crafted with any Gold Ore block and 4 Blackstone in a "+" pattern.
@@ -45,6 +46,10 @@ New Recipes
4546
### Pink Petals
4647
- Crafted with 2 Cherry Leaf blocks.
4748

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+
4853
### Soul Soil
4954
- Crafted with 2 Dirt and 2 Soul Sand.
5055

@@ -60,18 +65,28 @@ Loot Changes
6065

6166
### Creepers
6267
- 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.
6478

6579
### 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!
6782

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.
7286

7387
### Wither
74-
- Drops a Netherite Smithing Template (maximum of 4 wth Looting).
88+
- Drops a Netherite Smithing Template.
89+
- Maximum of 4 wth Looting.
7590

7691

7792
Gameplay Changes

data/minecraft/loot_tables/entities/creeper.json

Lines changed: 0 additions & 120 deletions
This file was deleted.

data/minecraft/loot_tables/entities/elder_guardian.json

Lines changed: 0 additions & 168 deletions
This file was deleted.

0 commit comments

Comments
 (0)