-
Notifications
You must be signed in to change notification settings - Fork 20
Block & Item Tag Audit #128
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
Changes from all commits
6340779
3fd270f
7558b14
0fbefcc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,4 +25,3 @@ run-data | |
|
|
||
| repo | ||
| /src/generated/resources/.cache/ | ||
| /CS_1.21.1_src.zip | ||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,8 +5,6 @@ | |
| "creatingspace:monel_nugget", | ||
| "creatingspace:inconel_nugget", | ||
| "creatingspace:hastelloy_nugget", | ||
| "creatingspace:nickel_nugget", | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. that was correct |
||
| "creatingspace:aluminum_nugget", | ||
| "creatingspace:cobalt_nugget" | ||
| ] | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| { | ||
| "values": [ | ||
| "creatingspace:crushed_cobalt_ore", | ||
| "creatingspace:moon_cobalt_ore" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,8 +5,6 @@ | |
| "creatingspace:monel_sheet", | ||
| "creatingspace:inconel_sheet", | ||
| "creatingspace:hastelloy_sheet", | ||
| "creatingspace:nickel_sheet", | ||
| "creatingspace:aluminum_sheet", | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. that was correct |
||
| "creatingspace:cobalt_sheet" | ||
| ] | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,6 @@ | ||
| { | ||
| "values": [ | ||
| "creatingspace:raw_nickel", | ||
| "creatingspace:raw_aluminum", | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. that was correct |
||
| "creatingspace:raw_cobalt" | ||
| ] | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| "category": "misc", | ||
| "ingredients": [ | ||
| { | ||
| "tag": "c:ingots/aluminum" | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. that was correct |
||
| "tag": "c:nuggets/aluminum" | ||
| } | ||
| ], | ||
| "result": { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that was correct