Reworking UU matter. Thanks to Autac
* started reworking UU matter * added mangrove stuff * added deepslate ores and rebalanced redstone ore * added moss block creation * added dripleaf creation * added gilded blackstone and nether gold creation * bit more ordered * added sea lantern and removed a grinder recipe * improved folder structure * fixed bugs
This commit is contained in:
parent
db8915d89d
commit
907aae5fb6
75 changed files with 822 additions and 33 deletions
|
@ -2,10 +2,13 @@
|
|||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
"U ",
|
||||
"UC ",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"tag": "c:calcium_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
" U ",
|
||||
" C "
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"tag": "c:calcium_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:calcite"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" U ",
|
||||
" CU",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"tag": "c:calcium_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:nautilus_shell"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
"UUU",
|
||||
"UCU",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"tag": "c:calcium_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:scute"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
"UG ",
|
||||
"U "
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:big_dripleaf"
|
||||
}
|
||||
}
|
|
@ -2,10 +2,13 @@
|
|||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
"U ",
|
||||
" U",
|
||||
" GU",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
|
@ -2,10 +2,13 @@
|
|||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
"U ",
|
||||
" ",
|
||||
" G ",
|
||||
"U "
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" U ",
|
||||
"GU ",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:glow_berries"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" U ",
|
||||
" U ",
|
||||
" G "
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:glow_lichen"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" U ",
|
||||
" U ",
|
||||
" G "
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:kelp"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" U ",
|
||||
" GU",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:lily_pad"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
"G G",
|
||||
" U ",
|
||||
"G G"
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:moss_block"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
" G ",
|
||||
"U "
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:small_dripleaf"
|
||||
}
|
||||
}
|
|
@ -2,10 +2,13 @@
|
|||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" U ",
|
||||
" ",
|
||||
" G ",
|
||||
"U "
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" U ",
|
||||
" UG",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:twisting_vines"
|
||||
}
|
||||
}
|
|
@ -1,11 +1,14 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" U ",
|
||||
"GU ",
|
||||
" U ",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" UG",
|
||||
" U ",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:weeping_vines"
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" U ",
|
||||
"UU ",
|
||||
" U",
|
||||
" "
|
||||
],
|
||||
|
@ -11,6 +11,6 @@
|
|||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:lily_pad"
|
||||
"item": "minecraft:sea_lantern"
|
||||
}
|
||||
}
|
|
@ -3,9 +3,12 @@
|
|||
"pattern": [
|
||||
"U ",
|
||||
" U ",
|
||||
" "
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:stone"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
"U ",
|
||||
" U ",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:deepslate"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:deepslate_coal_ore"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
"UU ",
|
||||
"UUU",
|
||||
"US "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:deepslate"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:deepslate_diamond_ore"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
"UUU",
|
||||
"U U",
|
||||
"US "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:deepslate"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:deepslate_emerald_ore"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
"UUU",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:deepslate"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:deepslate_gold_ore"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
"UUU",
|
||||
"UU ",
|
||||
"US "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:deepslate"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:deepslate_iridium_ore"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
"U U",
|
||||
" ",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:deepslate"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:deepslate_iron_ore"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
"U ",
|
||||
"U ",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:deepslate"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:deepslate_lapis_ore"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
" U ",
|
||||
"USU"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:deepslate"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:deepslate_redstone_ore"
|
||||
}
|
||||
}
|
|
@ -1,11 +1,14 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" U ",
|
||||
"UU ",
|
||||
"UUU",
|
||||
"UU "
|
||||
"US "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:stone"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
|
@ -3,9 +3,12 @@
|
|||
"pattern": [
|
||||
"UUU",
|
||||
"U U",
|
||||
"U "
|
||||
"US "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:stone"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
"UUU",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:blackstone"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:gilded_blackstone"
|
||||
}
|
||||
}
|
|
@ -3,9 +3,12 @@
|
|||
"pattern": [
|
||||
" ",
|
||||
"UUU",
|
||||
" "
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:stone"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
|
@ -3,9 +3,12 @@
|
|||
"pattern": [
|
||||
"UUU",
|
||||
"UU ",
|
||||
"U "
|
||||
"US "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:stone"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
|
@ -3,9 +3,12 @@
|
|||
"pattern": [
|
||||
"U U",
|
||||
" ",
|
||||
" "
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:stone"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
|
@ -3,9 +3,12 @@
|
|||
"pattern": [
|
||||
"U ",
|
||||
"U ",
|
||||
" "
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:stone"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
"UUU",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:netherrack"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:nether_gold_ore"
|
||||
}
|
||||
}
|
|
@ -2,10 +2,13 @@
|
|||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
" ",
|
||||
"U U"
|
||||
" U ",
|
||||
"USU"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:stone"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
"UP ",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"S": {
|
||||
"tag": "c:saw_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:acacia_sapling"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" U",
|
||||
" P ",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"S": {
|
||||
"tag": "c:saw_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:birch_sapling"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
" U ",
|
||||
" P "
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"item": "minecraft:nether_wart_block"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_fungus"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
" P ",
|
||||
" SU"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"S": {
|
||||
"tag": "c:saw_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:dark_oak_sapling"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
" P ",
|
||||
"US "
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"S": {
|
||||
"tag": "c:saw_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:jungle_sapling"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
"U ",
|
||||
" P ",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"S": {
|
||||
"tag": "c:saw_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mangrove_propagule"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" U ",
|
||||
" P ",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"S": {
|
||||
"tag": "c:saw_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:oak_sapling"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
" PU",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"item": "techreborn:plantball"
|
||||
},
|
||||
"S": {
|
||||
"tag": "c:saw_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:spruce_sapling"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
" U ",
|
||||
" P "
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"item": "minecraft:warped_wart_block"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:warped_fungus"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
"US ",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"tag": "c:saw_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:acacia_wood"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" U",
|
||||
" S ",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"tag": "c:saw_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:birch_wood"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
" ",
|
||||
"US "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"tag": "c:saw_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_hyphae"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
" S ",
|
||||
" U"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"tag": "c:saw_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:dark_oak_wood"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
" S ",
|
||||
"U "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"tag": "c:saw_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:jungle_wood"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
"U ",
|
||||
" S ",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"tag": "c:saw_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mangrove_wood"
|
||||
}
|
||||
}
|
|
@ -2,10 +2,13 @@
|
|||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" U ",
|
||||
" ",
|
||||
" S ",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"tag": "c:saw_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
" SU",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"tag": "c:saw_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:spruce_wood"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "reborncore:padded",
|
||||
"pattern": [
|
||||
" ",
|
||||
" ",
|
||||
" SU"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"tag": "c:saw_dusts"
|
||||
},
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:warped_hyphae"
|
||||
}
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 4,
|
||||
"time": 200,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:prismarine_shard"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:prismarine_crystals"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue