Initial commit
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*.code-workspace
|
||||
*.zip
|
||||
26
data/craftable_light/advancement/grant_recipes.json
Normal file
26
data/craftable_light/advancement/grant_recipes.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"criteria": {
|
||||
"Tick": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
},
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"craftable_light:craftable_light1",
|
||||
"craftable_light:craftable_light2",
|
||||
"craftable_light:craftable_light3",
|
||||
"craftable_light:craftable_light4",
|
||||
"craftable_light:craftable_light5",
|
||||
"craftable_light:craftable_light6",
|
||||
"craftable_light:craftable_light7",
|
||||
"craftable_light:craftable_light8",
|
||||
"craftable_light:craftable_light9",
|
||||
"craftable_light:craftable_light10",
|
||||
"craftable_light:craftable_light11",
|
||||
"craftable_light:craftable_light12",
|
||||
"craftable_light:craftable_light13",
|
||||
"craftable_light:craftable_light14",
|
||||
"craftable_light:craftable_light15"
|
||||
]
|
||||
}
|
||||
}
|
||||
24
data/craftable_light/recipe/invisible_light1.json
Normal file
24
data/craftable_light/recipe/invisible_light1.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "invisible_light",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"minecraft:tinted_glass",
|
||||
"minecraft:tinted_glass",
|
||||
"minecraft:tinted_glass",
|
||||
"minecraft:tinted_glass",
|
||||
[
|
||||
"minecraft:soul_torch",
|
||||
"minecraft:redstone_torch"
|
||||
]
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:light",
|
||||
"components": {
|
||||
"minecraft:block_state": {
|
||||
"level": "1"
|
||||
}
|
||||
},
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
21
data/craftable_light/recipe/invisible_light10.json
Normal file
21
data/craftable_light/recipe/invisible_light10.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "invisible_light",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"minecraft:glass",
|
||||
"minecraft:glass",
|
||||
"minecraft:glass",
|
||||
"minecraft:glass",
|
||||
"minecraft:torch"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:light",
|
||||
"components": {
|
||||
"minecraft:block_state": {
|
||||
"level": "10"
|
||||
}
|
||||
},
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
22
data/craftable_light/recipe/invisible_light11.json
Normal file
22
data/craftable_light/recipe/invisible_light11.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "invisible_light",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"minecraft:light",
|
||||
"minecraft:tinted_glass",
|
||||
[
|
||||
"minecraft:soul_torch",
|
||||
"minecraft:redstone_torch"
|
||||
]
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:light",
|
||||
"components": {
|
||||
"minecraft:block_state": {
|
||||
"level": "11"
|
||||
}
|
||||
},
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
22
data/craftable_light/recipe/invisible_light12.json
Normal file
22
data/craftable_light/recipe/invisible_light12.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "invisible_light",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"minecraft:light",
|
||||
"minecraft:glass",
|
||||
[
|
||||
"minecraft:soul_torch",
|
||||
"minecraft:redstone_torch"
|
||||
]
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:light",
|
||||
"components": {
|
||||
"minecraft:block_state": {
|
||||
"level": "12"
|
||||
}
|
||||
},
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
19
data/craftable_light/recipe/invisible_light13.json
Normal file
19
data/craftable_light/recipe/invisible_light13.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "invisible_light",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"minecraft:light",
|
||||
"minecraft:tinted_glass",
|
||||
"minecraft:torch"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:light",
|
||||
"components": {
|
||||
"minecraft:block_state": {
|
||||
"level": "13"
|
||||
}
|
||||
},
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
19
data/craftable_light/recipe/invisible_light14.json
Normal file
19
data/craftable_light/recipe/invisible_light14.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "invisible_light",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"minecraft:light",
|
||||
"minecraft:glass",
|
||||
"minecraft:torch"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:light",
|
||||
"components": {
|
||||
"minecraft:block_state": {
|
||||
"level": "14"
|
||||
}
|
||||
},
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
18
data/craftable_light/recipe/invisible_light15.json
Normal file
18
data/craftable_light/recipe/invisible_light15.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "invisible_light",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"minecraft:light",
|
||||
"minecraft:torch"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:light",
|
||||
"components": {
|
||||
"minecraft:block_state": {
|
||||
"level": "15"
|
||||
}
|
||||
},
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
24
data/craftable_light/recipe/invisible_light2.json
Normal file
24
data/craftable_light/recipe/invisible_light2.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "invisible_light",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"minecraft:glass",
|
||||
"minecraft:tinted_glass",
|
||||
"minecraft:tinted_glass",
|
||||
"minecraft:tinted_glass",
|
||||
[
|
||||
"minecraft:soul_torch",
|
||||
"minecraft:redstone_torch"
|
||||
]
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:light",
|
||||
"components": {
|
||||
"minecraft:block_state": {
|
||||
"level": "2"
|
||||
}
|
||||
},
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
24
data/craftable_light/recipe/invisible_light3.json
Normal file
24
data/craftable_light/recipe/invisible_light3.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "invisible_light",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"minecraft:glass",
|
||||
"minecraft:glass",
|
||||
"minecraft:tinted_glass",
|
||||
"minecraft:tinted_glass",
|
||||
[
|
||||
"minecraft:soul_torch",
|
||||
"minecraft:redstone_torch"
|
||||
]
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:light",
|
||||
"components": {
|
||||
"minecraft:block_state": {
|
||||
"level": "3"
|
||||
}
|
||||
},
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
24
data/craftable_light/recipe/invisible_light4.json
Normal file
24
data/craftable_light/recipe/invisible_light4.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "invisible_light",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"minecraft:glass",
|
||||
"minecraft:glass",
|
||||
"minecraft:glass",
|
||||
"minecraft:tinted_glass",
|
||||
[
|
||||
"minecraft:soul_torch",
|
||||
"minecraft:redstone_torch"
|
||||
]
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:light",
|
||||
"components": {
|
||||
"minecraft:block_state": {
|
||||
"level": "4"
|
||||
}
|
||||
},
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
24
data/craftable_light/recipe/invisible_light5.json
Normal file
24
data/craftable_light/recipe/invisible_light5.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "invisible_light",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"minecraft:glass",
|
||||
"minecraft:glass",
|
||||
"minecraft:glass",
|
||||
"minecraft:glass",
|
||||
[
|
||||
"minecraft:soul_torch",
|
||||
"minecraft:redstone_torch"
|
||||
]
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:light",
|
||||
"components": {
|
||||
"minecraft:block_state": {
|
||||
"level": "5"
|
||||
}
|
||||
},
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
21
data/craftable_light/recipe/invisible_light6.json
Normal file
21
data/craftable_light/recipe/invisible_light6.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "invisible_light",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"minecraft:tinted_glass",
|
||||
"minecraft:tinted_glass",
|
||||
"minecraft:tinted_glass",
|
||||
"minecraft:tinted_glass",
|
||||
"minecraft:torch"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:light",
|
||||
"components": {
|
||||
"minecraft:block_state": {
|
||||
"level": "6"
|
||||
}
|
||||
},
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
21
data/craftable_light/recipe/invisible_light7.json
Normal file
21
data/craftable_light/recipe/invisible_light7.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "invisible_light",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"minecraft:glass",
|
||||
"minecraft:tinted_glass",
|
||||
"minecraft:tinted_glass",
|
||||
"minecraft:tinted_glass",
|
||||
"minecraft:torch"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:light",
|
||||
"components": {
|
||||
"minecraft:block_state": {
|
||||
"level": "7"
|
||||
}
|
||||
},
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
21
data/craftable_light/recipe/invisible_light8.json
Normal file
21
data/craftable_light/recipe/invisible_light8.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "invisible_light",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"minecraft:glass",
|
||||
"minecraft:glass",
|
||||
"minecraft:tinted_glass",
|
||||
"minecraft:tinted_glass",
|
||||
"minecraft:torch"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:light",
|
||||
"components": {
|
||||
"minecraft:block_state": {
|
||||
"level": "8"
|
||||
}
|
||||
},
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
21
data/craftable_light/recipe/invisible_light9.json
Normal file
21
data/craftable_light/recipe/invisible_light9.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "invisible_light",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"minecraft:glass",
|
||||
"minecraft:glass",
|
||||
"minecraft:glass",
|
||||
"minecraft:tinted_glass",
|
||||
"minecraft:torch"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:light",
|
||||
"components": {
|
||||
"minecraft:block_state": {
|
||||
"level": "9"
|
||||
}
|
||||
},
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
13
pack.mcmeta
Normal file
13
pack.mcmeta
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"pack": {
|
||||
"description": "craftable-light",
|
||||
"min_format": [
|
||||
101,
|
||||
1
|
||||
],
|
||||
"max_format": [
|
||||
101,
|
||||
1
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user