-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from DroidDude/1.21
0.4.1
- Loading branch information
Showing
9 changed files
with
50 additions
and
77 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,10 +1,3 @@ | ||
Beta 1.21-0.4.0 | ||
Beta 1.21-0.4.1 | ||
|
||
- Updated to Forge 51.0.33 | ||
- Added Block of Magic Alloy | ||
- Added Smithing Template Wings Upgrade | ||
- Added Temple Structure | ||
- Removed Wings Crafting Recipe | ||
- Code Optimizations | ||
- Minor Bugfixes | ||
- Magic Nugget texture rotated for better differentiation | ||
- Bug fixes |
This file contains 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 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 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
Binary file removed
BIN
-788 Bytes
src/main/resources/assets/fltpot/textures/block/magic_alloy_block1.png
Binary file not shown.
34 changes: 34 additions & 0 deletions
34
src/main/resources/data/fltpot/advancement/recipes/misc/magic_ingot_from_block.json
This file contains 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,34 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"fltpot:magic_ingot_from_block" | ||
] | ||
}, | ||
"criteria": { | ||
"has_magic_nugget": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"fltpot:magic_alloy_block" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "fltpot:magic_ingot_from_block" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_magic_nugget", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
This file contains 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
53 changes: 0 additions & 53 deletions
53
src/main/resources/data/fltpot/worldgen/processor_list/temple_processor.json
This file was deleted.
Oops, something went wrong.
This file contains 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