-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made Huskyrium blocks in-Game Now. DataGen Was made
- Loading branch information
1 parent
9faa97c
commit 308978c
Showing
66 changed files
with
895 additions
and
8 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#Early window height | ||
earlyWindowHeight = 480 | ||
#Early window framebuffer scale | ||
earlyWindowFBScale = 1 | ||
#Enable forge global version checking | ||
versionCheck = true | ||
#Early window provider | ||
earlyWindowProvider = "fmlearlywindow" | ||
#Early window width | ||
earlyWindowWidth = 854 | ||
#Early window starts maximized | ||
earlyWindowMaximized = false | ||
#Default config path for servers | ||
defaultConfigPath = "defaultconfigs" | ||
#Disables Optimized DFU client-side - already disabled on servers | ||
disableOptimizedDFU = true | ||
#Skip specific GL versions, may help with buggy graphics card drivers | ||
earlyWindowSkipGLVersions = [] | ||
#Should we control the window. Disabling this disables new GL features and can be bad for mods that rely on them. | ||
earlyWindowControl = true | ||
#Max threads for early initialization parallelism, -1 is based on processor count | ||
maxThreads = -1 | ||
#Squir? | ||
earlyWindowSquir = false | ||
|
Binary file not shown.
Binary file not shown.
6 changes: 5 additions & 1 deletion
6
src/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d
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
14 changes: 13 additions & 1 deletion
14
src/generated/resources/.cache/6088fd165fae0c088043930295fca7d6a020a87e
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
5 changes: 4 additions & 1 deletion
5
src/generated/resources/.cache/982151f2abe78d4cbabd5dddc9e23fd971905779
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,3 +1,6 @@ | ||
// 1.20.1 2024-01-31T17:29:10.9317938 Tags for minecraft:block mod id silentvalkyrie | ||
// 1.20.1 2024-02-01T08:38:59.6144743 Tags for minecraft:block mod id silentvalkyrie | ||
ae50ee3c723979638ffb36be57e797e6cbc721a3 data/minecraft/tags/blocks/mineable/pickaxe.json | ||
98214af1abaef5435ccd4b8e88e3cf9efdacb607 data/minecraft/tags/blocks/needs_diamond_tool.json | ||
ff848dfe6ddead9b2a464a06ef8fb9d5c2ce31eb data/minecraft/tags/blocks/needs_iron_tool.json | ||
0cba8fd3f13c7c362deb99049cdff13894e6787e data/minecraft/tags/blocks/needs_stone_tool.json | ||
394aae18561bfe7c26e30e505060e2747c9e6eec data/silentvalkyrie/tags/blocks/ores.json |
5 changes: 4 additions & 1 deletion
5
src/generated/resources/.cache/9f856054b18dbe580dec9b1e3316c90ca038a220
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
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/silentvalkyrie/blockstates/deepslate_huskyrium_ore.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "silentvalkyrie:block/deepslate_huskyrium_ore" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/silentvalkyrie/blockstates/huskyrium_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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "silentvalkyrie:block/huskyrium_block" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/silentvalkyrie/blockstates/huskyrium_ore.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "silentvalkyrie:block/huskyrium_ore" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/silentvalkyrie/blockstates/plutosteel_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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "silentvalkyrie:block/plutosteel_block" | ||
} | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/silentvalkyrie/models/block/deepslate_huskyrium_ore.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,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "silentvalkyrie:block/deepslate_huskyrium_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/silentvalkyrie/models/block/huskyrium_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,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "silentvalkyrie:block/huskyrium_block" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/silentvalkyrie/models/block/huskyrium_ore.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,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "silentvalkyrie:block/huskyrium_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/silentvalkyrie/models/block/plutosteel_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,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "silentvalkyrie:block/plutosteel_block" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/silentvalkyrie/models/item/deepslate_huskyrium_ore.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,3 @@ | ||
{ | ||
"parent": "silentvalkyrie:block/deepslate_huskyrium_ore" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/silentvalkyrie/models/item/hardened_huskyrium.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "silentvalkyrie:item/hardened_huskyrium" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/silentvalkyrie/models/item/huskyrium.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "silentvalkyrie:item/huskyrium" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/silentvalkyrie/models/item/huskyrium_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,3 @@ | ||
{ | ||
"parent": "silentvalkyrie:block/huskyrium_block" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/silentvalkyrie/models/item/huskyrium_ore.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,3 @@ | ||
{ | ||
"parent": "silentvalkyrie:block/huskyrium_ore" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/silentvalkyrie/models/item/molten_huskyrium.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "silentvalkyrie:item/molten_huskyrium" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/silentvalkyrie/models/item/plutosteel_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,3 @@ | ||
{ | ||
"parent": "silentvalkyrie:block/plutosteel_block" | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/data/minecraft/tags/blocks/needs_diamond_tool.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,7 @@ | ||
{ | ||
"values": [ | ||
"silentvalkyrie:valkyrium_ore", | ||
"silentvalkyrie:deepslate_valkyrium_ore", | ||
"silentvalkyrie:valkyrium_block" | ||
] | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.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,7 @@ | ||
{ | ||
"values": [ | ||
"silentvalkyrie:plutosteel_ore", | ||
"silentvalkyrie:deepslate_plutosteel_ore", | ||
"silentvalkyrie:plutosteel_block" | ||
] | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.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,7 @@ | ||
{ | ||
"values": [ | ||
"silentvalkyrie:huskyrium_block", | ||
"silentvalkyrie:huskyrium_ore", | ||
"silentvalkyrie:deepslate_huskyrium_ore" | ||
] | ||
} |
35 changes: 35 additions & 0 deletions
35
...e/advancements/recipes/misc/hardened_huskyrium_from_blasting_deepslate_huskyrium_ore.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_deepslate_huskyrium_ore": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"silentvalkyrie:deepslate_huskyrium_ore" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "silentvalkyrie:hardened_huskyrium_from_blasting_deepslate_huskyrium_ore" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_deepslate_huskyrium_ore", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"silentvalkyrie:hardened_huskyrium_from_blasting_deepslate_huskyrium_ore" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
35 changes: 35 additions & 0 deletions
35
...entvalkyrie/advancements/recipes/misc/hardened_huskyrium_from_blasting_huskyrium_ore.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_huskyrium_ore": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"silentvalkyrie:huskyrium_ore" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "silentvalkyrie:hardened_huskyrium_from_blasting_huskyrium_ore" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_huskyrium_ore", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"silentvalkyrie:hardened_huskyrium_from_blasting_huskyrium_ore" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
35 changes: 35 additions & 0 deletions
35
...valkyrie/advancements/recipes/misc/hardened_huskyrium_from_blasting_molten_huskyrium.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_molten_huskyrium": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"silentvalkyrie:molten_huskyrium" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "silentvalkyrie:hardened_huskyrium_from_blasting_molten_huskyrium" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_molten_huskyrium", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"silentvalkyrie:hardened_huskyrium_from_blasting_molten_huskyrium" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
Oops, something went wrong.