-
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.
Add datagenned files and update actions
- Loading branch information
1 parent
be0c251
commit 11b9275
Showing
18 changed files
with
351 additions
and
21 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
generated/ | ||
generated/resources/.cache |
30 changes: 30 additions & 0 deletions
30
src/generated/resources/assets/immeng/blockstates/connector_me.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,30 @@ | ||
{ | ||
"variants": { | ||
"facing=down": { | ||
"model": "immeng:block/connector_me" | ||
}, | ||
"facing=east": { | ||
"model": "immeng:block/connector_me", | ||
"x": 90, | ||
"y": 270 | ||
}, | ||
"facing=north": { | ||
"model": "immeng:block/connector_me", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=south": { | ||
"model": "immeng:block/connector_me", | ||
"x": 90 | ||
}, | ||
"facing=up": { | ||
"model": "immeng:block/connector_me", | ||
"x": 180 | ||
}, | ||
"facing=west": { | ||
"model": "immeng:block/connector_me", | ||
"x": 90, | ||
"y": 90 | ||
} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
src/generated/resources/assets/immeng/blockstates/connector_me_relay.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,30 @@ | ||
{ | ||
"variants": { | ||
"facing=down": { | ||
"model": "immeng:block/connector_me_relay" | ||
}, | ||
"facing=east": { | ||
"model": "immeng:block/connector_me_relay", | ||
"x": 90, | ||
"y": 270 | ||
}, | ||
"facing=north": { | ||
"model": "immeng:block/connector_me_relay", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=south": { | ||
"model": "immeng:block/connector_me_relay", | ||
"x": 90 | ||
}, | ||
"facing=up": { | ||
"model": "immeng:block/connector_me_relay", | ||
"x": 180 | ||
}, | ||
"facing=west": { | ||
"model": "immeng:block/connector_me_relay", | ||
"x": 90, | ||
"y": 90 | ||
} | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/immeng/models/item/wirecoil_me.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": "immeng:item/wirecoil_me" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/immeng/models/item/wirecoil_me_dense.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": "immeng:item/wirecoil_me_dense" | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
src/generated/resources/data/immeng/advancements/recipes/misc/connector_me.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", | ||
"criteria": { | ||
"has_fluix": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"ae2:fluix_crystal" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "immeng:connector_me" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_fluix" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"immeng:connector_me" | ||
] | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
src/generated/resources/data/immeng/advancements/recipes/misc/connector_me_relay.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", | ||
"criteria": { | ||
"has_fluix": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"ae2:fluix_crystal" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "immeng:connector_me_relay" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_fluix" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"immeng:connector_me_relay" | ||
] | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
src/generated/resources/data/immeng/advancements/recipes/misc/wirecoil_me.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", | ||
"criteria": { | ||
"has_cable": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"ae2:fluix_glass_cable" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "immeng:wirecoil_me" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_cable" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"immeng:wirecoil_me" | ||
] | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
src/generated/resources/data/immeng/advancements/recipes/misc/wirecoil_me_dense.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", | ||
"criteria": { | ||
"has_cable": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"ae2:fluix_covered_dense_cable" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "immeng:wirecoil_me_dense" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_cable" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"immeng:wirecoil_me_dense" | ||
] | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
src/generated/resources/data/immeng/loot_tables/blocks/connector_me.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": "immeng:connector_me" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "immeng:blocks/connector_me" | ||
} |
21 changes: 21 additions & 0 deletions
21
src/generated/resources/data/immeng/loot_tables/blocks/connector_me_relay.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": "immeng:connector_me_relay" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "immeng:blocks/connector_me_relay" | ||
} |
21 changes: 21 additions & 0 deletions
21
src/generated/resources/data/immeng/recipes/connector_me.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:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"F": { | ||
"item": "ae2:fluix_block" | ||
}, | ||
"f": { | ||
"item": "ae2:fluix_crystal" | ||
} | ||
}, | ||
"pattern": [ | ||
" f ", | ||
"FfF", | ||
"FfF" | ||
], | ||
"result": { | ||
"count": 4, | ||
"item": "immeng:connector_me" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/generated/resources/data/immeng/recipes/connector_me_relay.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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"F": { | ||
"item": "ae2:fluix_block" | ||
}, | ||
"f": { | ||
"item": "ae2:fluix_crystal" | ||
} | ||
}, | ||
"pattern": [ | ||
" f ", | ||
"FfF" | ||
], | ||
"result": { | ||
"count": 8, | ||
"item": "immeng:connector_me_relay" | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
src/generated/resources/data/immeng/recipes/wirecoil_me.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:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"c": { | ||
"item": "ae2:fluix_glass_cable" | ||
}, | ||
"s": { | ||
"tag": "forge:rods/wooden" | ||
} | ||
}, | ||
"pattern": [ | ||
" c ", | ||
"csc", | ||
" c " | ||
], | ||
"result": { | ||
"count": 4, | ||
"item": "immeng:wirecoil_me" | ||
} | ||
} |
Oops, something went wrong.