Skip to content

Commit

Permalink
Updated blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
millennIumAMbiguity authored Aug 13, 2023
1 parent 37a577b commit 7f11905
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion common/src/main/kotlin/org/valkyrienskies/eureka/EurekaConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ object EurekaConfig {
"minecraft:fern",
"minecraft:dead_bush",
"minecraft:seagrass",
"minecraft:tall_seagrass",
"minecraft:sea_pickle",
"minecraft:kelp",
"minecraft:bamboo",
Expand Down Expand Up @@ -185,7 +186,19 @@ object EurekaConfig {
"minecraft:end_portal_frame",
"minecraft:end_portal",
"minecraft:end_gateway",
"minecraft:portal"
"minecraft:portal",
"minecraft:oak_sapling",
"minecraft:spruce_sapling",
"minecraft:birch_sapling",
"minecraft:jungle_sapling",
"minecraft:acacia_sapling",
"minecraft:dark_oak_sapling",
"minecraft:oak_leaves",
"minecraft:spruce_leaves",
"minecraft:birch_leaves",
"minecraft:jungle_leaves",
"minecraft:acacia_leaves",
"minecraft:dark_oak_leaves"
)

@JsonSchema(description = "Whether the ship helm assembles diagonally connected blocks or not")
Expand Down

0 comments on commit 7f11905

Please sign in to comment.