-
Notifications
You must be signed in to change notification settings - Fork 90
Rad & acid resistance tags #1470
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
Open
PikachuGabe
wants to merge
31
commits into
AlexModGuy:main
Choose a base branch
from
PikachuGabe:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 4 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
c40c4af
Update ACTagRegistry.java
PikachuGabe f77c890
hopefully make hazmat protection use tags instead
PikachuGabe e9d68cf
fix method
PikachuGabe 64db89d
Adding acid tag support
PikachuGabe a54d951
Update naming
PikachuGabe 65b6eb2
Merge pull request #1 from AlexModGuy/main
PikachuGabe d0fd19b
fix addons breaking
PikachuGabe e8b114f
Update ACTagRegistry.java
PikachuGabe 75bba53
add varying radiation levels
PikachuGabe 908726b
fix the damned tags
PikachuGabe 9d4f33a
comment the tags
PikachuGabe 26a46c3
adding group tags
PikachuGabe 011390d
populating radioactive blocks list
PikachuGabe e3c7df8
populating radioactive items list
PikachuGabe 0b85d02
remembered i need the mod id
PikachuGabe 6579ce6
Create weak_radioactive_blocks.json
PikachuGabe fa70f86
Populate the radiactive blocks tag
PikachuGabe 9a22b3e
populate strong radioactive blocks list
PikachuGabe 24c051a
populate weak radioactive items list
PikachuGabe af6eefe
Populate radioactive items list
PikachuGabe 7e2c9f4
populating strong radioactive item list
PikachuGabe 4552229
add a tag-based way of making items radioactive
PikachuGabe 343b1b7
enable the item mixin
PikachuGabe cba4eac
remove unused item properties
PikachuGabe 3eaa74c
disable old radioactive item method
PikachuGabe dece615
disable the radioactive block item math
PikachuGabe 482c6de
fix a stupid mistake i made
PikachuGabe dadf893
whoops, forgot about this
PikachuGabe 4a5b326
Tag support for RadioactiveOnDestroyedBlockItem?
PikachuGabe c4a6d42
Revert d0fd19b103e82dc8e1da704236fd91fec784ba06
PikachuGabe 198b590
Merge branch 'main' into main
PikachuGabe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "values": [ | ||
| "alexscaves:hazmat_mask", | ||
| "alexscaves:hazmat_chestplate", | ||
| "alexscaves:hazmat_leggings", | ||
| "alexscaves:hazmat_boots" | ||
| ] | ||
| } |
8 changes: 8 additions & 0 deletions
8
src/main/resources/data/alexscaves/tags/items/hazmat_prot.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "values": [ | ||
| "alexscaves:hazmat_mask", | ||
| "alexscaves:hazmat_chestplate", | ||
| "alexscaves:hazmat_leggings", | ||
| "alexscaves:hazmat_boots" | ||
| ] | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.