This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
im playing a mod pack that makes the entire world winter but it also causes powdered snow to be everywhere
You can use the mod Block Swap
https://www.curseforge.com/minecraft/mc-mods/block-swap
Add this mod and start the modpack once to generate the config files
Then go to the config folder
In the blockswap folder, open the block_swap.json5 file
Scroll to the bottom and replace
"swapper": { }
to
"swapper": { "minecraft:powder_snow": "minecraft:snow_block" }
This will replace the powdered ones to regular snow blocks
Con:
If you're placing powdered snow by hand, it will be also replaced to a snow block
im playing a mod pack that makes the entire world winter but it also causes powdered snow to be everywhere
You can use the mod Block Swap
https://www.curseforge.com/minecraft/mc-mods/block-swap
Add this mod and start the modpack once to generate the config files
Then go to the config folder
In the blockswap folder, open the block_swap.json5 file
Scroll to the bottom and replace
"swapper": { }
to
"swapper": {
"minecraft:powder_snow": "minecraft:snow_block"
}
This will replace the powdered ones to regular snow blocks
Con:
If you're placing powdered snow by hand, it will be also replaced to a snow block
>> Link to Curseforge <<