Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merged from 1.19.2 #418

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@
"#minecraft:base_stone_overworld",
"#minecraft:flowers",
"#minecraft:leaves",
"#minecraft:lush_ground_replaceable",
"#minecraft:portals",
"#minecraft:replaceable_plants",
"#minecraft:saplings",
@@ -31,13 +32,15 @@
"minecraft:end_gateway",
"minecraft:end_portal_frame",
"minecraft:end_stone",
"minecraft:frogspawn",
"minecraft:grass_block",
"minecraft:gravel",
"minecraft:ice",
"minecraft:kelp",
"minecraft:kelp_plant",
"minecraft:lava",
"minecraft:lily_pad",
"minecraft:moss_carpet",
"minecraft:mycelium",
"minecraft:nether_sprouts",
"minecraft:packed_ice",
@@ -46,8 +49,11 @@
"minecraft:red_mushroom",
"minecraft:red_sand",
"minecraft:red_sandstone",
"minecraft:reinforced_deepslate",
"minecraft:sand",
"minecraft:sandstone",
"minecraft:sculk",
"minecraft:sculk_vein",
"minecraft:sea_pickle",
"minecraft:seagrass",
"minecraft:small_dripleaf",
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=1G
# Identity
mod_name=eureka
mod_id=vs_eureka
eureka_version=1.5.1-beta.2
eureka_version=1.5.2-beta.2
enabled_platforms=fabric,forge
archives_base_name=eureka-1192
maven_group=org.valkyrienskies
@@ -26,4 +26,4 @@ curse_api_key=
curse_project_id=654384
modrinth_api_key=
modrinth_project_id=EO8aSHxh
mixin_extras_version=0.2.0
mixin_extras_version=0.2.0
Loading
Oops, something went wrong.