diff --git a/LICENSE b/LICENSE index a3bccfb..87b70b5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License Copyright (c) 2025 KalWantsPizza -Credit to Dragonll237, gunhippy, Doppel_R, and EsmeTH (PW2 Server Council) for recipe collaboration. +Credit to Dragonll237, GunHippy, Doppel_R, and EsmeTH (WnW Server Council) for recipe collaboration. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e5b9b39..8d9d19f 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,20 @@ +Introducing: # Create: Perfect Processing! +This mod adds recipes, tweaks and balances to Create for you to expand your automation empire with. +It is developed as part of the Whiskers and Wonders modpack for Mr. Beardstone's patreon server, but fits right in with any modpack that also uses the Create mod. +Recipes included make several blocks and items renewable, such as asurine, calcite or phantom membranes. -An additional recipe mod for Create on 1.21.1; for use in a community update for Mr. Beardstone's Create: Perfect World 2 patreon server. This features recipes for generating non-renewable blocks using create, and enhancements to existing block recipes. +## Recipes/Features +- automation of Create's decorational blocks asurine, crimsite, ochrum and veridium +- automation of calcite, deepslate, dripstone, tuff, netherrack and ancient debris +- automation of diamonds, zinc, copper, lapis lazuli, phantom membranes and nickel +- logical and realistic automation steps, like applying pressure, carbon and heat to produce diamonds +- compatibility between Vanilla Backport and Create by adding wood blocks into appropriate tags +- balancing of Supplementaries' flute songs for a more even distribution +- consequently, you can use this in Skyblock challenges for even more automation -### Recipe Examples -* Asurine, Crimsite, Ochrum, and Veridium similar to crafting Andesite -* Renewable Netherrack, Deepslate, Tuff, Lapis, Phantom Membranes, Diamonds (it's complicated!), and Ancient Debris -* Chance to crush Limestone and Scoria for copper and zinc nuggets, respectively -* Can be used in a Skyblock to automate all the things! - - -#### Credits +### Credits * Mr. Beardstone for his amazing [Perfect World 2: More Perfecter](https://www.curseforge.com/minecraft/modpacks/create-perfect-world-2) modpack -* The PW2 Server Council (Dragonll237, gunhippy, Doppel_R, EsmeTH) for recipe collaboration +* The PW2 Server Council (Dragonll237, GunHippy, Doppel_R, EsmeTH) for recipe collaboration This mod is a successor 1.21.1 to [Create Skyblock Tweaks](https://www.curseforge.com/minecraft/mc-mods/create-skyblock-tweaks). \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index bfab9f9..364e84e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,7 +34,7 @@ mod_name=Create: Perfect Processing # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=MIT # The mod version. See https://semver.org/ -mod_version=1.3 +mod_version=1.3.1 # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html diff --git a/src/main/resources/data/create_power_loader/tags/entity_type/chunk_loader_capturable.json b/src/main/resources/data/create_power_loader/tags/entity_type/chunk_loader_capturable.json deleted file mode 100644 index b47ef79..0000000 --- a/src/main/resources/data/create_power_loader/tags/entity_type/chunk_loader_capturable.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": true, - "values": [ - - ] -} \ No newline at end of file diff --git a/src/main/resources/data/pack.mcmeta b/src/main/resources/data/pack.mcmeta index db38329..bbdeb74 100644 --- a/src/main/resources/data/pack.mcmeta +++ b/src/main/resources/data/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { - "description": "perfectprocessing", + "description": "Create: Perfect Processing - More recipes for your automation empire", "pack_format": 48 } }