-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-add more testing and fix stuff; seemingly functional on fabric
- Loading branch information
1 parent
a293c4d
commit d7e1a63
Showing
25 changed files
with
120 additions
and
106 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
13 changes: 13 additions & 0 deletions
13
fabric/run/resourcepacks/test/assets/minecraft/atlases/blocks.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,13 @@ | ||
{ | ||
"sources": [ | ||
{ | ||
"type": "dynamic_asset_generator:tex_sources", | ||
"sources": { | ||
"minecraft:block/clay": { | ||
"type" : "dynamic_asset_generator:texture", | ||
"path" : "minecraft:block/magma" | ||
} | ||
} | ||
} | ||
] | ||
} |
8 changes: 8 additions & 0 deletions
8
...ic/run/resourcepacks/test/assets/test/dynamic_asset_generator/generators/replacement.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,8 @@ | ||
{ | ||
"type" : "dynamic_asset_generator:texture", | ||
"output_location" : "minecraft:item/gold_ingot", | ||
"input" : { | ||
"type" : "dynamic_asset_generator:texture", | ||
"path" : "minecraft:item/apple" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
.../resourcepacks/test/assets/test/dynamic_asset_generator/generators/shadow_generation.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,15 @@ | ||
{ | ||
"type" : "dynamic_asset_generator:texture", | ||
"output_location" : "minecraft:block/gravel", | ||
"input" : { | ||
"type" : "dynamic_asset_generator:shadowed", | ||
"background": { | ||
"type" : "dynamic_asset_generator:texture", | ||
"path" : "minecraft:block/stone" | ||
}, | ||
"foreground": { | ||
"type" : "dynamic_asset_generator:texture", | ||
"path" : "test:block/gravel" | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
{ | ||
"pack": { | ||
"description": "Dynamic Asset Generator - Test", | ||
"pack_format": 18 | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
neoforge/run/resourcepacks/test/assets/minecraft/atlases/blocks.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,13 @@ | ||
{ | ||
"sources": [ | ||
{ | ||
"type": "dynamic_asset_generator:tex_sources", | ||
"sources": { | ||
"minecraft:block/clay": { | ||
"type" : "dynamic_asset_generator:texture", | ||
"path" : "minecraft:block/magma" | ||
} | ||
} | ||
} | ||
] | ||
} |
8 changes: 8 additions & 0 deletions
8
...ge/run/resourcepacks/test/assets/test/dynamic_asset_generator/generators/replacement.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,8 @@ | ||
{ | ||
"type" : "dynamic_asset_generator:texture", | ||
"output_location" : "minecraft:item/gold_ingot", | ||
"input" : { | ||
"type" : "dynamic_asset_generator:texture", | ||
"path" : "minecraft:item/apple" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
.../resourcepacks/test/assets/test/dynamic_asset_generator/generators/shadow_generation.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,15 @@ | ||
{ | ||
"type" : "dynamic_asset_generator:texture", | ||
"output_location" : "minecraft:block/gravel", | ||
"input" : { | ||
"type" : "dynamic_asset_generator:shadowed", | ||
"background": { | ||
"type" : "dynamic_asset_generator:texture", | ||
"path" : "minecraft:block/stone" | ||
}, | ||
"foreground": { | ||
"type" : "dynamic_asset_generator:texture", | ||
"path" : "test:block/gravel" | ||
} | ||
} | ||
} |
Binary file added
BIN
+4.31 KB
neoforge/run/resourcepacks/test/assets/test/textures/block/gravel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
{ | ||
"pack": { | ||
"description": "Dynamic Asset Generator - Test", | ||
"pack_format": 18 | ||
} | ||
} |
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
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
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 |
---|---|---|
|
@@ -13,6 +13,5 @@ | |
"server": [], | ||
"injectors": { | ||
"defaultRequire": 1 | ||
}, | ||
"refmap": "dynamic_asset_generator.refmap.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
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
Oops, something went wrong.