Skip to content

Commit

Permalink
Changed description of dragonDrops and moreFortressSpawningBlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDev authored Mar 7, 2021
1 parent 0c3ffbe commit 3e99dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/rubixdev/rug/RugSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public String description() {
// playerHeadDropsAdditional: Idea from [VanillaTweaks](https://vanillatweaks.net/picker/datapacks/)

@Rule(
desc = "Ender Dragon drops an Elytra when killed",
desc = "Ender Dragon drops selected item(s) when killed",
options = {"none", "dragon_egg", "elytra", "both"},
category = {FEATURE, SURVIVAL, RUG}
)
Expand Down Expand Up @@ -888,7 +888,7 @@ public String description() {

@Rule(
desc = "What blocks Fortress mobs can spawn on inside the bigger Bounding Box",
extra = "off = nether bricks only | more = (red) nether bricks, netherrack, soul sand/soil, packed/blue ice, gravel, magma blocks | all = all",
extra = "off: nether bricks only / more: (red) nether bricks, netherrack, soul sand/soil, packed/blue ice, gravel, magma blocks / all: all",
options = {"off", "more", "all"},
category = {EXPERIMENTAL, FEATURE, RUG}
)
Expand Down

0 comments on commit 3e99dd1

Please sign in to comment.