All Projects → TelepathicGrunt → WorldBlender

TelepathicGrunt / WorldBlender

Licence: LGPL-3.0 license
A dimension full of all biome's features and surfaces!

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to WorldBlender

Randomly-Adding-Anything
No description or website provided.
Stars: ✭ 42 (+223.08%)
Mutual labels:  mod, biomes
SwordCoastStratagems
Sword Coast Stratagems (SCS) adds over 130 optional components to Baldur's Gate: Enhanced Edition, Baldur's Gate II: Enhanced Edition, Baldur's Gate II: Throne of Bhaal, Baldur's Gate Trilogy, mostly focused around improving monster AI and encounter difficulties, but also including cosmetic and ease-of-use components, tweaks to abilities or spells.
Stars: ✭ 43 (+230.77%)
Mutual labels:  mod
bot
DEPRECATED The jerk of a bot that checks PRs and responds in comments
Stars: ✭ 20 (+53.85%)
Mutual labels:  mod
BSDataPuller
Gathers data about the current map you are playing to then be sent out over a websocket for other software to use, e.g. A web overlay like BSDP-Overlay. This mod works with multi PC setups!
Stars: ✭ 32 (+146.15%)
Mutual labels:  mod
AutoUpdater
AutoUpdater :: Automatic Mindustry updater mod.
Stars: ✭ 12 (-7.69%)
Mutual labels:  mod
Oxygen-AOD-Mod
Additional features for OnePlus on AMOLED screens.
Stars: ✭ 19 (+46.15%)
Mutual labels:  mod
relics
No description or website provided.
Stars: ✭ 24 (+84.62%)
Mutual labels:  mod
refinedstorage2
Refined Storage is a mass storage mod for Minecraft that offers the player a network-based storage system, allowing them to store items and fluids on a massively expandable device network.
Stars: ✭ 35 (+169.23%)
Mutual labels:  mod
ClientAPI
API designed to make Minecraft "Utility Mods" have Universal Support
Stars: ✭ 58 (+346.15%)
Mutual labels:  mod
BNSBoost
A simple launcher for Blade & Soul patches. Working as of the Fire and Blood game update.
Stars: ✭ 19 (+46.15%)
Mutual labels:  mod
Nuclear-Control
An updated version of nuclear control.
Stars: ✭ 25 (+92.31%)
Mutual labels:  mod
Bumblezone-Fabric
Fabric port of The Bumblezone!
Stars: ✭ 29 (+123.08%)
Mutual labels:  dimension
FarmersDelight
[Forge] A lightweight farming expansion for Minecraft.
Stars: ✭ 112 (+761.54%)
Mutual labels:  mod
MC-Remapper
Deobfuscator for Minecraft by mapping json
Stars: ✭ 104 (+700%)
Mutual labels:  mod
PlusTiC
Minecraft mod for adding new tools to and integrating various mods with Tinkers Construct
Stars: ✭ 34 (+161.54%)
Mutual labels:  mod
advanced-mining-dimension
A dimension consisting just of caves.
Stars: ✭ 15 (+15.38%)
Mutual labels:  mod
Gravillaso
Mod on Mindustry V7 | GRavillaso by NiTiS & NickName73
Stars: ✭ 31 (+138.46%)
Mutual labels:  mod
architectury-api
An intermediary api aimed at easing development of multiplatform mods.
Stars: ✭ 139 (+969.23%)
Mutual labels:  mod
react-native-dimension
A React Native Dimension for Responsive Layout
Stars: ✭ 31 (+138.46%)
Mutual labels:  dimension
libxm
A small XM (FastTracker II Extended Module) player library.
Stars: ✭ 94 (+623.08%)
Mutual labels:  mod

MAVEN

For developers that want to add World Blender to their mod's workspace:

repositories {

  maven {

    url "https://nexus.resourcefulbees.com/repository/maven-public/"

  }

}

 

Don't forget to change 4.0.0 with the actual latest version of this mod.

dependencies {

  ...

  implementation fg.deobf("com.telepathicgrunt:WorldBlender:1.16.5-4.0.0-forge")

}

 

Add these two properties to both of your run configs in the build.gradle file. These will allow WB's mixins to work. After you add the properties lines, refresh Gradle and run genEclipseRuns or genIntellijRuns or genVSCodeRuns based on what IDE you are using.

minecraft {

  ...

  runs {

    client {

      ...

      property 'mixin.env.remapRefMap', 'true'

      property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"

    }

    server {

      ...

      property 'mixin.env.remapRefMap', 'true'

      property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"

    }

  }

}

____________________________________________________________________________

 

The banner logo for World Blender with a picture of the crazy landscape behind the title.

CURRENTLY FOR 1.16.5 MC

Needs to be on both client and server to work

(Play this mod with get-it-together-drops for best performance!)
[Click here for the 1.16.5 Fabric version of this mod!]

Past News: Optimized portal rendering! Reduced floating blocks and item entity spam!

____________________________________________________________________________

WHAT IS WORLD BLENDER?

World Blender is a dimension filled with every single biome's features, structures, natural spawns, carvers (caves), and terrain surfaces shoved in! Even modded features and structures will be added to the dimension! However, some mods have hardcoded their features or structures to only spawn in their own dimensions or biomes but I will try and work out alternatives methods to get their stuff in this awesome dimension! But sometimes, those feature uses a config option to determine what dimension their stuff spawns in so if a mod's feature or structure is not spawning in World Blender's dimension, then take a look at the mod's config options first. If you still can't get it to spawn in the dimension, let me know so I can take a look and add it to my list of mods to try and be compatible with if it is possible. :)

 

Inside the dimension, you will find massive webs of different kinds of surfaces all filled to the brim with trees, grass, and structures. But take notice of the Nether surface path that has End surfaces on each side. That Nether path is the main walkway through the dimension as no other surfaces can interrupt that pathway. So follow that red road and explore the insanity of the world! Also, if you got modded ores mod on, all the ores will be added as well as long as they are able to spawn in Stone! And lastly, the biomes will have imported every mob's spawn entry so there's no telling what will spawn! Though animals seem to not spawn very often due to all the trees and plants covering all the Grass Blocks so you may have to burn down some forests or blacklist many plant features in the config to increase animal spawning.

 

And yes, the more worldgen mods you have on, the crazier World Blender's dimension becomes! It gets insane real fast! Though too many mods on and the dimension may become much slower to load. At that point, use my config and blacklist the most resource intensive worldgen stuff from other mods from being imported. World Blender requires customizing in the config for large modpacks in order to remain playable. Do note, the creation of the chunks at world origin in the dimension takes a bit of time to be generated as the Enderdragon stuff requires many chunks to be generated in a single tick.

 

Also, be sure to check out the images page for several screenshots of what the world looks like! And yes, you can use this mod in a modpack or download and modify the source code. It is all under LGPLv3 License

 

____________________________________________________________________________

HOW DO I ENTER THIS WORLD?

To enter this highly, overpowered and broken dimension, you have to prove that you had traveled quite a lot and that you are in the endgame by placing 8 chests in a 2x2x2 area and then filling every slot with 1 of every block you can find! (Slots with the same item does not count. Items without block forms does not count. Having more than 1 kind of one block will not count as extra either.) Then when you are done, hold a Nether Star in your hand. Now crouch and right click any of the chests with the star to create the portal! The portal will consume the chests and the blocks inside as sacrifice! If this is too much to do, you can easily reduce the number of unique blocks required or what activation item is needed to make the portal by going into the config file. But once the portal is made, just walk into the portal after it has cooled down (not red anymore) and you'll enter the dimension with a new portal block at your feet to let you exit easily!

 

If you create the portal in a bad spot, you can right click the portal blocks while crouching and holding no items to vaporize the portal. Also in this crazy dimension, you can always leave it by heading to world origin as there will be quartz altar with an unbreakable portal block to always allow you to escape. The portal will always place you back to the Overworld when leaving the dimension so keep that in mind! And also, the portal can teleport any entity or dropped item but only one at a time and it will have a cooldown phase.

 

With commands active, you can enter the dimension faster by doing this command **/execute in world_blender:world_blender run tp ~ 70 ~**. And by default, features that contain lava or fire will not be imported so they do not create out of control fire spreading. You can turn off this config so fire features gets imported but if you do, I highly recommend you to do /gamerule doFireTick false so that fire does not go crazy rampant in this dimension and cause quite a bit of lag!

 

____________________________________________________________________________

HOW CAN I CONFIGURE THIS MOD?

This mod has 29 configs options total to allow you to customize this mod. The options are:

 

-turn on or off importing vanilla or mod's features, structures, carvers, surfaces, and natural mob spawns.

 

-disable bamboo, fire, and lava features from spawning to help reduce lag.

 

-surround floating liquid with solid blocks and placing solid blocks under blocks that can fall. This helps reduce lag from liquid flowing or blocks falling.

 

-place Obsidian blocks to separate lava tagged fluids from water tagged fluids underground.

 

-blacklist certain mod's or vanilla features, structures, carvers, surfaces, and natural mob spawns by using keywords, using the resource location (ID) of the thing itself, or using the resource location of the mod itself.

 

-print out all resource locations of everything registered to help you with making a blacklist easily.

 

-change how many kinds of blocks are needed to make the portal, specify required blocks that needs to be in the chests, what activation item(s) is needed, and whether the portal should drop the chests and its contents instead of consuming it.

 

-how thick the surface bands are and whether vanilla ravine and cave carvers can carve through modded blocks, Netherrack, and End Stone underground.

 

-spawn the Enderdragon at world origin in the dimension! (Set to off by default as I want people to explore this dimension safely without worrying about the dragon guarding the custom altar at world origin. That way you always have an easy escape from the dimension at anytime)

 

The config file has more info on each of the options. Got more ideas or suggestions? Leave a comment below and I'll see if it can be done. The config file is located in the config folder outside of the world save folders. Any changes you do to the config requires a complete restart with Minecraft due to how it imports stuff from vanilla and other mod's biomes. And also, don't forget you can modify World Blender's dimension or biomes by Datapack too! Here's what you can override with datapacks:  https://github.com/TelepathicGrunt/WorldBlender/tree/master/src/main/resources/data/world_blender

 

____________________________________________________________________________

For the list of changes in this mod, click the Source tab and check out Changelog.md file. This helps me keep track of what I had done so far.

 

If you find an issue, glitch, or have a suggestion about my mod, let me know! But if you don't have a GitHub account to report in the Issue tab above, just comment what the problem is below and I'll try and get back to you ASAP! :)

 

Discord Link to #telepathicgrunt-mods channel for my mods! :

https://discord.gg/SM7WBT6FGu

discord-logo-png-free-transparent-png-logos-discord-png-logo-300_300 (PNG)  | BeeIMG

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].