Skip to content

Processing Tree Implementation and fix for #22#21

Merged
EpicVon2468 merged 11 commits into
Create-Civilization:1.21.1from
starpanda24825:1.21.1
Jun 28, 2026
Merged

Processing Tree Implementation and fix for #22#21
EpicVon2468 merged 11 commits into
Create-Civilization:1.21.1from
starpanda24825:1.21.1

Conversation

@starpanda24825

Copy link
Copy Markdown
Contributor
  • Added all new Items into lang files
  • Added some placeholder DEPOSIT_DATA and lootTables
  • full processing tree with half textures complete
  • Structured recipe/texture/model folders

@EpicVon2468 EpicVon2468 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is there a duplicate of every single file from src/main under bin/main ?

Also, you've included some per-user configurations that shouldn't be here.

This needs cleanup before I can properly review.

Comment thread .vscode/launch.json Outdated
"projectName": "create_ore_deposits",
"mainClass": "net.neoforged.devlaunch.Main",
"args": [
"@C:\\Users\\owner\\Documents\\trae_projects\\Create_Ore_Deposits-1\\build\\moddev\\clientRunProgramArgs.txt"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file (.vscode/launch.json) shouldn't be here, it contains per-user configuration with hardcoded paths (such as this).

To remove:

Add .vscode/ to the .gitignore file.

Run git rm .vscode (IIRC)

Commit & push

@EpicVon2468 EpicVon2468 added enhancement New feature or request invalid This doesn't seem right labels Jun 28, 2026
@EpicVon2468 EpicVon2468 marked this pull request as draft June 28, 2026 00:54
@EpicVon2468

EpicVon2468 commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Drafting until this is cleaned up (doesn't mean cancelled, just means needs a fix before un-drafting)

@EpicVon2468 EpicVon2468 marked this pull request as ready for review June 28, 2026 04:03
@EpicVon2468 EpicVon2468 removed the invalid This doesn't seem right label Jun 28, 2026
@EpicVon2468 EpicVon2468 changed the title Processing Tree Implementation Processing Tree Implementation and fix for #22 Jun 28, 2026
@EpicVon2468 EpicVon2468 linked an issue Jun 28, 2026 that may be closed by this pull request

@EpicVon2468 EpicVon2468 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some final cleanup notes

@EpicVon2468 EpicVon2468 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@EpicVon2468

Copy link
Copy Markdown
Contributor

I'll run a squash merge to prune out the previous erroneous commits.

@EpicVon2468 EpicVon2468 merged commit ec23216 into Create-Civilization:1.21.1 Jun 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

World freeze/corrupt upon placing fluid

2 participants