Skip to content

Commit

Permalink
Added DataGen and Fixed texture
Browse files Browse the repository at this point in the history
names and other important fixes to code and mod :D

Planning on getting ready for every item and block next.
  • Loading branch information
darkwolfie37 committed Jan 31, 2024
1 parent a56069b commit 4b96f3e
Show file tree
Hide file tree
Showing 86 changed files with 918 additions and 89 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,5 @@ run/

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

./run-data/
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Silent Valkyrie
## 1.20.1-FORGE

### Check Our Issues for Progress!

[Issues](https://github.com/SilentExperienceModding/SilentValkyrie/issues)



### Build Status
[![Build Java Forge Mod 1.20.1](https://github.com/SilentExperienceModding/SilentValkyrie/actions/workflows/gradel.yml/badge.svg)](https://github.com/SilentExperienceModding/SilentValkyrie/actions/workflows/gradel.yml)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// 1.20.1 2024-01-31T17:29:10.935795 Tags for minecraft:item mod id silentvalkyrie
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// 1.20.1 2024-01-31T17:29:10.9367953 Loot Tables
0a3b26c51759a1f9673db132342146f131805aa5 data/silentvalkyrie/loot_tables/blocks/deepslate_plutosteel_ore.json
2dd62b6d00d2f6d278ba1bb76ed5f6ce63b2c756 data/silentvalkyrie/loot_tables/blocks/deepslate_valkyrium_ore.json
7d87208cc5eaa878c4722c0737738a47278f762c data/silentvalkyrie/loot_tables/blocks/plutosteel_ore.json
e6fe77a1aa74dbe0718d1f8b21847699c4f7dc23 data/silentvalkyrie/loot_tables/blocks/testportalblock.json
f634c0234ec51f04671a541bd65137a70d5b4a8a data/silentvalkyrie/loot_tables/blocks/valkyrium_block.json
6c5a97aa645bcd44bcea2205f8dda6fbc7cb3bcf data/silentvalkyrie/loot_tables/blocks/valkyrium_ore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// 1.20.1 2024-01-31T17:29:10.9337953 Block States: silentvalkyrie
aa5bd3edfbf828ac5ab4ba936f10f32b1a8963eb assets/silentvalkyrie/blockstates/deepslate_plutosteel_ore.json
a4f89bffd87a759b034ccaf7891c4c783eb62cf4 assets/silentvalkyrie/blockstates/deepslate_valkyrium_ore.json
bbf2a82e246237813898cc9a5617e64124f2e7e8 assets/silentvalkyrie/blockstates/plutosteel_ore.json
ffb2364d98c5ddfd3d306acd90e728f418507893 assets/silentvalkyrie/blockstates/testportalblock.json
ec1ed1df22b8e0549023036934c677d4505794d0 assets/silentvalkyrie/blockstates/valkyrium_block.json
a09e2f0543e6b57924fb9de71b178ac2c2d2cdb6 assets/silentvalkyrie/blockstates/valkyrium_ore.json
e726c252b5a116666e78e1cc8748210ac3d0bfb3 assets/silentvalkyrie/models/block/deepslate_plutosteel_ore.json
3303f3c4f4049dd51ee238d962faf80d91059ac4 assets/silentvalkyrie/models/block/deepslate_valkyrium_ore.json
3a203a0f7913af0fd9f4e8b7140a3b3ea52f3b1d assets/silentvalkyrie/models/block/plutosteel_ore.json
1737c29ed1c2d0a60813490b4ebbedb63436de55 assets/silentvalkyrie/models/block/testportalblock.json
ef939f76143ccb4f2fdca4bc3ebb66e496493655 assets/silentvalkyrie/models/block/valkyrium_block.json
e12e749f237d779b2f3f86d2fe1835d36d7d1745 assets/silentvalkyrie/models/block/valkyrium_ore.json
94c0b5a1d7f539652652ef135c7f0952ab545369 assets/silentvalkyrie/models/item/deepslate_plutosteel_ore.json
6e0ae04aee2a9288023971a1bacd6b2398e9e49d assets/silentvalkyrie/models/item/deepslate_valkyrium_ore.json
d7aba6ff0311d5bff32682ec43df255855ac43c8 assets/silentvalkyrie/models/item/plutosteel_ore.json
acf48fea8c30dc20a08397912852f1494cc68912 assets/silentvalkyrie/models/item/testportalblock.json
d7af5511cea6208dd343af4892e1e1ee7ac2674c assets/silentvalkyrie/models/item/valkyrium_block.json
ef5327df3447bfa171659bdcd2d2199ddd15ff10 assets/silentvalkyrie/models/item/valkyrium_ore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// 1.20.1 2024-01-31T17:29:10.9317938 Tags for minecraft:block mod id silentvalkyrie
ae50ee3c723979638ffb36be57e797e6cbc721a3 data/minecraft/tags/blocks/mineable/pickaxe.json
394aae18561bfe7c26e30e505060e2747c9e6eec data/silentvalkyrie/tags/blocks/ores.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// 1.20.1 2024-01-31T17:29:10.9383028 Item Models: silentvalkyrie
cc62b9728085e35d4e20c163901ffa0825952c37 assets/silentvalkyrie/models/item/hardened_plutosteel.json
57cc982db12da79bb77f529143c9567b89caf5a0 assets/silentvalkyrie/models/item/molten_plutosteel.json
0b674f0f40148dbe69b8d7211161ee3c956d3212 assets/silentvalkyrie/models/item/plutosteel.json
ccf45e913a2d7eb5fc51e0e3b3f1c6abb33eafc7 assets/silentvalkyrie/models/item/testing_key.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// 1.20.1 2024-01-31T17:33:41.9030616 Recipes
675a1423dbc0f48be5793b6b4599513c7aececf0 data/silentvalkyrie/advancements/recipes/misc/hardened_plutosteel_from_blasting_deepslate_plutosteel_ore.json
6a836987ac44a62061e8d359dbbb93f8ae70c3b2 data/silentvalkyrie/advancements/recipes/misc/hardened_plutosteel_from_blasting_molten_plutosteel.json
e1a346a6b2c132250949d0791e414b43cd24630b data/silentvalkyrie/advancements/recipes/misc/hardened_plutosteel_from_blasting_plutosteel_ore.json
96f7f11bffbc10901bb1de7b38e995d522f95937 data/silentvalkyrie/advancements/recipes/misc/hardened_plutosteel_from_smelting_deepslate_plutosteel_ore.json
308f2b1d7f05656f72baf7000c2206790a075763 data/silentvalkyrie/advancements/recipes/misc/hardened_plutosteel_from_smelting_molten_plutosteel.json
f1c0ad7078d7d1b8c9ab8acb558ace9e491ad9a3 data/silentvalkyrie/advancements/recipes/misc/hardened_plutosteel_from_smelting_plutosteel_ore.json
f039c40d6599e4454b95cfa64d64d0c9a212d8bd data/silentvalkyrie/recipes/hardened_plutosteel_from_blasting_deepslate_plutosteel_ore.json
3dfca11e34d76f61b3541623e7b46fc685e79017 data/silentvalkyrie/recipes/hardened_plutosteel_from_blasting_molten_plutosteel.json
b3286b3e894fb5c11fb9a70f7f3c91759a894070 data/silentvalkyrie/recipes/hardened_plutosteel_from_blasting_plutosteel_ore.json
8d8d769a4fbe5f39803d03e744bf253f79075171 data/silentvalkyrie/recipes/hardened_plutosteel_from_smelting_deepslate_plutosteel_ore.json
f53232a4a32485f6c9ab72a2c38b8f685d581814 data/silentvalkyrie/recipes/hardened_plutosteel_from_smelting_molten_plutosteel.json
a6ea33334e3ae25fe4828c795fd896d49e129f4a data/silentvalkyrie/recipes/hardened_plutosteel_from_smelting_plutosteel_ore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "silentvalkyrie:block/deepslate_valkyrium_ore"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "silentvalkyrie:block/valkyrium_block"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "silentvalkyrie:block/valkyrium_ore"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "silentvalkyrie:block/deepslate_plutosteel_ore"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "silentvalkyrie:block/deepslate_valkyrium_ore"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "silentvalkyrie:block/plutostoneore2"
"all": "silentvalkyrie:block/plutosteel_ore"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "silentvalkyrie:block/testwood"
"all": "silentvalkyrie:block/testportalblock"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "silentvalkyrie:block/valkyrium_block"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "silentvalkyrie:block/plutostoneore"
"all": "silentvalkyrie:block/valkyrium_ore"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "silentvalkyrie:block/deepslate_valkyrium_ore"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "silentvalkyrie:item/hardened_plutosteel"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "silentvalkyrie:item/molten_plutosteel"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "silentvalkyrie:item/plutosteel"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "silentvalkyrie:item/testing_key"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "silentvalkyrie:block/valkyrium_block"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "silentvalkyrie:block/valkyrium_ore"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"values": [
"silentvalkyrie:valkyrium_ore",
"silentvalkyrie:testportalblock",
"silentvalkyrie:deepslate_valkyrium_ore",
"silentvalkyrie:deepslate_plutosteel_ore",
"silentvalkyrie:plutosteel_ore",
"silentvalkyrie:valkyrium_block",
"silentvalkyrie:valkyrium_ore"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_deepslate_plutosteel_ore": {
"conditions": {
"items": [
{
"items": [
"silentvalkyrie:deepslate_plutosteel_ore"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "silentvalkyrie:hardened_plutosteel_from_blasting_deepslate_plutosteel_ore"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_deepslate_plutosteel_ore",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"silentvalkyrie:hardened_plutosteel_from_blasting_deepslate_plutosteel_ore"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_molten_plutosteel": {
"conditions": {
"items": [
{
"items": [
"silentvalkyrie:molten_plutosteel"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "silentvalkyrie:hardened_plutosteel_from_blasting_molten_plutosteel"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_molten_plutosteel",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"silentvalkyrie:hardened_plutosteel_from_blasting_molten_plutosteel"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_plutosteel_ore": {
"conditions": {
"items": [
{
"items": [
"silentvalkyrie:plutosteel_ore"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "silentvalkyrie:hardened_plutosteel_from_blasting_plutosteel_ore"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_plutosteel_ore",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"silentvalkyrie:hardened_plutosteel_from_blasting_plutosteel_ore"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_deepslate_plutosteel_ore": {
"conditions": {
"items": [
{
"items": [
"silentvalkyrie:deepslate_plutosteel_ore"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "silentvalkyrie:hardened_plutosteel_from_smelting_deepslate_plutosteel_ore"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_deepslate_plutosteel_ore",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"silentvalkyrie:hardened_plutosteel_from_smelting_deepslate_plutosteel_ore"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_molten_plutosteel": {
"conditions": {
"items": [
{
"items": [
"silentvalkyrie:molten_plutosteel"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "silentvalkyrie:hardened_plutosteel_from_smelting_molten_plutosteel"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_molten_plutosteel",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"silentvalkyrie:hardened_plutosteel_from_smelting_molten_plutosteel"
]
},
"sends_telemetry_event": false
}
Loading

0 comments on commit 4b96f3e

Please sign in to comment.