forked from teaconmc/Puer
-
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.
* Update bsf point banner * 添加bsf config * 让bsf的物品合成后无法使用
- Loading branch information
1 parent
00bffaa
commit 75b6d43
Showing
129 changed files
with
4,829 additions
and
0 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
jiachen/data/bsf/recipe/active_teleportation_golem_core.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,37 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
" S ", | ||
"SAS", | ||
" S " | ||
], | ||
"key": { | ||
"A": { | ||
"item": "bsf:blank_golem_core" | ||
}, | ||
"S": { | ||
"item": "minecraft:ender_eye" | ||
} | ||
}, | ||
"result": { | ||
"id": "bsf:active_teleportation_golem_core", | ||
"count": 1, | ||
"components": { | ||
"bsf:region": { | ||
"end": [ | ||
0, | ||
-1000, | ||
0 | ||
], | ||
"start": [ | ||
0, | ||
-1000, | ||
0 | ||
] | ||
}, | ||
"lore": [ | ||
"TeaCon特供,BSF物品合成后无法使用" | ||
] | ||
} | ||
} | ||
} |
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,40 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
" ", | ||
"ABC", | ||
" " | ||
], | ||
"key": { | ||
"A": { | ||
"item": "bsf:repulsion_core" | ||
}, | ||
"B": { | ||
"item": "bsf:explosive_snowball" | ||
}, | ||
"C": { | ||
"item": "bsf:gravity_core" | ||
} | ||
}, | ||
"result": { | ||
"id": "bsf:black_hole_snowball", | ||
"count": 1, | ||
"components": { | ||
"bsf:region": { | ||
"end": [ | ||
0, | ||
-1000, | ||
0 | ||
], | ||
"start": [ | ||
0, | ||
-1000, | ||
0 | ||
] | ||
}, | ||
"lore": [ | ||
"TeaCon特供,BSF物品合成后无法使用" | ||
] | ||
} | ||
} | ||
} |
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,40 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
" ", | ||
"CBA", | ||
" " | ||
], | ||
"key": { | ||
"A": { | ||
"item": "bsf:repulsion_core" | ||
}, | ||
"B": { | ||
"item": "bsf:explosive_snowball" | ||
}, | ||
"C": { | ||
"item": "bsf:gravity_core" | ||
} | ||
}, | ||
"result": { | ||
"id": "bsf:black_hole_snowball", | ||
"count": 1, | ||
"components": { | ||
"bsf:region": { | ||
"end": [ | ||
0, | ||
-1000, | ||
0 | ||
], | ||
"start": [ | ||
0, | ||
-1000, | ||
0 | ||
] | ||
}, | ||
"lore": [ | ||
"TeaCon特供,BSF物品合成后无法使用" | ||
] | ||
} | ||
} | ||
} |
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,40 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"AB ", | ||
" C ", | ||
" C " | ||
], | ||
"key": { | ||
"A": { | ||
"item": "minecraft:black_wool" | ||
}, | ||
"B": { | ||
"item": "minecraft:snowball" | ||
}, | ||
"C": { | ||
"item": "minecraft:stick" | ||
} | ||
}, | ||
"result": { | ||
"id": "bsf:black_team_linker", | ||
"count": 1, | ||
"components": { | ||
"bsf:region": { | ||
"end": [ | ||
0, | ||
-1000, | ||
0 | ||
], | ||
"start": [ | ||
0, | ||
-1000, | ||
0 | ||
] | ||
}, | ||
"lore": [ | ||
"TeaCon特供,BSF物品合成后无法使用" | ||
] | ||
} | ||
} | ||
} |
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,37 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
" S ", | ||
"SAS", | ||
" S " | ||
], | ||
"key": { | ||
"A": { | ||
"item": "bsf:unstable_core" | ||
}, | ||
"S": { | ||
"item": "minecraft:iron_ingot" | ||
} | ||
}, | ||
"result": { | ||
"id": "bsf:blank_golem_core", | ||
"count": 1, | ||
"components": { | ||
"bsf:region": { | ||
"end": [ | ||
0, | ||
-1000, | ||
0 | ||
], | ||
"start": [ | ||
0, | ||
-1000, | ||
0 | ||
] | ||
}, | ||
"lore": [ | ||
"TeaCon特供,BSF物品合成后无法使用" | ||
] | ||
} | ||
} | ||
} |
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,40 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"AB ", | ||
" C ", | ||
" C " | ||
], | ||
"key": { | ||
"A": { | ||
"item": "minecraft:blue_wool" | ||
}, | ||
"B": { | ||
"item": "minecraft:snowball" | ||
}, | ||
"C": { | ||
"item": "minecraft:stick" | ||
} | ||
}, | ||
"result": { | ||
"id": "bsf:blue_team_linker", | ||
"count": 1, | ||
"components": { | ||
"bsf:region": { | ||
"end": [ | ||
0, | ||
-1000, | ||
0 | ||
], | ||
"start": [ | ||
0, | ||
-1000, | ||
0 | ||
] | ||
}, | ||
"lore": [ | ||
"TeaCon特供,BSF物品合成后无法使用" | ||
] | ||
} | ||
} | ||
} |
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,40 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"AB ", | ||
" C ", | ||
" C " | ||
], | ||
"key": { | ||
"A": { | ||
"item": "minecraft:brown_wool" | ||
}, | ||
"B": { | ||
"item": "minecraft:snowball" | ||
}, | ||
"C": { | ||
"item": "minecraft:stick" | ||
} | ||
}, | ||
"result": { | ||
"id": "bsf:brown_team_linker", | ||
"count": 1, | ||
"components": { | ||
"bsf:region": { | ||
"end": [ | ||
0, | ||
-1000, | ||
0 | ||
], | ||
"start": [ | ||
0, | ||
-1000, | ||
0 | ||
] | ||
}, | ||
"lore": [ | ||
"TeaCon特供,BSF物品合成后无法使用" | ||
] | ||
} | ||
} | ||
} |
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,37 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"WWW", | ||
"WRW", | ||
"WWW" | ||
], | ||
"key": { | ||
"R": { | ||
"item": "minecraft:cherry_leaves" | ||
}, | ||
"W": { | ||
"item": "minecraft:snowball" | ||
} | ||
}, | ||
"result": { | ||
"id": "bsf:cherry_blossom_snowball", | ||
"count": 8, | ||
"components": { | ||
"bsf:region": { | ||
"end": [ | ||
0, | ||
-1000, | ||
0 | ||
], | ||
"start": [ | ||
0, | ||
-1000, | ||
0 | ||
] | ||
}, | ||
"lore": [ | ||
"TeaCon特供,BSF物品合成后无法使用" | ||
] | ||
} | ||
} | ||
} |
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,37 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"WWW", | ||
"WRW", | ||
"WWW" | ||
], | ||
"key": { | ||
"R": { | ||
"item": "minecraft:cherry_leaves" | ||
}, | ||
"W": { | ||
"item": "bsf:smooth_snowball" | ||
} | ||
}, | ||
"result": { | ||
"id": "bsf:cherry_blossom_snowball", | ||
"count": 8, | ||
"components": { | ||
"bsf:region": { | ||
"end": [ | ||
0, | ||
-1000, | ||
0 | ||
], | ||
"start": [ | ||
0, | ||
-1000, | ||
0 | ||
] | ||
}, | ||
"lore": [ | ||
"TeaCon特供,BSF物品合成后无法使用" | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.