-
Notifications
You must be signed in to change notification settings - Fork 2
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
bazke
committed
Oct 30, 2023
1 parent
b94a1cc
commit 9bfe229
Showing
15 changed files
with
255 additions
and
1 deletion.
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
20 changes: 20 additions & 0 deletions
20
src/generated/resources/assets/ltextras/models/item/banana.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 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"display": { | ||
"ground": { | ||
"scale": [ | ||
0.4, | ||
0.4, | ||
0.4 | ||
], | ||
"translation": [ | ||
1, | ||
2, | ||
1 | ||
] | ||
} | ||
}, | ||
"textures": { | ||
"layer0": "ltextras:item/banana" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/generated/resources/assets/ltextras/models/item/cooked_sosij.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 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"display": { | ||
"ground": { | ||
"scale": [ | ||
0.4, | ||
0.4, | ||
0.4 | ||
], | ||
"translation": [ | ||
1, | ||
2, | ||
1 | ||
] | ||
} | ||
}, | ||
"textures": { | ||
"layer0": "ltextras:item/cooked_sosij" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/generated/resources/assets/ltextras/models/item/peeled_banana.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 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"display": { | ||
"ground": { | ||
"scale": [ | ||
0.4, | ||
0.4, | ||
0.4 | ||
], | ||
"translation": [ | ||
1, | ||
2, | ||
1 | ||
] | ||
} | ||
}, | ||
"textures": { | ||
"layer0": "ltextras:item/peeled_banana" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/generated/resources/assets/ltextras/models/item/sosij.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 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"display": { | ||
"ground": { | ||
"scale": [ | ||
0.4, | ||
0.4, | ||
0.4 | ||
], | ||
"translation": [ | ||
1, | ||
2, | ||
1 | ||
] | ||
} | ||
}, | ||
"textures": { | ||
"layer0": "ltextras:item/sosij" | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
src/generated/resources/data/ltextras/advancements/recipes/food/peeled_banana.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_banana": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"ltextras:banana" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "ltextras:peeled_banana" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_banana", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"ltextras:peeled_banana" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
12 changes: 12 additions & 0 deletions
12
src/generated/resources/data/ltextras/recipes/peeled_banana.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,12 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"category": "misc", | ||
"ingredients": [ | ||
{ | ||
"item": "ltextras:banana" | ||
} | ||
], | ||
"result": { | ||
"item": "ltextras:peeled_banana" | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
src/generated/resources/data/minecraft/advancements/recipes/misc/cooked_sosij.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_sosij": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"ltextras:sosij" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "minecraft:cooked_sosij" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_sosij", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"minecraft:cooked_sosij" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
10 changes: 10 additions & 0 deletions
10
src/generated/resources/data/minecraft/recipes/cooked_sosij.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,10 @@ | ||
{ | ||
"type": "minecraft:campfire_cooking", | ||
"category": "food", | ||
"cookingtime": 200, | ||
"experience": 1.0, | ||
"ingredient": { | ||
"item": "ltextras:sosij" | ||
}, | ||
"result": "ltextras:cooked_sosij" | ||
} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.