From 2ccaadd55752b9d852a4f7f4d7fc8224d6c6cd6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Tue, 11 May 2021 22:13:31 +0100 Subject: [PATCH] minecraft: Add supplementaries mod --- .../config/supplementaries-registry.toml | 70 +++++++++++++++++++ pkgs/minecraft/voor-kia/mods.json | 6 ++ 2 files changed, 76 insertions(+) create mode 100644 configuration/services/configs/minecraft/voor-kia/config/supplementaries-registry.toml diff --git a/configuration/services/configs/minecraft/voor-kia/config/supplementaries-registry.toml b/configuration/services/configs/minecraft/voor-kia/config/supplementaries-registry.toml new file mode 100644 index 0000000..a53af66 --- /dev/null +++ b/configuration/services/configs/minecraft/voor-kia/config/supplementaries-registry.toml @@ -0,0 +1,70 @@ + +#all these don't actually disable blocks anymore, they just remove their recipe and remove them from the creative tabs(like all other mods do) +#to access server configuration go into /saves/serverconfigs +[general] + #enable creative tab + creative_tab = false + #set to false to disable custom dispenser behaviors (filling jars) if for some reason they are causing trouble + dispensers = true + #creates a creative tab full of filled jars + jar_tab = false + +#Enable and disable blocks / entities +[registration] + + [registration.blocks] + planter = true + clock_block = false + pedestal = true + wind_vane = true + redstone_illuminator = true + notice_board = true + crank = false + jar = true + faucet = false + turn_table = false + piston_launcher = false + speaker_block = true + sign_post = true + hanging_sign = true + bellows = false + sconce = true + sconce_green = false + sconce_ender = true + sconce_soul = true + candelabra = true + cage = true + item_shelf = true + sconce_lever = true + cog_block = false + candle_holder = true + globe = true + hourglass = true + sack = true + blackboard = true + safe = true + copper_lantern = true + flute = false + gold_trapdoor = true + gold_door = true + bamboo_spikes = true + stone_lamp = true + checker_block = true + netherite_door = true + netherite_trapdoor = true + pancake = true + lock_block = true + flax = false + rope = false + rope_arrow = false + pulley_block = false + fodder = true + bomb = true + crimson_lantern = true + magma_cream_block = true + #WIP + laser_block = false + flag = false + + [registration.entities] + firefly = true diff --git a/pkgs/minecraft/voor-kia/mods.json b/pkgs/minecraft/voor-kia/mods.json index 2fb68ee..76bfd99 100644 --- a/pkgs/minecraft/voor-kia/mods.json +++ b/pkgs/minecraft/voor-kia/mods.json @@ -437,6 +437,12 @@ "filename": "StorageDrawers-1.16.3-8.2.2.jar", "sha256": "e8775a6bd6b4c61f2df6efe22294d41e390b1aef79d744233948cc1e2bb07651" }, + { + "project": "supplementaries", + "id": "3281805", + "filename": "supplementaries-1.16.5-0.12.1.jar", + "sha256": "sOjCHEhL1x/jF4D/HuYiKdXvFIZyPFeKk0ihY6SUqcI=" + }, { "project": "sweet-concrete", "id": "3186255",