-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
294 additions
and
342 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
4 changes: 3 additions & 1 deletion
4
src/generated/resources/.cache/0dc85a69fe06c850ccccd2c5abdf587cb4d9dad7
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,5 +1,7 @@ | ||
// 1.21.1 2024-10-14T21:07:58.035430925 vanilla/Block States: arseng | ||
// 1.21.1 2024-10-18T00:10:31.298280066 vanilla/Block States: arseng | ||
033c77e1eb6e243c4608298264f64d871e85d679 assets/arseng/blockstates/me_source_jar.json | ||
94a8fae2322409c17c531d3989ceea1aa2f7191e assets/arseng/blockstates/source_acceptor.json | ||
821c5fb18cca5d0d181e91a63fdb7877b196fb48 assets/arseng/models/block/source_acceptor.json | ||
552de94536df33865cfe7006c7066ce274af9ec5 assets/arseng/models/block/source_drive_cell.json | ||
b0f89e6ffd2035c66861fb5dd2124481919b1e24 assets/arseng/models/item/me_source_jar.json | ||
05fc388fbf75b3ac43eca97e7c98a1fb04d4a802 assets/arseng/models/item/source_acceptor.json |
3 changes: 2 additions & 1 deletion
3
src/generated/resources/.cache/828e6b158606486c03118ac5f3fd682296779b9c
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,2 +1,3 @@ | ||
// 1.21.1 2024-10-14T21:07:58.034855988 vanilla/Loot Tables | ||
// 1.21.1 2024-10-18T00:02:21.810695807 vanilla/Loot Tables | ||
d6826098b19175f540ad57a343ec966d671ce92e data/arseng/loot_table/blocks/me_source_jar.json | ||
2ec1d5c4ba32184edc99e1cb2ee9ac2c9d43944b data/arseng/loot_table/blocks/source_acceptor.json |
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/cd741ffb41cb89ce4531bd887afd21916db76112
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,4 +1,4 @@ | ||
// 1.21.1 2024-10-14T21:07:58.033953033 vanilla/Tags for minecraft:block mod id arseng | ||
// 1.21.1 2024-10-18T00:02:21.810518688 vanilla/Tags for minecraft:block mod id arseng | ||
064ea0fcc730133840f3764718cfa113df816c15 data/ars_nouveau/tags/block/golem/budding.json | ||
c5a033d890f5a75b85002e83c39474334c51aded data/ars_nouveau/tags/block/golem/cluster.json | ||
bdca504fe50f3b532d06d249b4708e3a578a676c data/minecraft/tags/block/mineable/pickaxe.json | ||
4f5425cef36aa4ff2514a30f8d19972e44094181 data/minecraft/tags/block/mineable/pickaxe.json |
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/f2aa86ac305903c63b054a5595d464e237f1b2a5
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,2 +1,2 @@ | ||
// 1.21.1 2024-10-14T21:07:58.035096727 vanilla/Languages: en_us for mod: arseng | ||
2c663dad738b6eed69ebf09da7fd3eaef394a8a5 assets/arseng/lang/en_us.json | ||
// 1.21.1 2024-10-18T00:02:21.810868127 vanilla/Languages: en_us for mod: arseng | ||
33caf0bea4e6e6fa8c1192f6a4202f576f4662ef assets/arseng/lang/en_us.json |
34 changes: 34 additions & 0 deletions
34
src/generated/resources/assets/arseng/blockstates/me_source_jar.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 @@ | ||
{ | ||
"variants": { | ||
"facing=east,waterlogged=false": { | ||
"model": "arseng:block/me_source_jar", | ||
"y": 90 | ||
}, | ||
"facing=east,waterlogged=true": { | ||
"model": "arseng:block/me_source_jar", | ||
"y": 90 | ||
}, | ||
"facing=north,waterlogged=false": { | ||
"model": "arseng:block/me_source_jar" | ||
}, | ||
"facing=north,waterlogged=true": { | ||
"model": "arseng:block/me_source_jar" | ||
}, | ||
"facing=south,waterlogged=false": { | ||
"model": "arseng:block/me_source_jar", | ||
"y": 180 | ||
}, | ||
"facing=south,waterlogged=true": { | ||
"model": "arseng:block/me_source_jar", | ||
"y": 180 | ||
}, | ||
"facing=west,waterlogged=false": { | ||
"model": "arseng:block/me_source_jar", | ||
"y": 270 | ||
}, | ||
"facing=west,waterlogged=true": { | ||
"model": "arseng:block/me_source_jar", | ||
"y": 270 | ||
} | ||
} | ||
} |
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
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/arseng/models/item/me_source_jar.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": "arseng:block/me_source_jar" | ||
} |
21 changes: 21 additions & 0 deletions
21
src/generated/resources/data/arseng/loot_table/blocks/me_source_jar.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": "arseng:me_source_jar" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "arseng:blocks/me_source_jar" | ||
} |
1 change: 1 addition & 0 deletions
1
src/generated/resources/data/minecraft/tags/block/mineable/pickaxe.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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"values": [ | ||
"arseng:me_source_jar", | ||
"arseng:source_acceptor" | ||
] | ||
} |
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
Oops, something went wrong.