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

Pyrotech integration #985

Merged
merged 123 commits into from
Oct 6, 2024
Merged

Conversation

MCTian-mi
Copy link
Collaborator

@MCTian-mi MCTian-mi commented Sep 11, 2024

Brief Overview

The Best™ roadmap ever :trollface:

flowchart TD;
    id1(Start) --> Sticks & Fibers & Rocks --> id2[[Stone tools]]
    id2 --> Logs & Cobblestones & id3[/Cobbled Granites/]
    Logs --> Planks --> id4[[Crafting Table]]
    Wheats & Fibers--> Straws
    Logs & Straws --> id5[[Pit Kiln]]
    id5 & Cobblestones --> Stones
    id5 & id3 --> id6[/Granites/]
    id6 & id4 --> id7[/Granite Mortars/]
    Stones --> id8[[Stone Anvil]]
    Stones & id8 --> id9[Masonry Bricks]
    id9 & id4 --> id10[[Stone Kiln]]
    Flint & id4 --> id11[/Flint Tools/] & id12[Flint Mortar]
    Limestone & id8 --> id13[Limestone Dust]
    id13 & id10 --> id14[Quicklime]
    Clay & id5 --> Bricks & id15[Clay Bucket]
    Clay --> id20[/Coke Clay/]
    id20 & id10 --> id21[/Coke Oven/]
    id16[[Soaking Pot]] & id14 & id15 --> id17[Slaked Lime]
    id17 --> id18[Fireclay Dust]
    id9 --> id24[[Primitive Smelter]]
    id24 --> Copper & Tin & Lead & Zinc
    id24 & Tin & Copper --> Bronze
    id18 & id10 --> id19[Firebricks]
    Bronze & id19 --> id22[[PBF]] --> Iron & Steel
    Steel & Bronze --> id25(Steam age)
Loading

This PR fixes #918 #919 #920

@MCTian-mi MCTian-mi marked this pull request as ready for review September 15, 2024 14:53
@MCTian-mi
Copy link
Collaborator Author

marked this as ready for review, still need playtest & feedbacks

@MCTian-mi
Copy link
Collaborator Author

now quest time

1E7387B3AA7AEFB3EA66293566A75158

planetme and others added 24 commits September 25, 2024 11:55
- rocks no longer generates
- stones no longer drop rocks
- rock variants are hide except the default one
- ceu surface rocks now drop pyrotech rocks
- ceu surface rocks no longer drop tiny dusts
- most of the magic stuffs are removed (wither forge still needs a rename & retexture)
- 1.5 more durable than flint tools
- 1/2 slower than flint tools
- you can no longer automate campfire (why this is a thing by default????)
- pit kiln recipe duration 14m -> 2m (15s per item)
- drying rack recipe duration cut down to 1/4 of the original
- increase the environment impact on drying rack recipe speed
- now you only need 4 straw for a pit kiln
and a qol recipe crafting mechanical hoppers with gears
- straw from cutting wheat
- hide more obsidian tools
- remove straw bed
- easier stone brick recipe
- use recipeBuilders for some recipes
- remove pyrotech limestones
- you now need limestone dust for quicklime
- hide some pyrotech shit
- let granite/andesite/diorite drop their cobbled forms (dropt is currently not working on crl)
- inital recipe for refractory clay
@MCTian-mi
Copy link
Collaborator Author

Quests are done (hopefully)
need someone to polish this for me probably

- add description for lighting a fire quest
- change the logic of the lighting a fire quest so that it won't auto-complete
- removes flint 'n' tinder from the lighting a fire quest
- changed the stone quest to require stone instead of stoneSmooth (also changed icon)
- adjusted the description of some old quests
- actually implement native copper
  - add native copper vein
  - native copper deposit can be processes into native copper
  - native copper can be used for primitive smelting
- allow smelting bornite in the primitive smelter
- add pig iron -> (cast) iron recipe in primitive smelter
- adjust coke oven recipe to output the same amount of creosote as before
@MCTian-mi MCTian-mi changed the title Primitive smelting Pyrotech integration Sep 30, 2024
@MCTian-mi MCTian-mi added pyrotech for tracking pyrotech integration and removed do not merge labels Oct 6, 2024
@bruberu bruberu merged commit 7848742 into SymmetricDevs:master-ceu Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pyrotech for tracking pyrotech integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove magic stuff
3 participants