Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Create: Cold Sweat
A Create X Cold Sweat mod, this allows create blocks holding lava (Pipes, Basins, Fluid tanks), boilers and blaze burners to exert heat into the enviroment, making big boiler setups dangerous and lava pipe networks too, everything is data driven so you can write your own datapacks for the mod to add more pipes to be affected.
Features
Datapack customization
Configurability
Automatic recognition for tagging blocks to be affected -> Recently found as broken, will be readded later
How Do I make my own Datapack for Create: Cold Sweat?
Fluids
For adding your own specific liquid temperatures, in your datapack under data/create_cold_sweat/create_cold_sweat/fluid_temperatures
(check left) create your json and put your values like on the right, units is wether you're writing the datapack in celsius, farenheit or mc units, (use lowercase), every value in values is simple "fluidId":temperature
and done, you've made a custom fluid temp, the mod will now use this value instead of calculating it, decimals supported, use 0 for no heat.
Tagging blocks to be affected
If a block that you think should be creating heat just like another block, you'll need to tag it under its group, for this example lets say we want my special "blaz burber" to work just like the blaze burner, under data/create_cold_sweat/tags/blocks
you'll make the json for your respective group tag (see left image for file tree and available groups) in "values"
put the id of your block and done (see right image), should all work, you might need to reopen the game though
Replacing tags of blocks to be affected
If the automatic tagging is causing you issues, simply add "replace": true
above values, all values you put in will override the tag list, if you need the default tagged (only create) click here and download the example datapack.
To add:
Fan Integration (X)
Config Menu (X)