-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Crushing raw ores blocks Tiered miners recipe Increase spirits life Minor fix Closes #988 Closes #991 Big thanks to @Eqis-Edu!
- Loading branch information
1 parent
6fac152
commit e14f076
Showing
90 changed files
with
1,734 additions
and
25 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
21 changes: 21 additions & 0 deletions
21
src/generated/resources/data/occultism/loot_tables/blocks/raw_iesnium_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,21 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "occultism:raw_iesnium_block" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "occultism:blocks/raw_iesnium_block" | ||
} |
21 changes: 21 additions & 0 deletions
21
src/generated/resources/data/occultism/loot_tables/blocks/raw_silver_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,21 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "occultism:raw_silver_block" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "occultism:blocks/raw_silver_block" | ||
} |
28 changes: 28 additions & 0 deletions
28
...generated/resources/data/occultism/recipes/crushing/allthemodium_dust_from_raw_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,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:storage_blocks/raw_allthemodium" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/allthemodium" | ||
} | ||
} | ||
], | ||
"crushing_time": 1600, | ||
"ignore_crushing_multiplier": false, | ||
"ingredient": { | ||
"tag": "forge:storage_blocks/raw_allthemodium" | ||
}, | ||
"result": { | ||
"count": 18, | ||
"tag": "forge:dusts/allthemodium" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/aluminum_dust_from_raw_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,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:storage_blocks/raw_aluminum" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/aluminum" | ||
} | ||
} | ||
], | ||
"crushing_time": 1600, | ||
"ignore_crushing_multiplier": false, | ||
"ingredient": { | ||
"tag": "forge:storage_blocks/raw_aluminum" | ||
}, | ||
"result": { | ||
"count": 18, | ||
"tag": "forge:dusts/aluminum" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/amber_dust_from_gem.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,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:gems/amber" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/amber" | ||
} | ||
} | ||
], | ||
"crushing_time": 200, | ||
"ignore_crushing_multiplier": true, | ||
"ingredient": { | ||
"tag": "forge:gems/amber" | ||
}, | ||
"result": { | ||
"count": 1, | ||
"tag": "forge:dusts/amber" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/apatite_dust_from_gem.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,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:gems/apatite" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/apatite" | ||
} | ||
} | ||
], | ||
"crushing_time": 200, | ||
"ignore_crushing_multiplier": true, | ||
"ingredient": { | ||
"tag": "forge:gems/apatite" | ||
}, | ||
"result": { | ||
"count": 1, | ||
"tag": "forge:dusts/apatite" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/arcane_crystal_dust.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,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:ores/arcane_crystal" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/arcane_crystal" | ||
} | ||
} | ||
], | ||
"crushing_time": 200, | ||
"ignore_crushing_multiplier": false, | ||
"ingredient": { | ||
"tag": "forge:ores/arcane_crystal" | ||
}, | ||
"result": { | ||
"count": 4, | ||
"tag": "forge:dusts/arcane_crystal" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/arcane_crystal_dust_from_gem.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,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:gems/arcane_crystal" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/arcane_crystal" | ||
} | ||
} | ||
], | ||
"crushing_time": 200, | ||
"ignore_crushing_multiplier": true, | ||
"ingredient": { | ||
"tag": "forge:gems/arcane_crystal" | ||
}, | ||
"result": { | ||
"count": 1, | ||
"tag": "forge:dusts/arcane_crystal" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
...generated/resources/data/occultism/recipes/crushing/azure_silver_dust_from_raw_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,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:storage_blocks/raw_azure_silver" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/azure_silver" | ||
} | ||
} | ||
], | ||
"crushing_time": 1600, | ||
"ignore_crushing_multiplier": false, | ||
"ingredient": { | ||
"tag": "forge:storage_blocks/raw_azure_silver" | ||
}, | ||
"result": { | ||
"count": 18, | ||
"tag": "forge:dusts/azure_silver" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/brass_dust_from_raw_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,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:storage_blocks/raw_brass" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/brass" | ||
} | ||
} | ||
], | ||
"crushing_time": 1600, | ||
"ignore_crushing_multiplier": false, | ||
"ingredient": { | ||
"tag": "forge:storage_blocks/raw_brass" | ||
}, | ||
"result": { | ||
"count": 18, | ||
"tag": "forge:dusts/brass" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/bronze_dust_from_raw_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,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:storage_blocks/raw_bronze" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/bronze" | ||
} | ||
} | ||
], | ||
"crushing_time": 1600, | ||
"ignore_crushing_multiplier": false, | ||
"ingredient": { | ||
"tag": "forge:storage_blocks/raw_bronze" | ||
}, | ||
"result": { | ||
"count": 18, | ||
"tag": "forge:dusts/bronze" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/certus_quartz_dust_from_gem.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,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:gems/certus_quartz" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/certus_quartz" | ||
} | ||
} | ||
], | ||
"crushing_time": 200, | ||
"ignore_crushing_multiplier": true, | ||
"ingredient": { | ||
"tag": "forge:gems/certus_quartz" | ||
}, | ||
"result": { | ||
"count": 1, | ||
"tag": "forge:dusts/certus_quartz" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
...erated/resources/data/occultism/recipes/crushing/charged_certus_quartz_dust_from_gem.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,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:gems/charged_certus_quartz" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/charged_certus_quartz" | ||
} | ||
} | ||
], | ||
"crushing_time": 200, | ||
"ignore_crushing_multiplier": true, | ||
"ingredient": { | ||
"tag": "forge:gems/charged_certus_quartz" | ||
}, | ||
"result": { | ||
"count": 1, | ||
"tag": "forge:dusts/charged_certus_quartz" | ||
} | ||
} |
Oops, something went wrong.