From 5f4cebdf3918e80cd0a28ab4bc612fff1ce1f046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Mon, 17 Jun 2024 20:24:42 +0200 Subject: [PATCH] feat: better gregified boat recipe --- .../config/everycomp-hazardous.properties | 2 +- .../config/fabric/indigo-renderer.properties | 2 +- .../Biomes/regions_unexplored$icy_heights.cfg | 26 ++ packwiz/1.20.1/config/gtceu.yaml | 4 +- .../config/ironchests/defaults.properties | 2 +- .../jei/ingredient-list-mod-sort-order.ini | 1 + .../world/local/New_World__2/bookmarks.ini | 1 + packwiz/1.20.1/config/oculus.properties | 2 +- packwiz/1.20.1/config/quark-common.toml | 8 +- .../occlusion.properties | 384 +++++++++--------- .../reflectivity.properties | 384 +++++++++--------- .../server_scripts/boats_gregified_recipes.js | 74 ---- .../server_scripts/gregified_recipes/boats.js | 82 ++++ 13 files changed, 504 insertions(+), 468 deletions(-) create mode 100755 packwiz/1.20.1/config/forgeendertech/Biomes/regions_unexplored$icy_heights.cfg create mode 100755 packwiz/1.20.1/config/jei/world/local/New_World__2/bookmarks.ini delete mode 100644 packwiz/1.20.1/kubejs/server_scripts/boats_gregified_recipes.js create mode 100644 packwiz/1.20.1/kubejs/server_scripts/gregified_recipes/boats.js diff --git a/packwiz/1.20.1/config/everycomp-hazardous.properties b/packwiz/1.20.1/config/everycomp-hazardous.properties index 8b427e8..9e1bd7f 100755 --- a/packwiz/1.20.1/config/everycomp-hazardous.properties +++ b/packwiz/1.20.1/config/everycomp-hazardous.properties @@ -1,5 +1,5 @@ #Hard disable entire modules. Use at your own risk and don't ask for support if you use this -#Mon Jun 17 16:18:31 CEST 2024 +#Mon Jun 17 19:46:49 CEST 2024 farmersdelight=true decorative_blocks=true quark=true diff --git a/packwiz/1.20.1/config/fabric/indigo-renderer.properties b/packwiz/1.20.1/config/fabric/indigo-renderer.properties index 8176ea2..a386292 100755 --- a/packwiz/1.20.1/config/fabric/indigo-renderer.properties +++ b/packwiz/1.20.1/config/fabric/indigo-renderer.properties @@ -1,5 +1,5 @@ #Indigo properties file -#Mon Jun 17 16:18:29 CEST 2024 +#Mon Jun 17 19:46:47 CEST 2024 fix-mean-light-calculation=auto debug-compare-lighting=auto fix-exterior-vertex-lighting=auto diff --git a/packwiz/1.20.1/config/forgeendertech/Biomes/regions_unexplored$icy_heights.cfg b/packwiz/1.20.1/config/forgeendertech/Biomes/regions_unexplored$icy_heights.cfg new file mode 100755 index 0000000..3f241f9 --- /dev/null +++ b/packwiz/1.20.1/config/forgeendertech/Biomes/regions_unexplored$icy_heights.cfg @@ -0,0 +1,26 @@ +# Configuration file + +Biome { + # Biome registry name [default: regions_unexplored:icy_heights] + S:name=regions_unexplored:icy_heights +} + + +Config { + # If set to False, parameters from this config will not be used. [default: false] + B:enabled=false +} + + +Wind { + # Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0] + S:changeProbability=1.0 + + # Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15] + S:changeStep=0.15 + + # Defines maximum wind strength. [range: 0 ~ 30, default: 10] + I:maxStrength=10 +} + + diff --git a/packwiz/1.20.1/config/gtceu.yaml b/packwiz/1.20.1/config/gtceu.yaml index 118aaf4..92ed93f 100755 --- a/packwiz/1.20.1/config/gtceu.yaml +++ b/packwiz/1.20.1/config/gtceu.yaml @@ -18,12 +18,12 @@ recipes: # Whether to nerf Wood crafting to 2 Planks from 1 Log, and 2 Sticks from 2 Planks. # Default: false - nerfWoodCrafting: false + nerfWoodCrafting: true # Whether to make Wood related recipes harder. # Excludes sticks and planks. # Default: false - hardWoodRecipes: false + hardWoodRecipes: true # Recipes for Buckets, Cauldrons, Hoppers, and Iron Bars require Iron Plates, Rods, and more. # Default: true diff --git a/packwiz/1.20.1/config/ironchests/defaults.properties b/packwiz/1.20.1/config/ironchests/defaults.properties index 9e42559..c9be888 100755 --- a/packwiz/1.20.1/config/ironchests/defaults.properties +++ b/packwiz/1.20.1/config/ironchests/defaults.properties @@ -1,6 +1,6 @@ #Iron Chests Default Files #Setting a value will recopy the default files. -#Mon Jun 17 16:18:30 CEST 2024 +#Mon Jun 17 19:46:48 CEST 2024 barrels=true chests=true chest_upgrades=true diff --git a/packwiz/1.20.1/config/jei/ingredient-list-mod-sort-order.ini b/packwiz/1.20.1/config/jei/ingredient-list-mod-sort-order.ini index d09b874..d86594d 100755 --- a/packwiz/1.20.1/config/jei/ingredient-list-mod-sort-order.ini +++ b/packwiz/1.20.1/config/jei/ingredient-list-mod-sort-order.ini @@ -67,3 +67,4 @@ Alexs Mobs Interaction Enchanting Infuser Illager Invasion Regions Unexplored +Structure Gel API diff --git a/packwiz/1.20.1/config/jei/world/local/New_World__2/bookmarks.ini b/packwiz/1.20.1/config/jei/world/local/New_World__2/bookmarks.ini new file mode 100755 index 0000000..6078679 --- /dev/null +++ b/packwiz/1.20.1/config/jei/world/local/New_World__2/bookmarks.ini @@ -0,0 +1 @@ +T:{Count:1b,id:"ad_astra:aeronos_door"} diff --git a/packwiz/1.20.1/config/oculus.properties b/packwiz/1.20.1/config/oculus.properties index 166a8fe..137a99b 100755 --- a/packwiz/1.20.1/config/oculus.properties +++ b/packwiz/1.20.1/config/oculus.properties @@ -1,5 +1,5 @@ #This file stores configuration options for Iris, such as the currently active shaderpack -#Mon Jun 17 17:06:43 CEST 2024 +#Mon Jun 17 19:46:46 CEST 2024 colorSpace=SRGB disableUpdateMessage=false enableDebugOptions=false diff --git a/packwiz/1.20.1/config/quark-common.toml b/packwiz/1.20.1/config/quark-common.toml index cfb597f..5398993 100755 --- a/packwiz/1.20.1/config/quark-common.toml +++ b/packwiz/1.20.1/config/quark-common.toml @@ -197,8 +197,8 @@ [building.leaf_carpet] #This feature disables itself if any of the following mods are loaded: - # - woodworks # - immersive_weathering + # - woodworks #This is done to prevent content overlap. #You can turn this on to force the feature to be loaded even if the above mods are also loaded. "Ignore Anti Overlap" = false @@ -237,8 +237,8 @@ #Allowed values: [0,1] "Fall Damage Multiplier" = 0.5 #This feature disables itself if any of the following mods are loaded: - # - goated # - environmental + # - goated #This is done to prevent content overlap. #You can turn this on to force the feature to be loaded even if the above mods are also loaded. "Ignore Anti Overlap" = false @@ -246,8 +246,8 @@ [building.variant_bookshelves] "Change Names" = true #This feature disables itself if any of the following mods are loaded: - # - woodworks # - woodster + # - woodworks #This is done to prevent content overlap. #You can turn this on to force the feature to be loaded even if the above mods are also loaded. "Ignore Anti Overlap" = false @@ -266,8 +266,8 @@ [building.variant_ladders] "Change Names" = true #This feature disables itself if any of the following mods are loaded: - # - woodworks # - woodster + # - woodworks #This is done to prevent content overlap. #You can turn this on to force the feature to be loaded even if the above mods are also loaded. "Ignore Anti Overlap" = false diff --git a/packwiz/1.20.1/config/sound_physics_remastered/occlusion.properties b/packwiz/1.20.1/config/sound_physics_remastered/occlusion.properties index 1ad80ca..2eec709 100755 --- a/packwiz/1.20.1/config/sound_physics_remastered/occlusion.properties +++ b/packwiz/1.20.1/config/sound_physics_remastered/occlusion.properties @@ -9,208 +9,208 @@ # By block ID: # minecraft\:oak_log=1.0 -# Dripstone Block (Sound Type) -DRIPSTONE_BLOCK=1.0 -# Lodestone (Sound Type) -LODESTONE=1.0 -# Gilded Blackstone (Sound Type) -GILDED_BLACKSTONE=1.0 -# Stem (Sound Type) -STEM=1.0 -# Nether Bricks (Sound Type) -NETHER_BRICKS=1.0 -# Sweet Berry Bush (Sound Type) -SWEET_BERRY_BUSH=0.0 -# Stone (Sound Type) -STONE=1.0 -# Amethyst Cluster (Sound Type) -AMETHYST_CLUSTER=1.0 -# Fungus (Sound Type) -FUNGUS=0.0 -# Small Dripleaf (Sound Type) -SMALL_DRIPLEAF=0.0 -# Bone Block (Sound Type) -BONE_BLOCK=1.0 -# Bamboo Wood Hanging Sign (Sound Type) -BAMBOO_WOOD_HANGING_SIGN=1.0 -# Spore Blossom (Sound Type) -SPORE_BLOSSOM=0.0 -# Wart Block (Sound Type) -WART_BLOCK=1.0 -# Medium Amethyst Bud (Sound Type) -MEDIUM_AMETHYST_BUD=0.0 -# Sculk Sensor (Sound Type) -SCULK_SENSOR=1.0 -# Deepslate (Sound Type) -DEEPSLATE=1.0 -# Bamboo Wood (Sound Type) -BAMBOO_WOOD=1.0 -# Moss Carpet (Sound Type) -MOSS_CARPET=0.1 -# Hanging Roots (Sound Type) -HANGING_ROOTS=1.0 -# Wool (Sound Type) -WOOL=1.5 -# Hanging Sign (Sound Type) -HANGING_SIGN=1.0 -# Froglight (Sound Type) -FROGLIGHT=1.0 -# Suspicious Gravel (Sound Type) -SUSPICIOUS_GRAVEL=1.0 -# Roots (Sound Type) -ROOTS=0.0 -# Amethyst (Sound Type) -AMETHYST=1.0 -# Coral Block (Sound Type) -CORAL_BLOCK=1.0 -# Twisting Vines (Sound Type) -TWISTING_VINES=0.0 -# Suspicious Sand (Sound Type) -SUSPICIOUS_SAND=1.0 -# Bamboo Sapling (Sound Type) -BAMBOO_SAPLING=0.1 -# Calcite (Sound Type) -CALCITE=1.0 -# Wet Grass (Sound Type) -WET_GRASS=0.1 -# Ancient Debris (Sound Type) -ANCIENT_DEBRIS=1.0 -# Mangrove Roots (Sound Type) -MANGROVE_ROOTS=1.0 -# Ladder (Sound Type) -LADDER=0.0 -# Nether Wood Hanging Sign (Sound Type) -NETHER_WOOD_HANGING_SIGN=1.0 -# Nether Wart (Sound Type) -NETHER_WART=1.0 -# Mud Bricks (Sound Type) -MUD_BRICKS=1.0 -# Anvil (Sound Type) -ANVIL=1.0 -# Deepslate Bricks (Sound Type) -DEEPSLATE_BRICKS=1.0 -# Sculk Vein (Sound Type) -SCULK_VEIN=1.0 -# Sculk Shrieker (Sound Type) -SCULK_SHRIEKER=1.0 +# Small Amethyst Bud (Sound Type) +SMALL_AMETHYST_BUD=0.0 # Netherite Block (Sound Type) NETHERITE_BLOCK=1.0 -# Deepslate Tiles (Sound Type) -DEEPSLATE_TILES=1.0 -# Snow (Sound Type) -SNOW=0.1 -# Slime Block (Sound Type) -SLIME_BLOCK=1.0 -# Decorated Pot (Sound Type) -DECORATED_POT=1.0 -# Pointed Dripstone (Sound Type) -POINTED_DRIPSTONE=0.0 -# Tuff (Sound Type) -TUFF=1.0 -# Chiseled Bookshelf (Sound Type) -CHISELED_BOOKSHELF=1.0 -# Decorated Pot Cracked (Sound Type) -DECORATED_POT_CRACKED=1.0 -# Sand (Sound Type) -SAND=1.0 -# Wood (Sound Type) -WOOD=1.0 -# Soul Soil (Sound Type) -SOUL_SOIL=1.0 -# Flowering Azalea (Sound Type) -FLOWERING_AZALEA=1.0 -# Netherrack (Sound Type) -NETHERRACK=1.0 -# Grass (Sound Type) -GRASS=1.0 -# Azalea (Sound Type) -AZALEA=1.0 -# Nether Sprouts (Sound Type) -NETHER_SPROUTS=1.0 -# Glow Lichen (Sound Type) -GLOW_LICHEN=0.0 -# Crop (Sound Type) -CROP=0.0 -# Nylium (Sound Type) -NYLIUM=1.0 -# Mud (Sound Type) -MUD=1.0 -# Nether Wood (Sound Type) -NETHER_WOOD=1.0 -# Honey Block (Sound Type) -HONEY_BLOCK=0.5 -# Azalea Leaves (Sound Type) -AZALEA_LEAVES=1.0 -# Shroomlight (Sound Type) -SHROOMLIGHT=1.0 -# Sculk Catalyst (Sound Type) -SCULK_CATALYST=1.0 -# Cherry Leaves (Sound Type) -CHERRY_LEAVES=1.0 -# Packed Mud (Sound Type) -PACKED_MUD=1.0 -# Sculk (Sound Type) -SCULK=1.0 -# Lily Pad (Sound Type) -LILY_PAD=0.0 -# Muddy Mangrove Roots (Sound Type) -MUDDY_MANGROVE_ROOTS=1.0 -# Cherry Wood (Sound Type) -CHERRY_WOOD=1.0 -# Hard Crop (Sound Type) -HARD_CROP=1.0 -# Gravel (Sound Type) -GRAVEL=1.0 -# Big Dripleaf (Sound Type) -BIG_DRIPLEAF=1.0 -# Frogspawn (Sound Type) -FROGSPAWN=1.0 -# Cherry Sapling (Sound Type) -CHERRY_SAPLING=1.0 -# Large Amethyst Bud (Sound Type) -LARGE_AMETHYST_BUD=0.0 -# Polished Deepslate (Sound Type) -POLISHED_DEEPSLATE=1.0 -# Copper (Sound Type) -COPPER=1.0 -# Scaffolding (Sound Type) -SCAFFOLDING=0.0 -# Chain (Sound Type) -CHAIN=0.0 -# Candle (Sound Type) -CANDLE=1.0 -# Cherry Wood Hanging Sign (Sound Type) -CHERRY_WOOD_HANGING_SIGN=1.0 -# Glass (Sound Type) -GLASS=0.1 -# Rooted Dirt (Sound Type) -ROOTED_DIRT=1.0 +# Nether Wood Hanging Sign (Sound Type) +NETHER_WOOD_HANGING_SIGN=1.0 # Bamboo (Sound Type) BAMBOO=0.1 # Cave Vines (Sound Type) CAVE_VINES=1.0 -# Lantern (Sound Type) -LANTERN=1.0 -# Nether Ore (Sound Type) -NETHER_ORE=1.0 -# Nether Gold Ore (Sound Type) -NETHER_GOLD_ORE=1.0 -# Powder Snow (Sound Type) -POWDER_SNOW=0.1 -# Basalt (Sound Type) -BASALT=1.0 -# Soul Sand (Sound Type) -SOUL_SAND=1.0 -# Metal (Sound Type) -METAL=1.0 -# Weeping Vines (Sound Type) -WEEPING_VINES=0.0 +# Honey Block (Sound Type) +HONEY_BLOCK=0.5 +# Deepslate Bricks (Sound Type) +DEEPSLATE_BRICKS=1.0 +# Polished Deepslate (Sound Type) +POLISHED_DEEPSLATE=1.0 +# Wool (Sound Type) +WOOL=1.5 # Moss (Sound Type) MOSS=0.75 +# Nether Sprouts (Sound Type) +NETHER_SPROUTS=1.0 +# Cherry Wood (Sound Type) +CHERRY_WOOD=1.0 +# Stem (Sound Type) +STEM=1.0 +# Ancient Debris (Sound Type) +ANCIENT_DEBRIS=1.0 +# Anvil (Sound Type) +ANVIL=1.0 +# Metal (Sound Type) +METAL=1.0 +# Nether Gold Ore (Sound Type) +NETHER_GOLD_ORE=1.0 +# Azalea (Sound Type) +AZALEA=1.0 +# Hard Crop (Sound Type) +HARD_CROP=1.0 +# Soul Soil (Sound Type) +SOUL_SOIL=1.0 +# Sculk Sensor (Sound Type) +SCULK_SENSOR=1.0 +# Mud Bricks (Sound Type) +MUD_BRICKS=1.0 +# Flowering Azalea (Sound Type) +FLOWERING_AZALEA=1.0 +# Wood (Sound Type) +WOOD=1.0 +# Lodestone (Sound Type) +LODESTONE=1.0 +# Sculk Shrieker (Sound Type) +SCULK_SHRIEKER=1.0 +# Bamboo Sapling (Sound Type) +BAMBOO_SAPLING=0.1 +# Deepslate Tiles (Sound Type) +DEEPSLATE_TILES=1.0 +# Medium Amethyst Bud (Sound Type) +MEDIUM_AMETHYST_BUD=0.0 +# Chain (Sound Type) +CHAIN=0.0 +# Small Dripleaf (Sound Type) +SMALL_DRIPLEAF=0.0 +# Nether Ore (Sound Type) +NETHER_ORE=1.0 +# Nether Wood (Sound Type) +NETHER_WOOD=1.0 +# Slime Block (Sound Type) +SLIME_BLOCK=1.0 +# Fungus (Sound Type) +FUNGUS=0.0 +# Gravel (Sound Type) +GRAVEL=1.0 +# Nylium (Sound Type) +NYLIUM=1.0 +# Bamboo Wood Hanging Sign (Sound Type) +BAMBOO_WOOD_HANGING_SIGN=1.0 +# Spore Blossom (Sound Type) +SPORE_BLOSSOM=0.0 +# Chiseled Bookshelf (Sound Type) +CHISELED_BOOKSHELF=1.0 +# Glass (Sound Type) +GLASS=0.1 +# Candle (Sound Type) +CANDLE=1.0 +# Big Dripleaf (Sound Type) +BIG_DRIPLEAF=1.0 +# Hanging Sign (Sound Type) +HANGING_SIGN=1.0 +# Sand (Sound Type) +SAND=1.0 +# Twisting Vines (Sound Type) +TWISTING_VINES=0.0 +# Decorated Pot (Sound Type) +DECORATED_POT=1.0 +# Muddy Mangrove Roots (Sound Type) +MUDDY_MANGROVE_ROOTS=1.0 +# Powder Snow (Sound Type) +POWDER_SNOW=0.1 +# Sculk (Sound Type) +SCULK=1.0 +# Cherry Sapling (Sound Type) +CHERRY_SAPLING=1.0 +# Coral Block (Sound Type) +CORAL_BLOCK=1.0 +# Mud (Sound Type) +MUD=1.0 +# Roots (Sound Type) +ROOTS=0.0 +# Snow (Sound Type) +SNOW=0.1 +# Scaffolding (Sound Type) +SCAFFOLDING=0.0 +# Large Amethyst Bud (Sound Type) +LARGE_AMETHYST_BUD=0.0 +# Shroomlight (Sound Type) +SHROOMLIGHT=1.0 +# Bone Block (Sound Type) +BONE_BLOCK=1.0 +# Cherry Wood Hanging Sign (Sound Type) +CHERRY_WOOD_HANGING_SIGN=1.0 +# Calcite (Sound Type) +CALCITE=1.0 +# Pointed Dripstone (Sound Type) +POINTED_DRIPSTONE=0.0 +# Amethyst (Sound Type) +AMETHYST=1.0 +# Cherry Leaves (Sound Type) +CHERRY_LEAVES=1.0 +# Netherrack (Sound Type) +NETHERRACK=1.0 +# Ladder (Sound Type) +LADDER=0.0 +# Gilded Blackstone (Sound Type) +GILDED_BLACKSTONE=1.0 +# Weeping Vines (Sound Type) +WEEPING_VINES=0.0 +# Hanging Roots (Sound Type) +HANGING_ROOTS=1.0 +# Nether Wart (Sound Type) +NETHER_WART=1.0 +# Mangrove Roots (Sound Type) +MANGROVE_ROOTS=1.0 +# Moss Carpet (Sound Type) +MOSS_CARPET=0.1 +# Copper (Sound Type) +COPPER=1.0 +# Lantern (Sound Type) +LANTERN=1.0 +# Dripstone Block (Sound Type) +DRIPSTONE_BLOCK=1.0 # Vine (Sound Type) VINE=0.0 -# Small Amethyst Bud (Sound Type) -SMALL_AMETHYST_BUD=0.0 +# Azalea Leaves (Sound Type) +AZALEA_LEAVES=1.0 +# Grass (Sound Type) +GRASS=1.0 +# Suspicious Gravel (Sound Type) +SUSPICIOUS_GRAVEL=1.0 +# Stone (Sound Type) +STONE=1.0 +# Froglight (Sound Type) +FROGLIGHT=1.0 +# Nether Bricks (Sound Type) +NETHER_BRICKS=1.0 +# Bamboo Wood (Sound Type) +BAMBOO_WOOD=1.0 +# Basalt (Sound Type) +BASALT=1.0 +# Suspicious Sand (Sound Type) +SUSPICIOUS_SAND=1.0 +# Sweet Berry Bush (Sound Type) +SWEET_BERRY_BUSH=0.0 +# Rooted Dirt (Sound Type) +ROOTED_DIRT=1.0 +# Amethyst Cluster (Sound Type) +AMETHYST_CLUSTER=1.0 +# Sculk Vein (Sound Type) +SCULK_VEIN=1.0 +# Glow Lichen (Sound Type) +GLOW_LICHEN=0.0 +# Tuff (Sound Type) +TUFF=1.0 +# Decorated Pot Cracked (Sound Type) +DECORATED_POT_CRACKED=1.0 +# Soul Sand (Sound Type) +SOUL_SAND=1.0 +# Packed Mud (Sound Type) +PACKED_MUD=1.0 +# Crop (Sound Type) +CROP=0.0 +# Sculk Catalyst (Sound Type) +SCULK_CATALYST=1.0 +# Wart Block (Sound Type) +WART_BLOCK=1.0 +# Lily Pad (Sound Type) +LILY_PAD=0.0 +# Wet Grass (Sound Type) +WET_GRASS=0.1 +# Frogspawn (Sound Type) +FROGSPAWN=1.0 +# Deepslate (Sound Type) +DEEPSLATE=1.0 # Water (Block) minecraft\:water=0.25 # Lava (Block) diff --git a/packwiz/1.20.1/config/sound_physics_remastered/reflectivity.properties b/packwiz/1.20.1/config/sound_physics_remastered/reflectivity.properties index e394aac..df27c2a 100755 --- a/packwiz/1.20.1/config/sound_physics_remastered/reflectivity.properties +++ b/packwiz/1.20.1/config/sound_physics_remastered/reflectivity.properties @@ -9,205 +9,205 @@ # By block ID: # minecraft\:oak_log=1.0 -# Dripstone Block (Sound Type) -DRIPSTONE_BLOCK=0.5 -# Lodestone (Sound Type) -LODESTONE=0.5 -# Gilded Blackstone (Sound Type) -GILDED_BLACKSTONE=0.5 -# Stem (Sound Type) -STEM=0.4 -# Nether Bricks (Sound Type) -NETHER_BRICKS=1.5 -# Sweet Berry Bush (Sound Type) -SWEET_BERRY_BUSH=0.5 -# Stone (Sound Type) -STONE=1.5 -# Amethyst Cluster (Sound Type) -AMETHYST_CLUSTER=0.5 -# Fungus (Sound Type) -FUNGUS=0.5 -# Small Dripleaf (Sound Type) -SMALL_DRIPLEAF=0.5 -# Bone Block (Sound Type) -BONE_BLOCK=1.5 -# Bamboo Wood Hanging Sign (Sound Type) -BAMBOO_WOOD_HANGING_SIGN=0.5 -# Spore Blossom (Sound Type) -SPORE_BLOSSOM=0.5 -# Wart Block (Sound Type) -WART_BLOCK=0.5 -# Medium Amethyst Bud (Sound Type) -MEDIUM_AMETHYST_BUD=0.5 -# Sculk Sensor (Sound Type) -SCULK_SENSOR=0.5 -# Deepslate (Sound Type) -DEEPSLATE=1.5 -# Bamboo Wood (Sound Type) -BAMBOO_WOOD=0.5 -# Moss Carpet (Sound Type) -MOSS_CARPET=0.5 -# Hanging Roots (Sound Type) -HANGING_ROOTS=0.5 -# Wool (Sound Type) -WOOL=0.1 -# Hanging Sign (Sound Type) -HANGING_SIGN=0.5 -# Froglight (Sound Type) -FROGLIGHT=0.5 -# Suspicious Gravel (Sound Type) -SUSPICIOUS_GRAVEL=0.5 -# Roots (Sound Type) -ROOTS=0.5 -# Amethyst (Sound Type) -AMETHYST=1.5 -# Coral Block (Sound Type) -CORAL_BLOCK=0.2 -# Twisting Vines (Sound Type) -TWISTING_VINES=0.5 -# Suspicious Sand (Sound Type) -SUSPICIOUS_SAND=0.5 -# Bamboo Sapling (Sound Type) -BAMBOO_SAPLING=0.5 -# Calcite (Sound Type) -CALCITE=1.5 -# Wet Grass (Sound Type) -WET_GRASS=0.5 -# Ancient Debris (Sound Type) -ANCIENT_DEBRIS=0.5 -# Mangrove Roots (Sound Type) -MANGROVE_ROOTS=0.5 -# Ladder (Sound Type) -LADDER=0.5 -# Nether Wood Hanging Sign (Sound Type) -NETHER_WOOD_HANGING_SIGN=0.5 -# Nether Wart (Sound Type) -NETHER_WART=0.5 -# Mud Bricks (Sound Type) -MUD_BRICKS=0.5 -# Anvil (Sound Type) -ANVIL=0.5 -# Deepslate Bricks (Sound Type) -DEEPSLATE_BRICKS=1.5 -# Sculk Vein (Sound Type) -SCULK_VEIN=0.5 -# Sculk Shrieker (Sound Type) -SCULK_SHRIEKER=0.5 +# Small Amethyst Bud (Sound Type) +SMALL_AMETHYST_BUD=0.5 # Netherite Block (Sound Type) NETHERITE_BLOCK=1.5 -# Deepslate Tiles (Sound Type) -DEEPSLATE_TILES=1.5 -# Snow (Sound Type) -SNOW=0.15 -# Slime Block (Sound Type) -SLIME_BLOCK=0.5 -# Decorated Pot (Sound Type) -DECORATED_POT=0.5 -# Pointed Dripstone (Sound Type) -POINTED_DRIPSTONE=0.5 -# Tuff (Sound Type) -TUFF=1.5 -# Chiseled Bookshelf (Sound Type) -CHISELED_BOOKSHELF=0.5 -# Decorated Pot Cracked (Sound Type) -DECORATED_POT_CRACKED=0.5 -# Sand (Sound Type) -SAND=0.2 -# Wood (Sound Type) -WOOD=0.4 -# Soul Soil (Sound Type) -SOUL_SOIL=0.2 -# Flowering Azalea (Sound Type) -FLOWERING_AZALEA=0.5 -# Netherrack (Sound Type) -NETHERRACK=1.1 -# Grass (Sound Type) -GRASS=0.3 -# Azalea (Sound Type) -AZALEA=0.5 -# Nether Sprouts (Sound Type) -NETHER_SPROUTS=0.5 -# Glow Lichen (Sound Type) -GLOW_LICHEN=0.5 -# Crop (Sound Type) -CROP=0.5 -# Nylium (Sound Type) -NYLIUM=0.5 -# Mud (Sound Type) -MUD=0.5 -# Nether Wood (Sound Type) -NETHER_WOOD=0.5 -# Honey Block (Sound Type) -HONEY_BLOCK=0.1 -# Azalea Leaves (Sound Type) -AZALEA_LEAVES=0.5 -# Shroomlight (Sound Type) -SHROOMLIGHT=0.5 -# Sculk Catalyst (Sound Type) -SCULK_CATALYST=0.5 -# Cherry Leaves (Sound Type) -CHERRY_LEAVES=0.5 -# Packed Mud (Sound Type) -PACKED_MUD=0.5 -# Sculk (Sound Type) -SCULK=0.5 -# Lily Pad (Sound Type) -LILY_PAD=0.5 -# Muddy Mangrove Roots (Sound Type) -MUDDY_MANGROVE_ROOTS=0.5 -# Cherry Wood (Sound Type) -CHERRY_WOOD=0.5 -# Hard Crop (Sound Type) -HARD_CROP=0.5 -# Gravel (Sound Type) -GRAVEL=0.3 -# Big Dripleaf (Sound Type) -BIG_DRIPLEAF=0.5 -# Frogspawn (Sound Type) -FROGSPAWN=0.5 -# Cherry Sapling (Sound Type) -CHERRY_SAPLING=0.5 -# Large Amethyst Bud (Sound Type) -LARGE_AMETHYST_BUD=0.5 -# Polished Deepslate (Sound Type) -POLISHED_DEEPSLATE=1.5 -# Copper (Sound Type) -COPPER=1.25 -# Scaffolding (Sound Type) -SCAFFOLDING=0.5 -# Chain (Sound Type) -CHAIN=0.5 -# Candle (Sound Type) -CANDLE=0.5 -# Cherry Wood Hanging Sign (Sound Type) -CHERRY_WOOD_HANGING_SIGN=0.5 -# Glass (Sound Type) -GLASS=0.75 -# Rooted Dirt (Sound Type) -ROOTED_DIRT=0.5 +# Nether Wood Hanging Sign (Sound Type) +NETHER_WOOD_HANGING_SIGN=0.5 # Bamboo (Sound Type) BAMBOO=0.5 # Cave Vines (Sound Type) CAVE_VINES=0.5 -# Lantern (Sound Type) -LANTERN=0.5 -# Nether Ore (Sound Type) -NETHER_ORE=1.1 -# Nether Gold Ore (Sound Type) -NETHER_GOLD_ORE=1.1 -# Powder Snow (Sound Type) -POWDER_SNOW=0.5 -# Basalt (Sound Type) -BASALT=1.5 -# Soul Sand (Sound Type) -SOUL_SAND=0.2 -# Metal (Sound Type) -METAL=1.25 -# Weeping Vines (Sound Type) -WEEPING_VINES=0.5 +# Honey Block (Sound Type) +HONEY_BLOCK=0.1 +# Deepslate Bricks (Sound Type) +DEEPSLATE_BRICKS=1.5 +# Polished Deepslate (Sound Type) +POLISHED_DEEPSLATE=1.5 +# Wool (Sound Type) +WOOL=0.1 # Moss (Sound Type) MOSS=0.1 +# Nether Sprouts (Sound Type) +NETHER_SPROUTS=0.5 +# Cherry Wood (Sound Type) +CHERRY_WOOD=0.5 +# Stem (Sound Type) +STEM=0.4 +# Ancient Debris (Sound Type) +ANCIENT_DEBRIS=0.5 +# Anvil (Sound Type) +ANVIL=0.5 +# Metal (Sound Type) +METAL=1.25 +# Nether Gold Ore (Sound Type) +NETHER_GOLD_ORE=1.1 +# Azalea (Sound Type) +AZALEA=0.5 +# Hard Crop (Sound Type) +HARD_CROP=0.5 +# Soul Soil (Sound Type) +SOUL_SOIL=0.2 +# Sculk Sensor (Sound Type) +SCULK_SENSOR=0.5 +# Mud Bricks (Sound Type) +MUD_BRICKS=0.5 +# Flowering Azalea (Sound Type) +FLOWERING_AZALEA=0.5 +# Wood (Sound Type) +WOOD=0.4 +# Lodestone (Sound Type) +LODESTONE=0.5 +# Sculk Shrieker (Sound Type) +SCULK_SHRIEKER=0.5 +# Bamboo Sapling (Sound Type) +BAMBOO_SAPLING=0.5 +# Deepslate Tiles (Sound Type) +DEEPSLATE_TILES=1.5 +# Medium Amethyst Bud (Sound Type) +MEDIUM_AMETHYST_BUD=0.5 +# Chain (Sound Type) +CHAIN=0.5 +# Small Dripleaf (Sound Type) +SMALL_DRIPLEAF=0.5 +# Nether Ore (Sound Type) +NETHER_ORE=1.1 +# Nether Wood (Sound Type) +NETHER_WOOD=0.5 +# Slime Block (Sound Type) +SLIME_BLOCK=0.5 +# Fungus (Sound Type) +FUNGUS=0.5 +# Gravel (Sound Type) +GRAVEL=0.3 +# Nylium (Sound Type) +NYLIUM=0.5 +# Bamboo Wood Hanging Sign (Sound Type) +BAMBOO_WOOD_HANGING_SIGN=0.5 +# Spore Blossom (Sound Type) +SPORE_BLOSSOM=0.5 +# Chiseled Bookshelf (Sound Type) +CHISELED_BOOKSHELF=0.5 +# Glass (Sound Type) +GLASS=0.75 +# Candle (Sound Type) +CANDLE=0.5 +# Big Dripleaf (Sound Type) +BIG_DRIPLEAF=0.5 +# Hanging Sign (Sound Type) +HANGING_SIGN=0.5 +# Sand (Sound Type) +SAND=0.2 +# Twisting Vines (Sound Type) +TWISTING_VINES=0.5 +# Decorated Pot (Sound Type) +DECORATED_POT=0.5 +# Muddy Mangrove Roots (Sound Type) +MUDDY_MANGROVE_ROOTS=0.5 +# Powder Snow (Sound Type) +POWDER_SNOW=0.5 +# Sculk (Sound Type) +SCULK=0.5 +# Cherry Sapling (Sound Type) +CHERRY_SAPLING=0.5 +# Coral Block (Sound Type) +CORAL_BLOCK=0.2 +# Mud (Sound Type) +MUD=0.5 +# Roots (Sound Type) +ROOTS=0.5 +# Snow (Sound Type) +SNOW=0.15 +# Scaffolding (Sound Type) +SCAFFOLDING=0.5 +# Large Amethyst Bud (Sound Type) +LARGE_AMETHYST_BUD=0.5 +# Shroomlight (Sound Type) +SHROOMLIGHT=0.5 +# Bone Block (Sound Type) +BONE_BLOCK=1.5 +# Cherry Wood Hanging Sign (Sound Type) +CHERRY_WOOD_HANGING_SIGN=0.5 +# Calcite (Sound Type) +CALCITE=1.5 +# Pointed Dripstone (Sound Type) +POINTED_DRIPSTONE=0.5 +# Amethyst (Sound Type) +AMETHYST=1.5 +# Cherry Leaves (Sound Type) +CHERRY_LEAVES=0.5 +# Netherrack (Sound Type) +NETHERRACK=1.1 +# Ladder (Sound Type) +LADDER=0.5 +# Gilded Blackstone (Sound Type) +GILDED_BLACKSTONE=0.5 +# Weeping Vines (Sound Type) +WEEPING_VINES=0.5 +# Hanging Roots (Sound Type) +HANGING_ROOTS=0.5 +# Nether Wart (Sound Type) +NETHER_WART=0.5 +# Mangrove Roots (Sound Type) +MANGROVE_ROOTS=0.5 +# Moss Carpet (Sound Type) +MOSS_CARPET=0.5 +# Copper (Sound Type) +COPPER=1.25 +# Lantern (Sound Type) +LANTERN=0.5 +# Dripstone Block (Sound Type) +DRIPSTONE_BLOCK=0.5 # Vine (Sound Type) VINE=0.5 -# Small Amethyst Bud (Sound Type) -SMALL_AMETHYST_BUD=0.5 +# Azalea Leaves (Sound Type) +AZALEA_LEAVES=0.5 +# Grass (Sound Type) +GRASS=0.3 +# Suspicious Gravel (Sound Type) +SUSPICIOUS_GRAVEL=0.5 +# Stone (Sound Type) +STONE=1.5 +# Froglight (Sound Type) +FROGLIGHT=0.5 +# Nether Bricks (Sound Type) +NETHER_BRICKS=1.5 +# Bamboo Wood (Sound Type) +BAMBOO_WOOD=0.5 +# Basalt (Sound Type) +BASALT=1.5 +# Suspicious Sand (Sound Type) +SUSPICIOUS_SAND=0.5 +# Sweet Berry Bush (Sound Type) +SWEET_BERRY_BUSH=0.5 +# Rooted Dirt (Sound Type) +ROOTED_DIRT=0.5 +# Amethyst Cluster (Sound Type) +AMETHYST_CLUSTER=0.5 +# Sculk Vein (Sound Type) +SCULK_VEIN=0.5 +# Glow Lichen (Sound Type) +GLOW_LICHEN=0.5 +# Tuff (Sound Type) +TUFF=1.5 +# Decorated Pot Cracked (Sound Type) +DECORATED_POT_CRACKED=0.5 +# Soul Sand (Sound Type) +SOUL_SAND=0.2 +# Packed Mud (Sound Type) +PACKED_MUD=0.5 +# Crop (Sound Type) +CROP=0.5 +# Sculk Catalyst (Sound Type) +SCULK_CATALYST=0.5 +# Wart Block (Sound Type) +WART_BLOCK=0.5 +# Lily Pad (Sound Type) +LILY_PAD=0.5 +# Wet Grass (Sound Type) +WET_GRASS=0.5 +# Frogspawn (Sound Type) +FROGSPAWN=0.5 +# Deepslate (Sound Type) +DEEPSLATE=1.5 diff --git a/packwiz/1.20.1/kubejs/server_scripts/boats_gregified_recipes.js b/packwiz/1.20.1/kubejs/server_scripts/boats_gregified_recipes.js deleted file mode 100644 index e01a960..0000000 --- a/packwiz/1.20.1/kubejs/server_scripts/boats_gregified_recipes.js +++ /dev/null @@ -1,74 +0,0 @@ -// Modifies the recipes for boats to match the Biome O' Plenty Gregified Integrations recipes - -const BOATS_RECIPES = [ - "minecraft:oak_boat", - "minecraft:spruce_boat", - "minecraft:birch_boat", - "minecraft:jungle_boat", - "minecraft:acacia_boat", - "minecraft:dark_oak_boat", - "minecraft:mangrove_boat", - "minecraft:cherry_boat", - "quark:ancient_boat", - "quark:azalea_boat", - "quark:blossom_boat", - "aether:skyroot_boat", - "thermal:rubberwood_boat", - "meadow:pine_boat", - "regions_unexplored:baobab_boat", - "regions_unexplored:blackwood_boat", - "regions_unexplored:cypress_boat", - "regions_unexplored:dead_boat", - "regions_unexplored:eucalyptus_boat", - "regions_unexplored:joshua_boat", - "regions_unexplored:kapok_boat", - "regions_unexplored:larch_boat", - "regions_unexplored:magnolia_boat", - "regions_unexplored:maple_boat", - "regions_unexplored:mauve_boat", - "regions_unexplored:palm_boat", - "regions_unexplored:pine_boat", - "regions_unexplored:redwood_boat", - "regions_unexplored:socotra_boat", - "regions_unexplored:willow_boat", -]; - -const BOATS_MOD_RECIPE_IDS_PATTERN = { - minecraft: ":", - quark: "quark:world/crafting/woodsets//boat", - aether: ":", - thermal: ":", - meadow: ":", - regions_unexplored: ":", -}; - -ServerEvents.recipes((event) => { - BOATS_RECIPES.forEach((recipe) => { - const [identifier, name] = recipe.split(":"); - const type = name.split("_").slice(0, -1).join("_"); - - event.remove({ - id: BOATS_MOD_RECIPE_IDS_PATTERN[identifier] - .replace("", identifier) - .replace("", name) - .replace("", type), - }); - - if (identifier === "minecraft" || identifier === "quark") { - event.remove({ - id: `quark:tweaks/crafting/utility/chest_boat/direct_${type}_chest_boat`, - }); - } - - event.shaped(Item.of(recipe, 1), ["WHW", "WKW", "SSS"], { - W: `${identifier}:${type}_planks`, - H: "minecraft:wooden_shovel", - K: "#forge:tools/knives", - S: `${identifier}:${ - identifier === "quark" ? `${type}_planks` : type - }_slab`, - }); - }); - - event.remove({ id: "regions_unexplored:oak_boat" }); -}); diff --git a/packwiz/1.20.1/kubejs/server_scripts/gregified_recipes/boats.js b/packwiz/1.20.1/kubejs/server_scripts/gregified_recipes/boats.js new file mode 100644 index 0000000..07c9c96 --- /dev/null +++ b/packwiz/1.20.1/kubejs/server_scripts/gregified_recipes/boats.js @@ -0,0 +1,82 @@ +// Modifies the recipes for boats to match the Gregified Integrations recipes + +ServerEvents.recipes((event) => { + const MINECRAFT_BOATS = [ + "minecraft:oak_boat", // allow only wooden shovel + "minecraft:spruce_boat", // allow only wooden shovel + "minecraft:birch_boat", // allow only wooden shovel + "minecraft:jungle_boat", // allow only wooden shovel + "minecraft:acacia_boat", // allow only wooden shovel + "minecraft:dark_oak_boat", // allow only wooden shovel + "minecraft:mangrove_boat", // allow only wooden shovel + "minecraft:cherry_boat", // allow only wooden shovel + ]; + + const BOATS_RECIPES = [ + "quark:ancient_boat", + "quark:azalea_boat", + "quark:blossom_boat", + "aether:skyroot_boat", + "thermal:rubberwood_boat", + "meadow:pine_boat", + "regions_unexplored:baobab_boat", + "regions_unexplored:blackwood_boat", + "regions_unexplored:cypress_boat", + "regions_unexplored:dead_boat", + "regions_unexplored:eucalyptus_boat", + "regions_unexplored:joshua_boat", + "regions_unexplored:kapok_boat", + "regions_unexplored:larch_boat", + "regions_unexplored:magnolia_boat", + "regions_unexplored:maple_boat", + "regions_unexplored:mauve_boat", + "regions_unexplored:palm_boat", + "regions_unexplored:pine_boat", + "regions_unexplored:redwood_boat", + "regions_unexplored:socotra_boat", + "regions_unexplored:willow_boat", + ]; + MINECRAFT_BOATS.forEach((b) => BOATS_RECIPES.push(b)); // spread syntax not supported + + const BOATS_MOD_RECIPE_IDS_PATTERN = { + minecraft: ":", + quark: "quark:world/crafting/woodsets//boat", + aether: ":", + thermal: ":", + meadow: ":", + regions_unexplored: ":", + }; + + BOATS_RECIPES.forEach((recipe) => { + const [identifier, name] = recipe.split(":"); + const type = name.split("_").slice(0, -1).join("_"); + + event.remove({ + id: BOATS_MOD_RECIPE_IDS_PATTERN[identifier] + .replace("", identifier) + .replace("", name) + .replace("", type), + }); + + if (identifier === "minecraft" || identifier === "quark") { + event.remove({ + id: `quark:tweaks/crafting/utility/chest_boat/direct_${type}_chest_boat`, + }); + } + + event.shaped(Item.of(recipe, 1), ["WHW", "WKW", "SSS"], { + W: `${identifier}:${type}_planks`, + H: "minecraft:wooden_shovel", + K: "#forge:tools/knives", + S: `${identifier}:${ + identifier === "quark" ? `${type}_planks` : type + }_slab`, + }); + }); + + MINECRAFT_BOATS.forEach((id) => { + event.remove({ id: `gtceu:shaped/${id.split(":")[1]}` }); + }); + event.remove({ id: "regions_unexplored:oak_boat" }); +}); +