Compare commits

..
5 Commits
4128 changed files with 79042 additions and 19152 deletions
+5
View File
@@ -1,2 +1,7 @@
saves/ saves/
Server/world/ Server/world/
Server/logs/
Server/eula.txt
options.txt
logs/
Server/crash-reports/
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
[]
+1
View File
@@ -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 @@
{}
+4 -4
View File
@@ -10,7 +10,7 @@
# Do not include the #. You may reset to defaults by deleting this file. # Do not include the #. You may reset to defaults by deleting this file.
# #
# Available options: # Available options:
# mixin.bugfix.chunk_deadlock=false # (overridden for mod compat) # mixin.bugfix.chunk_deadlock=true # (default)
# mixin.bugfix.cofh_core_crash=true # (default) # mixin.bugfix.cofh_core_crash=true # (default)
# mixin.bugfix.concurrency=true # (default) # mixin.bugfix.concurrency=true # (default)
# mixin.bugfix.ctm_resourceutil_cme=true # (default) # mixin.bugfix.ctm_resourceutil_cme=true # (default)
@@ -20,7 +20,7 @@
# mixin.bugfix.fix_config_crashes=true # (default) # mixin.bugfix.fix_config_crashes=true # (default)
# mixin.bugfix.missing_block_entities=false # (default) # mixin.bugfix.missing_block_entities=false # (default)
# mixin.bugfix.packet_leak=false # (default) # mixin.bugfix.packet_leak=false # (default)
# mixin.bugfix.paper_chunk_patches=false # (overridden for mod compat) # mixin.bugfix.paper_chunk_patches=true # (default)
# mixin.bugfix.recipe_book_type_desync=true # (default) # mixin.bugfix.recipe_book_type_desync=true # (default)
# mixin.bugfix.restore_old_dragon_movement=false # (default) # mixin.bugfix.restore_old_dragon_movement=false # (default)
# mixin.bugfix.skip_redundant_saves=false # (default) # mixin.bugfix.skip_redundant_saves=false # (default)
@@ -50,7 +50,7 @@
# mixin.perf.attribute_supplier_dedup=true # (default) # mixin.perf.attribute_supplier_dedup=true # (default)
# mixin.perf.cache_blockstate_cache_arrays=true # (default) # mixin.perf.cache_blockstate_cache_arrays=true # (default)
# mixin.perf.cache_profile_texture_url=true # (default) # mixin.perf.cache_profile_texture_url=true # (default)
# mixin.perf.cache_strongholds=false # (overridden for mod compat) # mixin.perf.cache_strongholds=true # (default)
# mixin.perf.capability_list_compaction=true # (default) # mixin.perf.capability_list_compaction=true # (default)
# mixin.perf.chunk_meshing=true # (default) # mixin.perf.chunk_meshing=true # (default)
# mixin.perf.clear_mixin_classinfo=false # (default) # mixin.perf.clear_mixin_classinfo=false # (default)
@@ -86,7 +86,7 @@
# mixin.perf.optimize_surface_rules=true # (default) # mixin.perf.optimize_surface_rules=true # (default)
# mixin.perf.patchouli_deduplicate_books=true # (default) # mixin.perf.patchouli_deduplicate_books=true # (default)
# mixin.perf.reduce_blockstate_cache_rebuilds=true # (default) # mixin.perf.reduce_blockstate_cache_rebuilds=true # (default)
# mixin.perf.release_protochunks=false # (overridden for mod compat) # mixin.perf.release_protochunks=true # (default)
# mixin.perf.remove_biome_temperature_cache=true # (default) # mixin.perf.remove_biome_temperature_cache=true # (default)
# mixin.perf.resourcepacks=true # (default) # mixin.perf.resourcepacks=true # (default)
# mixin.perf.smart_ingredient_sync=true # (default) # mixin.perf.smart_ingredient_sync=true # (default)
+4 -9
View File
@@ -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]
+8 -1
View File
@@ -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]
+1 -8
View File
@@ -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
-3
View File
@@ -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
+12
View File
@@ -0,0 +1,12 @@
# Configured Defaults
This whole directory servers as a synchronized mirror of `.minecraft`. Every sub-directory and / or file placed within will be copied to the main `.minecraft` directory during game launch if the directory / file is not already present.
There is no way of overriding an existing file, a copy will only be made when the target destination is empty.
Please note that due to the way Minecraft handles `options.txt` specifically it is sufficient to include only the options you want to set a preset for. All missing options will be filled in using their internal defaults when the file is read by the game.
Examples:
- `.minecraft/configureddefaults/options.txt` will be copied to `.minecraft/options.txt` if not already present
- `.minecraft/configureddefaults/config/jei/jei.toml` will be copied to `.minecraft/config/jei/jei.toml` if not already present
Note that this `README.md` file is excluded from being copied to `.minecraft`.
@@ -0,0 +1,7 @@
{
"enable_commands": true,
"force_resilient_feature_indexer": false,
"overworld_replacement_scale": 4,
"nether_replacement_scale": 2,
"end_replacement_scale": 1
}
+1
View File
@@ -0,0 +1 @@
eda736d2db3438e7e7faf7c4badde80239546ba147f9054efa92cf195d9e0005
@@ -0,0 +1,11 @@
{
"group": "log",
"ingredient": {
"item": "aether:skyroot_log"
},
"result": {
"id": "aether:stripped_skyroot_log",
"count": 1
},
"type": "sawmill:woodcutting"
}
@@ -0,0 +1,11 @@
{
"group": "log",
"ingredient": {
"item": "aether:skyroot_log"
},
"result": {
"id": "aether:stripped_skyroot_wood",
"count": 1
},
"type": "sawmill:woodcutting"
}
@@ -0,0 +1,11 @@
{
"group": "log",
"ingredient": {
"item": "aether:skyroot_log"
},
"result": {
"id": "aether:skyroot_wood",
"count": 1
},
"type": "sawmill:woodcutting"
}
@@ -0,0 +1,11 @@
{
"group": "log",
"ingredient": {
"item": "aether:skyroot_wood"
},
"result": {
"id": "aether:skyroot_log",
"count": 1
},
"type": "sawmill:woodcutting"
}
@@ -0,0 +1,11 @@
{
"group": "log",
"ingredient": {
"item": "aether:skyroot_wood"
},
"result": {
"id": "aether:stripped_skyroot_wood",
"count": 1
},
"type": "sawmill:woodcutting"
}
@@ -0,0 +1,11 @@
{
"group": "log",
"ingredient": {
"item": "aether:skyroot_wood"
},
"result": {
"id": "aether:stripped_skyroot_log",
"count": 1
},
"type": "sawmill:woodcutting"
}
@@ -0,0 +1,11 @@
{
"group": "log",
"ingredient": {
"item": "aether:stripped_skyroot_wood"
},
"result": {
"id": "aether:stripped_skyroot_log",
"count": 1
},
"type": "sawmill:woodcutting"
}
@@ -0,0 +1,11 @@
{
"group": "log",
"ingredient": {
"item": "aether:stripped_skyroot_log"
},
"result": {
"id": "aether:stripped_skyroot_wood",
"count": 1
},
"type": "sawmill:woodcutting"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}

Some files were not shown because too many files have changed in this diff Show More