Skip to content

Commit

Permalink
Merge branch '1.20.1' into Qboi123-start-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
XyperCode committed Feb 2, 2024
2 parents 5996fa4 + 33a7315 commit f178c57
Show file tree
Hide file tree
Showing 86 changed files with 2,280 additions and 349 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ subprojects {
url = "https://dvs1.progwml6.com/files/maven/"
}
maven { url "https://maven.architectury.dev/" }
maven { url 'https://dl.cloudsmith.io/public/geckolib3/geckolib/maven/' }
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "devices:item/glass_dust"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_plastic": {
"conditions": {
"items": [
{
"items": [
"devices:plastic"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "devices:ethernet_cable"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_plastic",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"devices:ethernet_cable"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_plastic": {
"conditions": {
"items": [
{
"items": [
"devices:plastic"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "devices:gpu"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_plastic",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"devices:gpu"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_plastic": {
"conditions": {
"items": [
{
"items": [
"devices:plastic"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "devices:hard_drive"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_plastic",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"devices:hard_drive"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_plastic_unrefined": {
"conditions": {
"items": [
{
"items": [
"devices:plastic_unrefined"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "devices:plastic"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_plastic_unrefined",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"devices:plastic"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_plastic": {
"conditions": {
"items": [
{
"items": [
"devices:plastic"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "devices:plastic_frame"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_plastic",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"devices:plastic_frame"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_slime_ball": {
"conditions": {
"items": [
{
"items": [
"minecraft:slime_ball"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "devices:plastic_unrefined"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_slime_ball",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"devices:plastic_unrefined"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_circuit_board": {
"conditions": {
"items": [
{
"items": [
"devices:circuit_board"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "devices:ram"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_circuit_board",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"devices:ram"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_circuit_board": {
"conditions": {
"items": [
{
"items": [
"devices:circuit_board"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "devices:screen"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_circuit_board",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"devices:screen"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_flash_chip": {
"conditions": {
"items": [
{
"items": [
"devices:flash_chip"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "devices:solid_state_drive"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_flash_chip",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"devices:solid_state_drive"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_iron_ingot": {
"conditions": {
"items": [
{
"items": [
"minecraft:iron_ingot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "devices:wheel"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_iron_ingot",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"devices:wheel"
]
},
"sends_telemetry_event": false
}
Loading

0 comments on commit f178c57

Please sign in to comment.