diff --git a/Changelog.md b/Changelog.md index 90889f6..c2fd204 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,20 +1,6 @@ Flan 1.6.3 ====================== -- Fix sethome command feedback error -- Add maxClaims config to specify max amount of claims (regardless of size) - a player can have. Ignored in admin mode - Also has a permission node for it: flan.claims.amount - Default is -1 (aka disabled) -- Change the need to have enough claimblocks if the player is in adminmode -- Add messages for entering and leaving a claim -- Add option to create a claim of a given size to the addClaim command - e.g. /flan addClaim rect 10 10 will create a claim of size 10x10 centered around the player -- Add option to use up all unused claimblocks to create a square claim - /flan addClaim all -- Fix some stuff not using translation (e.g. Claim-Group menu title) -- Split ignoredBlocks config into breakBlockBlacklist and interactBlockBlacklist. - For shops which should be right clickable and unbreakable or graves which should just be breakable -- Split blockEntityTagIgnore into breakBlockEntityTagBlacklist and interactBlockEntityTagBlacklist +- Port to 1.18 Flan 1.6.2 ====================== diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 3b0714f..f578a16 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -16,7 +16,7 @@ "environment": "*", "entrypoints": { "main": [ - "io.github.flemmli97.flan.FlanFabric" + "io.github.flemmli97.flan.fabric.FlanFabric" ] }, "mixins": [ diff --git a/gradle.properties b/gradle.properties index e379f0f..f9b49ff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,8 +25,8 @@ ftb_ranks=1605.1.2-build.17 dicemcmm=curse.maven:dicemcmoney-406972:3397211 # Curse properties -curse_page_fabric=https://www.curseforge.com/minecraft/mc-mods/flan curse_versions=1.18, Java 17 +curse_page_fabric=https://www.curseforge.com/minecraft/mc-mods/flan curse_id_fabric=404578 curse_dep_fabric=fabric-api curse_page_forge=https://www.curseforge.com/minecraft/mc-mods/flan-forge @@ -35,5 +35,5 @@ curse_dep_forge= # Other project_name=Flan -full_changelog=https://github.com/Flemmli97/Flan/blob/1.16/Changelog.md +full_changelog=https://github.com/Flemmli97/Flan/blob/1.18/Changelog.md discord_role=<@&852113509243682817>