Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/resources/data/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"description": "perfectprocessing",
"description": "Create: Perfect Processing - More recipes for your automation empire",
"pack_format": 48
}
}
Loading