From b19f804594c66f686abebe90c426e4a5b40c2f43 Mon Sep 17 00:00:00 2001 From: EnderProyects Date: Wed, 29 Jan 2025 19:17:53 +0100 Subject: [PATCH 1/3] Change some configs of adding new blocks - Set honey to true as talked in discord ( noney, not bees) - Set crimson, mangrove, azalea and warped blocks to true, they are only decorative blocks - Ser skulk to true, it can provide some blocks to work in magic related things --- config/etfuturum/blocksitems.cfg | 2 +- config/etfuturum/experiments.cfg | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/etfuturum/blocksitems.cfg b/config/etfuturum/blocksitems.cfg index 355db7a844..7a667d7b64 100644 --- a/config/etfuturum/blocksitems.cfg +++ b/config/etfuturum/blocksitems.cfg @@ -273,7 +273,7 @@ equipment { B:enableGlazedTerracotta=true # Enables honey blocks, honeycomb blocks, honeycombs, and honey bottles. See entities.cfg for toggling bee nests, beehives, and bees. [default: true] - B:enableHoney=false + B:enableHoney=true # [default: true] B:enableLantern=true diff --git a/config/etfuturum/experiments.cfg b/config/etfuturum/experiments.cfg index ace9024b6a..6ebc8372a3 100644 --- a/config/etfuturum/experiments.cfg +++ b/config/etfuturum/experiments.cfg @@ -23,7 +23,7 @@ # Enables the crimson nylium, wood, and plants. This must be on for the crimson forest biome to generate unless Netherlicious is installed. # The nether wart block is still a separate toggle, both this and the wart toggle must be turned off to disable the nether wart block, because crimson trees need the wart blocks. [default: false] - B:enableCrimsonBlocks=false + B:enableCrimsonBlocks=true # Partially functional. Does not naturally generate. [default: false] B:enableDripstone=false @@ -32,16 +32,16 @@ B:enableLightningRod=false # Enables mangrove wood and all of its wood subtypes, and the roots (+ muddy versions). [default: false] - B:enableMangroveBlocks=false + B:enableMangroveBlocks=true # Enables moss and azalea. Currently azalea saplings do not grow. [default: false] - B:enableMossAzalea=false + B:enableMossAzalea=true # Enables sculk-related blocks. [default: false] - B:enableSculk=false + B:enableSculk=true # Enables the warped nylium, wood, and plants. This must be on for the warped forest biome to generate unless Netherlicious is installed. Requires newNether to be enabled without Netherlicious. [default: false] - B:enableWarpedBlocks=false + B:enableWarpedBlocks=true # Enables outer end island generation from 1.9. Gateways are implemented but currently don't generate, but they work. The new dragon fight is currently not implemented and it does not spawn any gateways. [default: false] B:endDimensionProvider=false From 2df41394298eaece28050566e2b77233cecbc665 Mon Sep 17 00:00:00 2001 From: EnderProyects Date: Thu, 30 Jan 2025 00:38:25 +0100 Subject: [PATCH 2/3] Enabled amethist https://discord.com/channels/181078474394566657/1321069193646444568/1334290845490221118 --- config/etfuturum/blocksitems.cfg | 2 +- config/etfuturum/world.cfg | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/etfuturum/blocksitems.cfg b/config/etfuturum/blocksitems.cfg index 7a667d7b64..7f22d8b1b6 100644 --- a/config/etfuturum/blocksitems.cfg +++ b/config/etfuturum/blocksitems.cfg @@ -363,7 +363,7 @@ equipment { "natural blocks" { # Enables tinted glass, amethyst blocks, budding amethyst and amethyst crystals. Also enables the item too. [default: true] - B:enableAmethyst=false + B:enableAmethyst=true # Enables bamboo wood and all of its wood subtypes, including the bamboo stalks themselves. [default: true] B:enableBambooBlocks=false diff --git a/config/etfuturum/world.cfg b/config/etfuturum/world.cfg index 9f310c78ca..c76eb57946 100644 --- a/config/etfuturum/world.cfg +++ b/config/etfuturum/world.cfg @@ -60,7 +60,7 @@ generation { > # Treat the amethyst dimension blacklist as a whitelist instead, so geodes will ONLY generate in those dimensions, instead of excluding those dimensions from generation. [default: false] - B:amethystDimensionBlacklistAsWhitelist=true + B:amethystDimensionBlacklistAsWhitelist=false # Max Y level amethyst geodes should attempt to generate at [range: 6 ~ 245, default: 46] I:amethystMaxY=46 @@ -72,7 +72,7 @@ generation { # Use a namespaced ID, + optionally meta (max 15) to choose the block that makes up the outer layer of amethyst geodes. # The outer layer was formerly "etfuturum:tuff" before it was changed in later 1.17 snapshots. Netherlicious smooth basalt is "netherlicious:BasaltBricks:6" # If the chosen block does not exist then amethyst geodes will not generate. [default: etfuturum:smooth_basalt] - S:amethystOuterBlockID=etfuturum:smooth_basalt + S:amethystOuterBlockID=etfuturum:tuff # How rare should amethyst geodes be? 1/x chance per chunk, 1 means a geode attempts to appear every chunk [range: 1 ~ 127, default: 53] I:amethystRarity=53 @@ -121,7 +121,7 @@ generation { B:enableAirDebris=false # [default: true] - B:enableAmethystGeodes=false + B:enableAmethystGeodes=true # Replaces coarse dirt in biomes it (dirt:1) generates in such as shattered savannas or mesa plateaus. [default: true] B:enableCoarseDirtReplacement=true @@ -148,7 +148,7 @@ generation { > # Treat the fossil dimension blacklist as a whitelist instead, so fossils will ONLY generate in those dimensions, instead of excluding those dimensions from generation. [default: false] - B:fossilDimensionBlacklistAsWhitelist=true + B:fossilDimensionBlacklistAsWhitelist=false # Max vein size for magma blocks in a cluster [range: 0 ~ 64, default: 33] I:maxMagmaPerCluster=33 From d2ff5aa5b6b858c44710c4aa3a94d22ba8afc4e0 Mon Sep 17 00:00:00 2001 From: EnderProyects Date: Mon, 10 Feb 2025 15:47:40 +0100 Subject: [PATCH 3/3] Add netherite stuff for Noc netherite line :3 --- config/etfuturum/blocksitems.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/etfuturum/blocksitems.cfg b/config/etfuturum/blocksitems.cfg index 7f22d8b1b6..aad21ee3f1 100644 --- a/config/etfuturum/blocksitems.cfg +++ b/config/etfuturum/blocksitems.cfg @@ -420,7 +420,7 @@ equipment { B:enableNetherGold=false # [default: true] - B:enableNetherite=false + B:enableNetherite=true # [default: true] B:enableNetherwartBlock=true