Advanced Search
Search Results
5 total results found
Figura
Icarus has integration for Figura! You can hide your wings like this: if icarus then icarus:setWingsVisible(false) end Alternatively, you can access the wings individually using vanilla_model.ICARUS_LEFT_WING and vanilla_model.ICARUS_RIGHT_WING, and repos...
Camera Overhaul
Icarus has integration with Camera Overhaul (Fabric) / (Forge)! Simply install both mods and start flying.
Origins
To get integration for the Origins mod, install the Icarae-Origin addon!
Datapackers, Map and Addon Makers
You can selectively filter which dimensions players are allowed to fly in, using the icarus:no_flying_allowed dimension tag. Further, you can prevent specific players from flying by applying the icarus:flightless potion effect to them.
MultiLoader Workspace Setup
This guide will explain how to set up a new modding workspace with Sparkweave Engine. Before you start This Guide assumes you are already somewhat familiar with the Java Programming Language, and have an IDE and Java set up. We recommend using IntelliJ IDEA, ...