And I'm back with a new Vanilla-style mod
This time I bring you Portals Naturally Spawning.
It's a really simple mod, and it's pretty useful
- You've got lost in the nether but you found some obsidian and a flint and steel in a Nether Fortress? Oh look, a broken nether portal. Let's fix it up and get back to the overworld!
- You got tired of exploring for thousands upon thousands of blocks to find that damn Jungle? Try out your luck by finding an activated nether portal in the nether and then find out you got really unlucky by spawning on a huge ocean.
- You're exploring the overworld and you find a broken nether portal? That's pretty cool! (configurable to be full and lit as 1.0.1)
Configurable Things
Spoiler (click to hide)
# Configuration file
##########################################################################################################
# nether
#--------------------------------------------------------------------------------------------------------#
# Configure here every setting for the portal spawn in the nether
##########################################################################################################
nether {
# One in every x chunks will try to spawn a Nether Portal (default: 120)
I:chance=120
# Chance for fire to be placed on netherrack around the portal (default: 30.0)
D:fire_chance=30.0
# Maximum Height the Portal will try to spawn (default: 96)
I:max_y=96
# Minimum Height the Portal will try to spawn (default: 8)
I:min_y=8
# Percentage of how many obsidian blocks will have a portal. 100 means that the portal will not be missing any block (default: 45.0)
D
ortal_decay=45.0
# Chance for a portal to have the full obsidian frame around it (default: 25.0)
D
ortal_full_chance=25.0
# Maximum height of the portal (counting the obsidian frame too). (default: 6)
I
ortal_height_max=6
# Minimum height of the portal (counting the obsidian frame too). (default: 5)
I
ortal_height_min=5
# Chance for a full portal to be on (default: 100.0)
D
ortal_lit_chance=100.0
# Maximum width of the portal (counting the obsidian frame too). (default: 5)
I
ortal_width_max=5
# Minimum width of the portal (counting the obsidian frame too). (default: 4)
I
ortal_width_min=4
}
##########################################################################################################
# overworld
#--------------------------------------------------------------------------------------------------------#
# Configure here every setting for the portal spawn in the overworld
##########################################################################################################
overworld {
# Chance for a netherrack block to be placed around the portal.
# The actual chance is based on distance from portal
# The formula to calculate the chance based on distance is (netherrack_chance / distance)
# (default: 50.0)
D:base_netherrack_chance=50.0
# If true, burnable blocks (e.g. leaves, logs, etc.) will be replaced by fire instad of air (default: false)
B:burn_burnable=false
# One in every x chunks will try to spawn a Nether Portal (default: 384)
I:chance=384
# Chance for fire to be placed on netherrack (default: 10.0)
D:fire_chance=10.0
# Maximum Height the Portal will try to spawn (default: 196)
I:max_y=196
# Minimum Height the Portal will try to spawn (default: 64)
I:min_y=64
# Percentage of how many obsidian blocks will have a portal. 100 means that the portal will not be missing any block (default: 45.0)
D
ortal_decay=45.0
# Maximum height of the portal (counting the obsidian frame too). (default: 5)
I
ortal_height_max=5
# Minimum height of the portal (counting the obsidian frame too). (default: 5)
I
ortal_height_min=5
# Maximum width of the portal (counting the obsidian frame too). (default: 4)
I
ortal_width_max=4
# Minimum width of the portal (counting the obsidian frame too). (default: 4)
I
ortal_width_min=4
# Chance for a full portal to be on (default: 100.0) D
ortal_lit_chance=100.0
# Chance for a portal to have the full obsidian frame around it (default: 25.0)
D
ortal_full_chance=25.0
}
Any idea for a new configurable option is welcome!
Check out my other "Vanilla Feeling Ores":
This mod has been spotted in the following modpacks:
If you have a modpack with this mod installed, link it in the comments and I'll add it to the list above
Mod Reviews
Spoiler (click to hide)
None at the moment
Link your mod
spotlights / reviews / whatever the hell you call 'em in the comments so I can add them into this list.
Modpack Permssions:
Do whatever the hell you want for modpacks, public or private they are!
This mod WASN'T made with MCreator