Coder Social home page Coder Social logo

frostiful's People

Contributors

godkyo98 avatar nerjalnosk avatar nezila avatar tefnya avatar thedeathlycow avatar unroman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

frostiful's Issues

Revamp Frostologer Castle Structure

I want to add more variation to the Frostologer Castle. This will include new keeps, towers, walls, and whatever else. This may involve removing the outer village structure.

Checklist:

  • Create a more castle-like interior for the current Keep structure
  • Remove the little outer walls of the Keep
  • Add more tower structures outside the Keep (instead of the little walls)
  • Add some more keep structure variants
  • Try to make the keeps more procedurally generated. E.g. generate a base keep, and add towers and walls onto it directly - no roads connecting them.

Rebalance Frostologer Castle Loot

With Chillager Outposts, loot can be distributed more evenly through the progression system. Some templates and loot should be moved from the Frostologer Castle to the Chillager Outpost. Some loot in general needs to be updated, particularly the Frostologer drops.

Checklist:

  • Make the fur armour upgrade template appear in Chillager Outposts, and NOT in the Frostologer Castle
  • Add Curse of Frozen Touch books to Chillager Outposts
  • Have the Frostologer drop a Frozen Heart on death
  • Add an Inert Cloak item, craftable from Fur tufts/padding
  • Allow the Inert Cloak to be activated with a Frozen Heart to turn into a Cloak of Frostology
  • Make the Frost Wand craftable from sticks + icicles + Frozen Heart

Data Syncing Breaks Randomly on dedicated servers

The data tacker seems to break randomly when using a dedicated server. This is possible due to DataTracker#registerData being sensitive to static initialization order - which is arbitrary. Maybe fix with FAPI? Fixed with Cardinal Components API

Config Updates?

May you make it so that the armors that protect you from freezing are configurable via the .json file? Rather than just having the fur armor protect you.

Frozen mobs should not be able to attack

Currently, the Frost Wand only freezes mobs' positions, allowing them to continue attacking such as ranged mobs still being able to shoot or melee mobs attacking when you get close. Consider preventing frozen mobs from attacking, except for Creepers which should retain their explosive ability even when frozen.

Use codecs for blocks

Feature description

1.20.4 now has block codecs. They aren't used yet, but adding them now is probably a good idea before they do become required and things start breaking.

Checklist:

  • Frozen torch block
  • Frozen wall torch block
  • Ice pane block
  • Icicle block
  • Packed snow block
  • Sun lichen block

1.19.2 server failing to start

My 19.2. server is failing to start. One of the errors in logs mention forstiful

[10:23:37] [main/ERROR]: Failed to start the minecraft server
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'edenring'!
at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:388) ~[fabric-loader-0.15.6.jar:?]
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) ~[fabric-loader-0.15.6.jar:?]
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:386) ~[fabric-loader-0.15.6.jar:?]
at net.fabricmc.loader.impl.game.minecraft.Hooks.startServer(Hooks.java:63) ~[fabric-loader-0.15.6.jar:?]
at net.minecraft.server.Main.main(Main.java:101) [server-intermediary.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) [fabric-loader-0.15.6.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.15.6.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) [fabric-loader-0.15.6.jar:?]
at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) [fabric-loader-0.15.6.jar:?]
at net.fabricmc.loader.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:25) [fabric-loader-0.15.6.jar:?]
Suppressed: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at me.shedaniel.autoconfig.util.Utils.constructUnsafely(Utils.java:49) ~[cloth-config-8.3.115-fabric.jar:?]
at me.shedaniel.autoconfig.serializer.GsonConfigSerializer.createDefault(GsonConfigSerializer.java:92) ~[cloth-config-8.3.115-fabric.jar:?]
at me.shedaniel.autoconfig.serializer.GsonConfigSerializer.deserialize(GsonConfigSerializer.java:86) ~[cloth-config-8.3.115-fabric.jar:?]
at me.shedaniel.autoconfig.ConfigManager.load(ConfigManager.java:92) ~[cloth-config-8.3.115-fabric.jar:?]
at me.shedaniel.autoconfig.ConfigManager.(ConfigManager.java:53) ~[cloth-config-8.3.115-fabric.jar:?]
at me.shedaniel.autoconfig.AutoConfig.register(AutoConfig.java:66) ~[cloth-config-8.3.115-fabric.jar:?]
at com.github.thedeathlycow.frostiful.init.Frostiful.onInitialize(Frostiful.java:44) ~[frostiful-0.5.7.jar:?]
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ~[fabric-loader-0.15.6.jar:?]
at net.fabricmc.loader.impl.game.minecraft.Hooks.startServer(Hooks.java:63) ~[fabric-loader-0.15.6.jar:?]
at net.minecraft.server.Main.main(Main.java:101) [server-intermediary.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) [fabric-loader-0.15.6.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.15.6.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) [fabric-loader-0.15.6.jar:?]
at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) [fabric-loader-0.15.6.jar:?]
at net.fabricmc.loader.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:25) [fabric-loader-0.15.6.jar:?]
Caused by: java.lang.reflect.InvocationTargetException
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
at me.shedaniel.autoconfig.util.Utils.constructUnsafely(Utils.java:47) ~[cloth-config-8.3.115-fabric.jar:?]
... 14 more
Caused by: java.lang.NoSuchFieldError: clientConfig
at com.github.thedeathlycow.frostiful.config.FrostifulConfig.(FrostifulConfig.java:15) ~[frostiful-0.5.7.jar:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
at me.shedaniel.autoconfig.util.Utils.constructUnsafely(Utils.java:47) ~[cloth-config-8.3.115-fabric.jar:?]
... 14 more
Caused by: java.lang.NoSuchFieldError: COLORS
at paulevs.edenring.blocks.VolvoxBlock.(VolvoxBlock.java:84) ~[eden-ring-0.6.4.jar:?]
at paulevs.edenring.registries.EdenBlocks.(EdenBlocks.java:129) ~[eden-ring-0.6.4.jar:?]
at paulevs.edenring.EdenRing.onInitialize(EdenRing.java:52) ~[eden-ring-0.6.4.jar:?]
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ~[fabric-loader-0.15.6.jar:?]
... 7 more

Horses and other vehicles should show their temperature

When riding a horse or other animal, the player can see the health of the horse/animal where the hunger bar usually is. The temperature of these animals should be rendered on top of these animal hearts for them as well, so their rider can also see their current temperature.

Chinese localization

I have created a Chinese translation for this mod and how to upload it to the author

Crash on server with mc 1.20.1

christmas-modpack-2023-mc-1   | java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'frostiful'!
christmas-modpack-2023-mc-1   |         at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:388) ~[fabric-loader-0.15.0.jar:?]
christmas-modpack-2023-mc-1   |         at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) ~[fabric-loader-0.15.0.jar:?]
christmas-modpack-2023-mc-1   |         at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:386) ~[fabric-loader-0.15.0.jar:?]
christmas-modpack-2023-mc-1   |         at net.fabricmc.loader.impl.game.minecraft.Hooks.startServer(Hooks.java:63) ~[fabric-loader-0.15.0.jar:?]
christmas-modpack-2023-mc-1   |         at net.minecraft.server.Main.main(Main.java:112) ~[server-intermediary.jar:?]
christmas-modpack-2023-mc-1   |         at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.0.jar:?]
christmas-modpack-2023-mc-1   |         at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.0.jar:?]
christmas-modpack-2023-mc-1   |         at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) ~[fabric-loader-0.15.0.jar:?]
christmas-modpack-2023-mc-1   |         at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) ~[fabric-loader-0.15.0.jar:?]
christmas-modpack-2023-mc-1   |         at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:69) ~[fabric-server-mc.1.20.1-loader.0.15.0-launcher.0.11.2.jar:0.11.2]
christmas-modpack-2023-mc-1   | Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
christmas-modpack-2023-mc-1   |         at me.shedaniel.autoconfig.util.Utils.constructUnsafely(Utils.java:49) ~[cloth-config-11.0.99-cbbb331fbbbb4708.jar:?]
christmas-modpack-2023-mc-1   |         at me.shedaniel.autoconfig.serializer.GsonConfigSerializer.createDefault(GsonConfigSerializer.java:92) ~[cloth-config-11.0.99-cbbb331fbbbb4708.jar:?]
christmas-modpack-2023-mc-1   |         at me.shedaniel.autoconfig.serializer.GsonConfigSerializer.deserialize(GsonConfigSerializer.java:86) ~[cloth-config-11.0.99-cbbb331fbbbb4708.jar:?]
christmas-modpack-2023-mc-1   |         at me.shedaniel.autoconfig.ConfigManager.load(ConfigManager.java:92) ~[cloth-config-11.0.99-cbbb331fbbbb4708.jar:?]
christmas-modpack-2023-mc-1   |         at me.shedaniel.autoconfig.ConfigManager.<init>(ConfigManager.java:53) ~[cloth-config-11.0.99-cbbb331fbbbb4708.jar:?]
christmas-modpack-2023-mc-1   |         at me.shedaniel.autoconfig.AutoConfig.register(AutoConfig.java:66) ~[cloth-config-11.0.99-cbbb331fbbbb4708.jar:?]
christmas-modpack-2023-mc-1   |         at com.github.thedeathlycow.frostiful.Frostiful.onInitialize(Frostiful.java:42) ~[frostiful-0.10.1.jar:?]
christmas-modpack-2023-mc-1   |         at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ~[fabric-loader-0.15.0.jar:?]
christmas-modpack-2023-mc-1   |         ... 7 more
christmas-modpack-2023-mc-1   | Caused by: java.lang.reflect.InvocationTargetException
christmas-modpack-2023-mc-1   |         at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
christmas-modpack-2023-mc-1   |         at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
christmas-modpack-2023-mc-1   |         at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
christmas-modpack-2023-mc-1   |         at java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) ~[?:?]
christmas-modpack-2023-mc-1   |         at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?]
christmas-modpack-2023-mc-1   |         at me.shedaniel.autoconfig.util.Utils.constructUnsafely(Utils.java:47) ~[cloth-config-11.0.99-cbbb331fbbbb4708.jar:?]
christmas-modpack-2023-mc-1   |         at me.shedaniel.autoconfig.serializer.GsonConfigSerializer.createDefault(GsonConfigSerializer.java:92) ~[cloth-config-11.0.99-cbbb331fbbbb4708.jar:?]
christmas-modpack-2023-mc-1   |         at me.shedaniel.autoconfig.serializer.GsonConfigSerializer.deserialize(GsonConfigSerializer.java:86) ~[cloth-config-11.0.99-cbbb331fbbbb4708.jar:?]
christmas-modpack-2023-mc-1   |         at me.shedaniel.autoconfig.ConfigManager.load(ConfigManager.java:92) ~[cloth-config-11.0.99-cbbb331fbbbb4708.jar:?]
christmas-modpack-2023-mc-1   |         at me.shedaniel.autoconfig.ConfigManager.<init>(ConfigManager.java:53) ~[cloth-config-11.0.99-cbbb331fbbbb4708.jar:?]
christmas-modpack-2023-mc-1   |         at me.shedaniel.autoconfig.AutoConfig.register(AutoConfig.java:66) ~[cloth-config-11.0.99-cbbb331fbbbb4708.jar:?]
christmas-modpack-2023-mc-1   |         at com.github.thedeathlycow.frostiful.Frostiful.onInitialize(Frostiful.java:42) ~[frostiful-0.10.1.jar:?]
christmas-modpack-2023-mc-1   |         at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ~[fabric-loader-0.15.0.jar:?]
christmas-modpack-2023-mc-1   |         ... 7 more
christmas-modpack-2023-mc-1   | Caused by: java.lang.NoSuchFieldError: clientConfig
christmas-modpack-2023-mc-1   |         at com.github.thedeathlycow.frostiful.config.FrostifulConfig.<init>(FrostifulConfig.java:15) ~[frostiful-0.10.1.jar:?]
christmas-modpack-2023-mc-1   |         at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
christmas-modpack-2023-mc-1   |         at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
christmas-modpack-2023-mc-1   |         at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
christmas-modpack-2023-mc-1   |         at java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) ~[?:?]
christmas-modpack-2023-mc-1   |         at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?]
christmas-modpack-2023-mc-1   |         at me.shedaniel.autoconfig.util.Utils.constructUnsafely(Utils.java:47) ~[cloth-config-11.0.99-cbbb331fbbbb4708.jar:?]
christmas-modpack-2023-mc-1   |         at me.shedaniel.autoconfig.serializer.GsonConfigSerializer.createDefault(GsonConfigSerializer.java:92) ~[cloth-config-11.0.99-cbbb331fbbbb4708.jar:?]
christmas-modpack-2023-mc-1   |         at me.shedaniel.autoconfig.serializer.GsonConfigSerializer.deserialize(GsonConfigSerializer.java:86) ~[cloth-config-11.0.99-cbbb331fbbbb4708.jar:?]
christmas-modpack-2023-mc-1   |         at me.shedaniel.autoconfig.ConfigManager.load(ConfigManager.java:92) ~[cloth-config-11.0.99-cbbb331fbbbb4708.jar:?]
christmas-modpack-2023-mc-1   |         at me.shedaniel.autoconfig.ConfigManager.<init>(ConfigManager.java:53) ~[cloth-config-11.0.99-cbbb331fbbbb4708.jar:?]
christmas-modpack-2023-mc-1   |         at me.shedaniel.autoconfig.AutoConfig.register(AutoConfig.java:66) ~[cloth-config-11.0.99-cbbb331fbbbb4708.jar:?]
christmas-modpack-2023-mc-1   |         at com.github.thedeathlycow.frostiful.Frostiful.onInitialize(Frostiful.java:42) ~[frostiful-0.10.1.jar:?]
christmas-modpack-2023-mc-1   |         at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ~[fabric-loader-0.15.0.jar:?]
christmas-modpack-2023-mc-1   |         ... 7 more
christmas-modpack-2023-mc-1   | 2023-12-08T02:39:21.322Z        INFO    mc-server-runner        Done

seems odd that it'd look for client config when running server-side, but here we are

Skewer Mob

A new intermediate mob with a power level between Chillagers and Frostologers. Specializes in melee frost combat. A somewhat experimental feature so I may update the issue as time goes on.

Checklist:

  • Add a Skewer mob (use the Vindicator as placeholder for model etc)
  • Have one spawn in a Chillager Outpost
  • Allow them to spawn in Frostologer Castles
  • Add texture
  • Add a custom model with an arm that was replaced an icicle, sort of like a pirate hook
  • Give it a hook attack that pulls enemies towards itself with a high reach, and slows them

[Bug] Leather pants give immunity to freezing

If I wear any leather armor piece, I can even stand in powder snow and my health bar always stays normal. If I take them off, I rapidly start to freeze until I put them back on and start warming back up. Even fur doesn't completely prevent frost build up, so not sure why leather does.

Hand does not shake w/Shaders

Describe the bug
When shaders are enabled, the hand does not shake when freezing.

To Reproduce
Steps to reproduce the behavior:

  1. Install and turn shaders on (I used complementary shaders)
  2. Go in a cold biome and start freezing
  3. When the player starts shaking, check your hand

Expected behavior
The player hand to shake, the same as when shaders are turned off

Game information (please complete)

  • MC Version: 1.20.1
  • Loader: Fabric 1.15.10

Logs
Not needed.

Additional context
None

Make Frostologer Castles Rarer

Frostologer Castles generate really often, and due to their size can be a bit disruptive. To go with the new Chillager Outposts in #75, they should be made much more rare.

Checklist:

  • Make Frostologer Castles generate with a similar rarity as Woodland Mansions

Frostology Cloak Still Applies Some Gameplay Effects

It says on the wiki that the Cloak of Frostology is purely cosmetic when put into the cape slot. This isn’t true, as the -3 frost resist does in fact still apply even when the cloak is in the cape slot, meaning that a player can’t even wear it as a fashion statement unless said constantly warms themselves up to prevent freezing. Please make the -frost resist not apply when the cloak is equipped in the cape slot. Alternatively, add in a config option that allows the Cloak of Frostology to give its full effects even when in the cape slot.

Icicles grow in weird places

Icicles seem to grow inside houses, which is very strange. Maybe having them melt in high enough light levels would fix this?

Data-driven Fur Armor

It should be possible to set the weather protection of each set of armor through a datapack. As a modpack creator, having that ability would make it much easier to integrate multiple mods with your mod. I'd love to be able to have Noel's Santa armor protect people from freezing too.

It would also work well with mods like indrev that add super powerful armor that should probably also protect you from the cold.

Frostologer Vaults and Trial Spawners

With the Frostology Castle being much more rare, adding functionality for vaults and trial spawners will make the dungeon more healthy for multiplayer. Since this relies on experimental content, it may not make it into a 1.20.4 update, I don't know.

Checklist:

  • Add a dedicated Icy Trial Spawner type for the Frostologer Castle
  • Place these Icy Trial Spawners around the Frostologer Castle, replacing the previous Frostologer spawn
  • Regular Icy Trial Spawners should spawn Chillagers, Frostophyters, and (Rarely) Frostologers
  • Ominous Icy Trial Spawners should commonly spawn a Frostologer, as well as Chillagers and Frostophyters
  • Icy Trial Spawners should drop associated (Ominous) Castle Keys, as well as materials for keeping warm
  • Add Icy Vaults, to be unlocked by Castle Keys
  • Replace many of the chests around the structure with Icy Vaults and Ominous Icy Vaults
  • Remove Frostologer drops
  • Have Frozen Hearts drop from Icy Vaults, with some extra loot

Item attribute modifiers sometimes dont show on tooltip on servers

Item attribute modifiers don't always show up on tooltips. This is due to a synchronization issue where the default modifiers are expected to be the same on both client and server, but end up not always calculated that way. The attributes still work, you can verify with /attribute, but you just can't see it on the client sometimes.

Origins: Umbrellas compat?

Describe the bug
Equipping an umbrella from the Origins: Umbrellas mod, doesn't prevent you from getting wet.

To Reproduce
Steps to reproduce the behavior:
1. /weather rain
2. equip an umbrella
3. check your "wetness" on hotbar

Expected behavior
Like the umbrella from the Artifacts mod, not getting wet while the umbrella is equipped ~~~~under the rain

Game information (please complete)
- MC Version 1.20.1
- Loader Fabric

Logs
I warn you, it's full of shit since I've only installed random mods to test
latest.log

Additional context
I've already opened an issue on the Origins: Umbrellas github (https://github.com/Fusion-~~~~Flux/Origins-Umbrellas/issues/16#issue-2281613557), I'm not sure on which side is the ~~~~issue, I guess on his side (?), since the mod Artifact has a working as intended umbrella. ~~~~Though, I wanted you to be aware of this issue. I don't know if you can do some ~~~~workaround or something similar, you decide. I'm not a mod developer :)

(First umbrella is from the Artifacts mod, second one is from the Origins: Umbrellas)

umbrellas.mp4

Brushing Mobs instead of Shearing

Polar Bears, Wolves, and Ocelots should be brushable and drop fur tufts when brushed. This is to establish consistency with the Armadillo (and it just makes a bit more sense).

Skin layer, armor, equipped shield not rendering 1.20.1

Using qfapi-7.2.0_qsl-6.1.1_fapi-0.88.0_mc-1.20.1

after a little digging i found the conflicting mods
the mentionned mods are all up to their latest version

frostiful combined with any cape or skin restorer will cause the outer skin layer and other player visual elements and cape to dissapear

image

the tried mods are:
-Kappa
-Capes
-SkinRestorer
-FabricTailor

thank you in advance !

Chillager Outpost

Replace many of the current Frostologer Castles with a Chillager Outpost that spawns with a map to a Frostologer Castle

Checklist:

  • Add a small Chillager Outpost structure
  • Generate this structure in Snowy Plains and Jagged Peaks
  • Place a couple of Chillagers in it - but don't have them respawn
  • Add a chest with a high chance of containing a treasure map pointing to a Frostologer Castle

1.19.3?

Is it possible to make this mod compatible with 1.19.3? Thanks

Sitting near a heat source stops the heating effect

Hi, thanks for the awesome mod! 👍

I found that sitting near a campfire, lava or a torch will stop the heating / start the freezing effect.

I tried sitting in a boat and using a QoL mod feature provided by the mod "Vanilla Refresh" which adds the ability to sit everywhere.

Mod Version: 0.8.1
Minecraft: 1.20.1

Blizzards

Add a blizzard fog effect, similar to the sandstorm fog effect from Scorchful

Checklist:

  • Add blizzard fog during thunderstorms

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.