Compare commits
3
Commits
54f844dd05
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a64925351 | ||
|
|
ce33648425 | ||
|
|
4ef6f48cd0 |
@@ -4,3 +4,4 @@ Server/logs/
|
|||||||
Server/eula.txt
|
Server/eula.txt
|
||||||
options.txt
|
options.txt
|
||||||
logs/
|
logs/
|
||||||
|
Server/crash-reports/
|
||||||
|
|||||||
Binary file not shown.
@@ -0,0 +1 @@
|
|||||||
|
[]
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
[]
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
# ------- CONFIGURED DEVELOPER CONFIG -------
|
||||||
|
# If properties are missing, delete this file
|
||||||
|
# and load the game to regenerate the config.
|
||||||
|
|
||||||
|
# [Developer Mode]
|
||||||
|
# Enables the ability to update remote configs. You should only enabled
|
||||||
|
# developer mode when you are developing your server. This mode should not
|
||||||
|
# be enabled if you are running in production, a public server, or a server
|
||||||
|
# with players you don't trust. Even if this mode is enabled, you will still
|
||||||
|
# need to authorise players who have access to editing remote configs by
|
||||||
|
# listing them in the developers property below and they must also have
|
||||||
|
# operator privileges. Only config systems that support remote editing will
|
||||||
|
# be able to be edited.
|
||||||
|
# Possible values: true, false
|
||||||
|
developerMode=false
|
||||||
|
|
||||||
|
# [Broadcast Logs]
|
||||||
|
# When a remote config is updated by a developer, broadcast those changes,
|
||||||
|
# successful or not, into the chat of other developers. The log is also included
|
||||||
|
# in the normal log of the game.
|
||||||
|
# Possible values: true, false
|
||||||
|
broadcastLogs=true
|
||||||
|
|
||||||
|
# [Developers]
|
||||||
|
# A list of comma separated UUIDS of players who are authorised to edit remote
|
||||||
|
# configs. The players must also have operator privileges.
|
||||||
|
# You can find the UUID of a player in the log file when they join your server.
|
||||||
|
developers=
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
@@ -19,15 +19,10 @@
|
|||||||
"Enable Onboarding" = true
|
"Enable Onboarding" = true
|
||||||
#The amount of slots the chest button system should seek when trying to figure out if a container should be eligible for them.
|
#The amount of slots the chest button system should seek when trying to figure out if a container should be eligible for them.
|
||||||
"Chest Button Slot Target" = 27
|
"Chest Button Slot Target" = 27
|
||||||
#Set this to false to not generate the Quark Programmer Art resource pack
|
#Set this to false to not show the Quark Programmer Art resource pack in the resource pack selection screen
|
||||||
"Generate Programmer Art" = true
|
"Generate Programmer Art" = true
|
||||||
#If 'true' and TerraBlender is present, Quark will add a TerraBlender region. The region will contain vanilla biomes and the Glimmering Weald.
|
#Set this to false to prevent Quark from ever disabling any vanilla data files. This will break certain modules, so only do this if you know what you're doing!
|
||||||
"Terrablender Add Region" = true
|
"Quark V D O" = true
|
||||||
#Quark will set this weight for its TerraBlender region.
|
|
||||||
"Terrablender Region Weight" = 1
|
|
||||||
#If 'true', Quark will modify the `minecraft:overworld` MultiNoiseBiomeSourceParameterList preset, even when Terrablender is installed.
|
|
||||||
#This will have various knock-on effects but might make the Weald more common, or appear closer to modded biomes. Who knows?
|
|
||||||
"Terrablender Modify Vanilla Anyway" = false
|
|
||||||
|
|
||||||
[general.chest_button_offsets]
|
[general.chest_button_offsets]
|
||||||
"Player X" = 0
|
"Player X" = 0
|
||||||
@@ -1138,7 +1133,7 @@
|
|||||||
#Chance for logs to spawn on water
|
#Chance for logs to spawn on water
|
||||||
"On Water Chance" = 0.1
|
"On Water Chance" = 0.1
|
||||||
"Sparse Biome Rarity" = 12
|
"Sparse Biome Rarity" = 12
|
||||||
#Tags that define which biomes can have which wood types
|
#Tags that define which biomes can have which wood types. These are all biome tags under the Quark namespace
|
||||||
"Biome Tags" = ["has_fallen_acacia=minecraft:acacia_log", "has_fallen_birch=minecraft:birch_log", "has_fallen_cherry=minecraft:cherry_log", "has_fallen_dark_oak=minecraft:dark_oak_log", "has_fallen_jungle=minecraft:jungle_log", "has_fallen_mangrove=minecraft:mangrove_log", "has_fallen_oak=minecraft:oak_log", "has_fallen_spruce=minecraft:spruce_log"]
|
"Biome Tags" = ["has_fallen_acacia=minecraft:acacia_log", "has_fallen_birch=minecraft:birch_log", "has_fallen_cherry=minecraft:cherry_log", "has_fallen_dark_oak=minecraft:dark_oak_log", "has_fallen_jungle=minecraft:jungle_log", "has_fallen_mangrove=minecraft:mangrove_log", "has_fallen_oak=minecraft:oak_log", "has_fallen_spruce=minecraft:spruce_log"]
|
||||||
|
|
||||||
[world.fallen_logs.dimensions]
|
[world.fallen_logs.dimensions]
|
||||||
|
|||||||
@@ -21,6 +21,13 @@
|
|||||||
"Chest Button Slot Target" = 27
|
"Chest Button Slot Target" = 27
|
||||||
#Set this to false to not generate the Quark Programmer Art resource pack
|
#Set this to false to not generate the Quark Programmer Art resource pack
|
||||||
"Generate Programmer Art" = true
|
"Generate Programmer Art" = true
|
||||||
|
#If 'true' and TerraBlender is present, Quark will add a TerraBlender region. The region will contain vanilla biomes and the Glimmering Weald.
|
||||||
|
"Terrablender Add Region" = true
|
||||||
|
#Quark will set this weight for its TerraBlender region.
|
||||||
|
"Terrablender Region Weight" = 1
|
||||||
|
#If 'true', Quark will modify the `minecraft:overworld` MultiNoiseBiomeSourceParameterList preset, even when Terrablender is installed.
|
||||||
|
#This will have various knock-on effects but might make the Weald more common, or appear closer to modded biomes. Who knows?
|
||||||
|
"Terrablender Modify Vanilla Anyway" = false
|
||||||
|
|
||||||
[general.chest_button_offsets]
|
[general.chest_button_offsets]
|
||||||
"Player X" = 0
|
"Player X" = 0
|
||||||
@@ -1131,7 +1138,7 @@
|
|||||||
#Chance for logs to spawn on water
|
#Chance for logs to spawn on water
|
||||||
"On Water Chance" = 0.1
|
"On Water Chance" = 0.1
|
||||||
"Sparse Biome Rarity" = 12
|
"Sparse Biome Rarity" = 12
|
||||||
#Tags that define which biomes can have which wood types. These are all biome tags under the Quark namespace
|
#Tags that define which biomes can have which wood types
|
||||||
"Biome Tags" = ["has_fallen_acacia=minecraft:acacia_log", "has_fallen_birch=minecraft:birch_log", "has_fallen_cherry=minecraft:cherry_log", "has_fallen_dark_oak=minecraft:dark_oak_log", "has_fallen_jungle=minecraft:jungle_log", "has_fallen_mangrove=minecraft:mangrove_log", "has_fallen_oak=minecraft:oak_log", "has_fallen_spruce=minecraft:spruce_log"]
|
"Biome Tags" = ["has_fallen_acacia=minecraft:acacia_log", "has_fallen_birch=minecraft:birch_log", "has_fallen_cherry=minecraft:cherry_log", "has_fallen_dark_oak=minecraft:dark_oak_log", "has_fallen_jungle=minecraft:jungle_log", "has_fallen_mangrove=minecraft:mangrove_log", "has_fallen_oak=minecraft:oak_log", "has_fallen_spruce=minecraft:spruce_log"]
|
||||||
|
|
||||||
[world.fallen_logs.dimensions]
|
[world.fallen_logs.dimensions]
|
||||||
|
|||||||
@@ -15,13 +15,6 @@
|
|||||||
"Allowed Screens" = []
|
"Allowed Screens" = []
|
||||||
#If set to true, the 'Allowed Screens' option will work as a Blacklist rather than a Whitelist. WARNING: Use at your own risk as some mods may not support this.
|
#If set to true, the 'Allowed Screens' option will work as a Blacklist rather than a Whitelist. WARNING: Use at your own risk as some mods may not support this.
|
||||||
"Use Screen List Blacklist" = false
|
"Use Screen List Blacklist" = false
|
||||||
#If 'true' and TerraBlender is present, Quark will add a TerraBlender region. The region will contain vanilla biomes and the Glimmering Weald.
|
|
||||||
"Terrablender Add Region" = true
|
|
||||||
#Quark will set this weight for its TerraBlender region.
|
|
||||||
"Terrablender Region Weight" = 1
|
|
||||||
#If 'true', Quark will modify the `minecraft:overworld` MultiNoiseBiomeSourceParameterList preset, even when Terrablender is installed.
|
|
||||||
#This will have various knock-on effects but might make the Weald more common, or appear closer to modded biomes. Who knows?
|
|
||||||
"Terrablender Modify Vanilla Anyway" = false
|
|
||||||
#Set to false to disable the popup message telling you that you can config quark in the q menu
|
#Set to false to disable the popup message telling you that you can config quark in the q menu
|
||||||
"Enable Onboarding" = true
|
"Enable Onboarding" = true
|
||||||
#The amount of slots the chest button system should seek when trying to figure out if a container should be eligible for them.
|
#The amount of slots the chest button system should seek when trying to figure out if a container should be eligible for them.
|
||||||
@@ -1138,7 +1131,7 @@
|
|||||||
#Chance for logs to spawn on water
|
#Chance for logs to spawn on water
|
||||||
"On Water Chance" = 0.1
|
"On Water Chance" = 0.1
|
||||||
"Sparse Biome Rarity" = 12
|
"Sparse Biome Rarity" = 12
|
||||||
#Tags that define which biomes can have which wood types
|
#Tags that define which biomes can have which wood types. These are all biome tags under the Quark namespace
|
||||||
"Biome Tags" = ["has_fallen_acacia=minecraft:acacia_log", "has_fallen_birch=minecraft:birch_log", "has_fallen_cherry=minecraft:cherry_log", "has_fallen_dark_oak=minecraft:dark_oak_log", "has_fallen_jungle=minecraft:jungle_log", "has_fallen_mangrove=minecraft:mangrove_log", "has_fallen_oak=minecraft:oak_log", "has_fallen_spruce=minecraft:spruce_log"]
|
"Biome Tags" = ["has_fallen_acacia=minecraft:acacia_log", "has_fallen_birch=minecraft:birch_log", "has_fallen_cherry=minecraft:cherry_log", "has_fallen_dark_oak=minecraft:dark_oak_log", "has_fallen_jungle=minecraft:jungle_log", "has_fallen_mangrove=minecraft:mangrove_log", "has_fallen_oak=minecraft:oak_log", "has_fallen_spruce=minecraft:spruce_log"]
|
||||||
|
|
||||||
[world.fallen_logs.dimensions]
|
[world.fallen_logs.dimensions]
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -304,9 +304,6 @@
|
|||||||
"Allow Opening Shulker Boxes" = true
|
"Allow Opening Shulker Boxes" = true
|
||||||
"Allow Rotating Bundles" = true
|
"Allow Rotating Bundles" = true
|
||||||
|
|
||||||
[management.hotbar_changer]
|
|
||||||
"Animation Time" = 7.0
|
|
||||||
|
|
||||||
[management.inventory_sorting]
|
[management.inventory_sorting]
|
||||||
"Enable Player Inventory" = true
|
"Enable Player Inventory" = true
|
||||||
"Enable Player Inventory In Chests" = true
|
"Enable Player Inventory In Chests" = true
|
||||||
|
|||||||
@@ -1,96 +0,0 @@
|
|||||||
---- Minecraft Crash Report ----
|
|
||||||
// Why did you do that?
|
|
||||||
|
|
||||||
Time: 2026-05-07 22:56:10
|
|
||||||
Description: Mod loading failures have occurred; consult the issue messages for more details
|
|
||||||
|
|
||||||
net.neoforged.neoforge.logging.CrashReportExtender$ModLoadingCrashException: Mod loading has failed
|
|
||||||
|
|
||||||
|
|
||||||
A detailed walkthrough of the error, its code path and all known details is as follows:
|
|
||||||
---------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
-- Mod loading issue for: colorwheel --
|
|
||||||
Details:
|
|
||||||
Mod file: /C:/Users/mrleo1nid/curseforge/minecraft/Instances/Reimagined/Server/mods/colorwheel-neoforge-1.2.4+mc1.21.1.jar
|
|
||||||
Failure message: Mod colorwheel requires iris 1.8.0 or above
|
|
||||||
Currently, iris is not installed
|
|
||||||
|
|
||||||
Mod version: 1.2.4+mc1.21.1
|
|
||||||
Mod issues URL: https://github.com/djefrey/Colorwheel/issues
|
|
||||||
Exception message: <No associated exception found>
|
|
||||||
|
|
||||||
-- Mod loading issue for: flerovium --
|
|
||||||
Details:
|
|
||||||
Mod file: /C:/Users/mrleo1nid/curseforge/minecraft/Instances/Reimagined/Server/mods/flerovium-neoforge-1.21.1-1.0.18-all.jar
|
|
||||||
Failure message: Mod flerovium requires sodium 0.6.9 or above
|
|
||||||
Currently, sodium is not installed
|
|
||||||
|
|
||||||
Mod version: 1.0.18
|
|
||||||
Mod issues URL: <No issues URL found>
|
|
||||||
Exception message: <No associated exception found>
|
|
||||||
|
|
||||||
-- System Details --
|
|
||||||
Details:
|
|
||||||
Minecraft Version: 1.21.1
|
|
||||||
Minecraft Version ID: 1.21.1
|
|
||||||
Operating System: Windows 11 (amd64) version 10.0
|
|
||||||
Java Version: 21.0.8, Eclipse Adoptium
|
|
||||||
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
|
|
||||||
Memory: 212552472 bytes (202 MiB) / 780140544 bytes (744 MiB) up to 8573157376 bytes (8176 MiB)
|
|
||||||
CPUs: 12
|
|
||||||
Processor Vendor: AuthenticAMD
|
|
||||||
Processor Name: AMD Ryzen 5 5600X 6-Core Processor
|
|
||||||
Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
|
|
||||||
Microarchitecture: Zen 3
|
|
||||||
Frequency (GHz): 3.69
|
|
||||||
Number of physical packages: 1
|
|
||||||
Number of physical CPUs: 6
|
|
||||||
Number of logical CPUs: 12
|
|
||||||
Graphics card #0 name: NVIDIA GeForce RTX 3060
|
|
||||||
Graphics card #0 vendor: NVIDIA
|
|
||||||
Graphics card #0 VRAM (MiB): 12288.00
|
|
||||||
Graphics card #0 deviceId: VideoController1
|
|
||||||
Graphics card #0 versionInfo: 32.0.15.9636
|
|
||||||
Memory slot #0 capacity (MiB): 8192.00
|
|
||||||
Memory slot #0 clockSpeed (GHz): 3.20
|
|
||||||
Memory slot #0 type: DDR4
|
|
||||||
Memory slot #1 capacity (MiB): 8192.00
|
|
||||||
Memory slot #1 clockSpeed (GHz): 3.20
|
|
||||||
Memory slot #1 type: DDR4
|
|
||||||
Memory slot #2 capacity (MiB): 8192.00
|
|
||||||
Memory slot #2 clockSpeed (GHz): 3.20
|
|
||||||
Memory slot #2 type: DDR4
|
|
||||||
Memory slot #3 capacity (MiB): 8192.00
|
|
||||||
Memory slot #3 clockSpeed (GHz): 3.20
|
|
||||||
Memory slot #3 type: DDR4
|
|
||||||
Virtual memory max (MiB): 51123.16
|
|
||||||
Virtual memory used (MiB): 45168.41
|
|
||||||
Swap memory total (MiB): 18428.44
|
|
||||||
Swap memory used (MiB): 1696.88
|
|
||||||
Space in storage for jna.tmpdir (MiB): <path not set>
|
|
||||||
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
|
|
||||||
Space in storage for io.netty.native.workdir (MiB): <path not set>
|
|
||||||
Space in storage for java.io.tmpdir (MiB): available: 16986.62, total: 487582.00
|
|
||||||
Space in storage for workdir (MiB): available: 16986.62, total: 487582.00
|
|
||||||
JVM Flags: 0 total;
|
|
||||||
ModLauncher: 11.0.5+main.901c6ea8
|
|
||||||
ModLauncher launch target: forgeserver
|
|
||||||
ModLauncher services:
|
|
||||||
sponge-mixin-0.15.2+mixin.0.8.7.jar mixin PLUGINSERVICE
|
|
||||||
loader-4.0.42.jar slf4jfixer PLUGINSERVICE
|
|
||||||
loader-4.0.42.jar runtime_enum_extender PLUGINSERVICE
|
|
||||||
at-modlauncher-10.0.1.jar accesstransformer PLUGINSERVICE
|
|
||||||
loader-4.0.42.jar runtimedistcleaner PLUGINSERVICE
|
|
||||||
modlauncher-11.0.5.jar mixin TRANSFORMATIONSERVICE
|
|
||||||
modlauncher-11.0.5.jar fml TRANSFORMATIONSERVICE
|
|
||||||
modlauncher-11.0.5.jar connector_loader TRANSFORMATIONSERVICE
|
|
||||||
FML Language Providers:
|
|
||||||
kotlinforforge@5.11.0
|
|
||||||
Configured Defaults@21.1.3
|
|
||||||
javafml@4.0
|
|
||||||
lowcodefml@4.0
|
|
||||||
minecraft@4.0
|
|
||||||
Mod List:
|
|
||||||
server-1.21.1-20240808.144430-srg.jar |Minecraft |minecraft |1.21.1 |Manifest: NOSIGNATURE
|
|
||||||
neoforge-21.1.228-universal.jar |NeoForge |neoforge |21.1.228 |Manifest: NOSIGNATURE
|
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"enable_commands": true,
|
||||||
|
"force_resilient_feature_indexer": false,
|
||||||
|
"overworld_replacement_scale": 4,
|
||||||
|
"nether_replacement_scale": 2,
|
||||||
|
"end_replacement_scale": 1
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
eda736d2db3438e7e7faf7c4badde80239546ba147f9054efa92cf195d9e0005
|
||||||
+11
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"group": "log",
|
||||||
|
"ingredient": {
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"id": "aether:stripped_skyroot_log",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+11
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"group": "log",
|
||||||
|
"ingredient": {
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"id": "aether:stripped_skyroot_wood",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+11
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"group": "log",
|
||||||
|
"ingredient": {
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_wood",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+11
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"group": "log",
|
||||||
|
"ingredient": {
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_log",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+11
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"group": "log",
|
||||||
|
"ingredient": {
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"id": "aether:stripped_skyroot_wood",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+11
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"group": "log",
|
||||||
|
"ingredient": {
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"id": "aether:stripped_skyroot_log",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+11
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"group": "log",
|
||||||
|
"ingredient": {
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"id": "aether:stripped_skyroot_log",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+11
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"group": "log",
|
||||||
|
"ingredient": {
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"id": "aether:stripped_skyroot_wood",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:sunroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:sunroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_sunroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_sunroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_axe",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:yagroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:yagroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_yagroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_yagroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_axe",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:conberry_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:conberry_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_conberry_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_conberry_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_axe",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:roseroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:roseroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_roseroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_roseroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_axe",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:cruderoot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:cruderoot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_cruderoot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_cruderoot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_axe",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_axe",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_boat",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:sunroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:sunroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_sunroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_sunroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_bucket",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:yagroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:yagroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_yagroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_yagroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_bucket",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:conberry_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:conberry_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_conberry_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_conberry_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_bucket",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:roseroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:roseroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_roseroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_roseroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_bucket",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:cruderoot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:cruderoot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_cruderoot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_cruderoot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_bucket",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_bucket",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_button",
|
||||||
|
"count": 4
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"group": "planks",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_planks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "everycomp:q/aether/vertical_skyroot_planks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_button",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+23
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_chest_boat",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"ingredient_count": 3,
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_door",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_fence",
|
||||||
|
"count": 3
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"group": "planks",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_planks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "everycomp:q/aether/vertical_skyroot_planks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_fence",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_fence_gate",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:sunroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:sunroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_sunroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_sunroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_hoe",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:yagroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:yagroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_yagroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_yagroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_hoe",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:conberry_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:conberry_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_conberry_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_conberry_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_hoe",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:roseroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:roseroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_roseroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_roseroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_hoe",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:cruderoot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:cruderoot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_cruderoot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_cruderoot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_hoe",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_hoe",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:sunroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:sunroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_sunroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_sunroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_pickaxe",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:yagroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:yagroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_yagroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_yagroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_pickaxe",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:conberry_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:conberry_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_conberry_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_conberry_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_pickaxe",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:roseroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:roseroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_roseroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_roseroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_pickaxe",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:cruderoot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:cruderoot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_cruderoot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_cruderoot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_pickaxe",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_pickaxe",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_planks",
|
||||||
|
"count": 4
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_pressure_plate",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:sunroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:sunroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_sunroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_sunroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_shovel",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:yagroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:yagroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_yagroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_yagroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_shovel",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:conberry_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:conberry_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_conberry_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_conberry_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_shovel",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:roseroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:roseroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_roseroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_roseroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_shovel",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:cruderoot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:cruderoot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_cruderoot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_cruderoot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_shovel",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_shovel",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_sign",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_slab",
|
||||||
|
"count": 8
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"group": "planks",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_planks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "everycomp:q/aether/vertical_skyroot_planks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_slab",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_stairs",
|
||||||
|
"count": 4
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"group": "planks",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_planks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "everycomp:q/aether/vertical_skyroot_planks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_stairs",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:sunroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:sunroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_sunroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_sunroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_stick",
|
||||||
|
"count": 8
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"group": "planks",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:sunroot_planks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "everycomp:q/deep_aether/vertical_sunroot_planks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_stick",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:yagroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:yagroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_yagroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_yagroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_stick",
|
||||||
|
"count": 8
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"group": "planks",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:yagroot_planks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "everycomp:q/deep_aether/vertical_yagroot_planks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_stick",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:conberry_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:conberry_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_conberry_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_conberry_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_stick",
|
||||||
|
"count": 8
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"group": "planks",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:conberry_planks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "everycomp:q/deep_aether/vertical_conberry_planks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_stick",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:roseroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:roseroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_roseroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_roseroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_stick",
|
||||||
|
"count": 8
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"group": "planks",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:roseroot_planks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "everycomp:q/deep_aether/vertical_roseroot_planks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_stick",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:cruderoot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:cruderoot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_cruderoot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_cruderoot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_stick",
|
||||||
|
"count": 8
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"group": "planks",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:cruderoot_planks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "everycomp:q/deep_aether/vertical_cruderoot_planks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_stick",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_stick",
|
||||||
|
"count": 8
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"group": "planks",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_planks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "everycomp:q/aether/vertical_skyroot_planks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_stick",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:sunroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:sunroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_sunroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_sunroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_sword",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:yagroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:yagroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_yagroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_yagroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_sword",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:conberry_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:conberry_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_conberry_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_conberry_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_sword",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:roseroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:roseroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_roseroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_roseroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_sword",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "deep_aether:cruderoot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:cruderoot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_cruderoot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "deep_aether:stripped_cruderoot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_sword",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_sword",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:skyroot_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "aether:stripped_skyroot_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "aether:skyroot_trapdoor",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:acacia_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:acacia_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stripped_acacia_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stripped_acacia_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "another_furniture:acacia_bench",
|
||||||
|
"count": 4
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"group": "planks",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:acacia_planks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "quark:vertical_acacia_planks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "another_furniture:acacia_bench",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:acacia_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:acacia_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stripped_acacia_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stripped_acacia_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "another_furniture:acacia_chair",
|
||||||
|
"count": 3
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"group": "planks",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:acacia_planks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "quark:vertical_acacia_planks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "another_furniture:acacia_chair",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:acacia_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:acacia_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stripped_acacia_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stripped_acacia_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "another_furniture:acacia_drawer",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:acacia_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:acacia_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stripped_acacia_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stripped_acacia_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "another_furniture:acacia_shelf",
|
||||||
|
"count": 4
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"group": "planks",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:acacia_planks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "quark:vertical_acacia_planks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "another_furniture:acacia_shelf",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:acacia_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:acacia_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stripped_acacia_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stripped_acacia_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "another_furniture:acacia_shutter",
|
||||||
|
"count": 6
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"group": "planks",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:acacia_planks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "quark:vertical_acacia_planks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "another_furniture:acacia_shutter",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:acacia_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:acacia_wood"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stripped_acacia_log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stripped_acacia_wood"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "another_furniture:acacia_table",
|
||||||
|
"count": 3
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"group": "planks",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:acacia_planks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "quark:vertical_acacia_planks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "another_furniture:acacia_table",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:bamboo_block"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stripped_bamboo_block"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "another_furniture:bamboo_bench",
|
||||||
|
"count": 3
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"group": "planks",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:bamboo_planks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "quark:vertical_bamboo_planks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "another_furniture:bamboo_bench",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"group": "logs",
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:bamboo_block"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stripped_bamboo_block"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "another_furniture:bamboo_chair",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"type": "sawmill:woodcutting"
|
||||||
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user