Description
!RECENT ISSUE! 18th June 2026
If you see "Chat not allowed by account settings", this is a Microsoft/Xbox account issue, not a server issue. Check your Xbox privacy and adult verification settings.
Modpack Link:
https://www.curseforge.com/minecraft/modpacks/gaian-engineering
Gaia Kitten Presents - Gaian Engineering
Works best with Large Biomes world type. 4.5Gb RAM
Features include:
- CLAIM YOUR LAND! With a Golden hoe to SECURE your base on the server with a generous 50k block area allowance per player.
- MCDoom has let loose all hell in the nether! In the ocean there now lurks dangers in the Dark Waters! You can't escape with a Time Machine but you could try. Another option, Evacuate the Planet!
- Spawner customization using the spawner key. So you will be able to create more elaborate and more powerful mob farms and also design your own dungeons from scratch.
- Flat Bedrock.
- Boosted Early-Game to get your mining operation up fast, if you are starting over again then not painful but still balanced.
(Prefab, Steam Drill = 3x3)
You will enjoy being boosted, as it will enable you to reach the brand new Better Nether and Better End.
- Don't get lost! The Charm mod provides a craftable ATLAS to keep all your maps in order. There is no minimaps to preserve the immersive feeling of vanilla MC.
- Mashed-up terrain generation unique to this modpack, you will find endless interesting terrain and want to make a base everywhere.
- When you get bored of dimension hopping, craft a starship and hop in to explore the rest of the Gaian Galaxy!
- Nature's Compass and Explorer's compasses will guide you to the new locations in survival.
- Dimensional Ores makes Nether and End mining fun again!
-Travel to Space! Build your own space station! With a fully explorable Solar System.
- Craft your own Spawners and Spawn Eggs in survival to build the most epic factorio experience!
- New Redstone mechanics to explore. Along with TWO sets of redstone lamps in every colour!
- No more limitations! Included are mods which remove the enchantment cap. 49 new enchantments to play with. Beacons can be BIGGER! Up to 10 tiers high.
- All chests, shulker boxe and barrel are upgradable with tokens, its expensive in a good way you ALWAYS need more Iron, Gold, Diamond, Netherite!!
(A note on the design: I've intentionally NOT ore-dictated the multiple ore types and their derivatives across mods. You'll find four kinds of tin, multiple iron plate recipes, Thallasium that substitutes for iron in some recipes but not others, charcoal and coal that aren't always interchangeable, and dozens of similar nuances throughout the recipe space. This looks chaotic at first glance and goes against modpack convention, but it's deliberate.
Keeping materials distinct creates emergent recipe trees, real strategic choices about which path to take with what you've got, and genuine discovery moments where you find a cheaper or unexpected route through the production landscape. Some recipes will feel like cheat codes when you find them. That's the point. This pack is built for years of play, not for completion.)
----------------
Here’s the current Gaian Engineering hidden server-law stack, only including things we actually kept / tested / established, rather than all the rejected experiments. Most are Repeating → Unconditional → Always Active, running from the hidden force-loaded control room behind the Gaian Engineering artwork. 😹
- Force-loaded hidden physics controller
- The command-block room is hidden behind the modpack artwork in the base, basically functioning like server racks for the world's custom physics.
- Its chunk is force-loaded, so the rules continue operating without somebody physically standing in the control room.
- Dimension-sensitive commands use
execute in ...so imported blocks don't accidentally behave the same way everywhere.
-
Warped Nylium mutates into Sculk Sensors in the Nether
- Warped Forests visibly transform around travelling players.
- 17×17×17 scan around each player.
- Nether only, so Warped Nylium brought to the Overworld can still be cultivated normally.
execute in minecraft:the_nether as @a[distance=0..] at @s run fill ~-8 ~-8 ~-8 ~8 ~8 ~8 minecraft:sculk_sensor replace minecraft:warped_nylium- This effectively makes Sculk Sensors renewable through Warped Nylium cultivation, transport.
-
Netherrack becomes Crimson Hyphae underfoot
- Players leave permanent fungal travel scars through ordinary Nether terrain.
execute in minecraft:the_nether as @a[distance=0..] at @s if block ~ ~-1 ~ minecraft:netherrack run setblock ~ ~-1 ~ minecraft:crimson_hyphae -
Crimson Nylium becomes Crimson Hyphae underfoot
- Extends the same travel-path law into Crimson Forest terrain.
execute in minecraft:the_nether as @a[distance=0..] at @s if block ~ ~-1 ~ minecraft:crimson_nylium run setblock ~ ~-1 ~ minecraft:crimson_hyphae -
Sculk Sensors become Warped Hyphae when stepped on
- This completes the Warped Forest ecology:
Warped Nylium → Sculk Sensor → player steps on it → Warped Hyphae
execute in minecraft:the_nether as @a[distance=0..] at @s if block ~ ~-1 ~ minecraft:sculk_sensor run setblock ~ ~-1 ~ minecraft:warped_hyphae- So both Crimson, Warped terrain eventually produce matching fungal travel paths.
-
End Stone becomes End Stone Bricks underfoot
- Travel permanently records itself in the End.
- End only, so decorative End Stone elsewhere remains unchanged.
execute in minecraft:the_end as @a[distance=0..] at @s if block ~ ~-1 ~ minecraft:end_stone run setblock ~ ~-1 ~ minecraft:end_stone_bricks -
Water leaves temporary Fire Resistance
- Being submerged refreshes Fire Resistance.
- Leaving water gives roughly five seconds of residual protection.
execute as @a at @s if block ~ ~ ~ minecraft:water run effect give @s minecraft:fire_resistance 5 0 true- This established the general server law that being wet actually provides short-lived heat protection.
-
Raw Nether Quartz Ore bleeds water
- Stand on Nether Quartz Ore in the Nether, temporary flowing water appears at your feet.
execute in minecraft:the_nether as @a[distance=0..] at @s if block ~ ~-1 ~ minecraft:nether_quartz_ore run setblock ~ ~ ~ minecraft:water[level=7]- It can extinguish a burning player despite ordinary water buckets not functioning in the Nether.
- Combined with the water rule, it also leaves a few seconds of Fire Resistance.
- Silk Touch Quartz Ore can therefore be used to build emergency Nether fire-suppression pads.
-
Obsidian cries when exposed to the Quartz-water process
- In the Nether, the player must be standing on raw Nether Quartz Ore, dropped Obsidian must also be over that raw Quartz Ore.
- The Obsidian item becomes Crying Obsidian.
execute in minecraft:the_nether as @a[distance=0..] at @s if block ~ ~-1 ~ minecraft:nether_quartz_ore as @e[type=minecraft:item,distance=..2,nbt={Item:{id:"minecraft:obsidian"}}] at @s if block ~ ~-1 ~ minecraft:nether_quartz_ore run data modify entity @s Item.id set value "minecraft:crying_obsidian"- Lore/physics: Quartz bleeds water, Obsidian gets wet, Obsidian starts crying. 😹
-
Normal Rails make pedestrians faster
- Rail is checked at player-foot level because the rail itself occupies that block.
execute as @a at @s if block ~ ~ ~ minecraft:rail run effect give @s minecraft:speed 2 1 true- Gives Speed II while travelling along rails.
-
Powered Rails make pedestrians even faster
execute as @a at @s if block ~ ~ ~ minecraft:powered_rail run effect give @s minecraft:speed 2 2 true- Gives Speed III.
- Rails now represent transportation infrastructure even when somebody isn't using a minecart.
-
Dropped Gold Blocks catalytically gild Blackstone
- A dropped Gold Block converts nearby Blackstone into Gilded Blackstone.
- The Gold Block survives, functioning as a reusable catalyst.
execute as @e[type=minecraft:item,nbt={Item:{id:"minecraft:gold_block"}}] at @s run fill ~-2 ~-2 ~-2 ~2 ~2 ~2 minecraft:gilded_blackstone replace minecraft:blackstone- This complements rather than replaces the existing nugget-based recipe.
-
Gold Block transmutation has sensory feedback
- Freshly dropped Gold Blocks make an enormous gold particle burst:
execute as @e[type=minecraft:item,nbt={Age:0s,Item:{id:"minecraft:gold_block"}}] at @s run particle minecraft:wax_on ~ ~ ~ 3 2 3 0.35 180 force @a[distance=..48]- Plus a deep bell sound:
execute as @e[type=minecraft:item,nbt={Age:0s,Item:{id:"minecraft:gold_block"}}] at @s run playsound minecraft:block.bell.use block @a[distance=..32] ~ ~ ~ 3 0.7- This lets players discover that Gold Blocks possess a strange catalytic property even before figuring out the Blackstone interaction.
-
Vanilla Anvil impact creates Budding Amethyst
- Drop an ordinary Anvil onto a normal Amethyst Block.
execute as @a at @s as @e[type=minecraft:falling_block,distance=..32,nbt={BlockState:{Name:"minecraft:anvil"}}] at @s if block ~ ~-1 ~ minecraft:amethyst_block run setblock ~ ~-1 ~ minecraft:budding_amethyst- This makes Budding Amethyst renewable without making it portable.
- Once established, the Budding Amethyst becomes a permanent resident.
- Break it, you lose it, then have to manufacture another one.
- This solves remote-geode/chunk-loading annoyance without turning Budding Amethyst into a block that can casually live in a backpack.
-
Ghast fireballs leave Magma scars
- Ghast fireballs convert nearby Netherrack into Magma Blocks while travelling.
execute in minecraft:the_nether as @e[type=minecraft:fireball] at @s run fill ~-1 ~-1 ~-1 ~1 ~1 ~1 minecraft:magma_block replace minecraft:netherrack- Old Ghast fights now permanently scar the terrain.
- Players can eventually deliberately bait Ghasts to manufacture Magma Blocks, at the cost of having a Ghast actively trying to murder them. 😹
-
Terminite Anvils can break Bedrock
- This is the first tier of actual Bedrock manipulation.
- A vanilla Iron Anvil is nowhere near sufficient.
execute as @a at @s as @e[type=minecraft:falling_block,distance=..32,nbt={BlockState:{Name:"betterend:terminite_anvil"}}] at @s if block ~ ~-1 ~ minecraft:bedrock run setblock ~ ~-1 ~ minecraft:obsidianBedrock + Terminite impact → Obsidian- Bedrock never becomes an inventory item.
- To "move" Bedrock you actually destroy its Bedrock state, transport ordinary material, manufacture new Bedrock somewhere else.
-
Aeternium Anvils manufacture Bedrock
- Requires BetterEnd Aeternium tooling plus Industrial Revolution Wither-Proof Obsidian.
execute as @a at @s as @e[type=minecraft:falling_block,distance=..32,nbt={BlockState:{Name:"betterend:aeternium_anvil"}}] at @s if block ~ ~-1 ~ indrev:wither_proof_obsidian run setblock ~ ~-1 ~ minecraft:bedrockWither-Proof Obsidian + Aeternium impact → Bedrock- Breaking that Bedrock later gives plain Obsidian, not Wither-Proof Obsidian.
- So the cycle is deliberately lossy.
- Terminite = technology capable of destroying Bedrock.
- Aeternium = higher technology capable of creating Bedrock.
- Bedrock therefore remains a world-state, not a pocket material
- There is never a legitimate phase where somebody mines twenty Bedrock blocks, stuffs them into a shulker, moves them.
- Relocation means:
Bedrock → Terminite → Obsidian → transport/process → Wither-Proof Obsidian → Aeternium → Bedrock - The expensive state has to be recreated every time.
-
Nether Quartz grows into Prismarine Crystals using BetterEnd Bubble Coral
- Drop Nether Quartz onto
betterend:bubble_coral.
execute as @e[type=minecraft:item,nbt={Item:{id:"minecraft:quartz"}}] at @s if block ~ ~-1 ~ betterend:bubble_coral run data modify entity @s Item.id set value "minecraft:prismarine_crystals"- Stack count is preserved.
Nether material + BetterEnd ecology → oceanic crystal material- Gives Bubble Coral an actual processing role.
- Drop Nether Quartz onto
-
Dragon Bone + Giant Mold produces Molten Netherite, Nether only
- Bring
betterend:dragon_bone_blockout of the End. - Bring a
betternether:giant_mold_sapling. - Perform the reaction in the Nether.
execute in minecraft:the_nether as @e[type=minecraft:item,nbt={Item:{id:"betternether:giant_mold_sapling"}}] at @s if block ~ ~-1 ~ betterend:dragon_bone_block run setblock ~ ~-1 ~ indrev:molten_netherite- Dragon Bone becomes a source of molten Netherite.
- The Dragon Bone is consumed.
- The generated molten Netherite is so hot that it naturally incinerates the dropped Giant Mold Sapling, meaning no cleanup command is necessary.
- It is also really fucking dangerous to stand near. 😹
- This created the lore that Ancient Debris is basically fossilized ancient dragon bone that became moldy, with the player reconstructing/accelerating that ancient decay process.
- You still need Industrial Revolution infrastructure to turn the resulting bucket/pool of molten Netherite into useful material, so this does not instantly hand out Netherite gear.
- Bring
-
Europa Ocean is the Creative-Tech ascension environment
- Dimension:
agape:europa_ocean- The rule is:
Block of Nether Star + highest finite Tech Reborn machine + Europa Ocean → corresponding Creative machine - The Quantum machine is a dropped catalyst/template, so it survives.
- The Block of Nether Star itself becomes the Creative machine, consuming nine Nether Stars every time.
- This gives the whole Agape Space progression another genuine endgame purpose rather than space being somewhere you visit once.
-
Quantum Solar Panel ascends into Creative Solar Panel
execute in agape:europa_ocean as @e[type=minecraft:item,nbt={Item:{id:"techreborn:quantum_solar_panel"}}] at @s if block ~ ~-1 ~ blockus:nether_stars_block run setblock ~ ~-1 ~ techreborn:creative_solar_panel- Quantum Solar is the technology requirement.
- Nether Stars are the consumed resource requirement.
- Europa Ocean is the location/progression requirement.
-
Quantum Storage Unit ascends into Creative Storage Unit
execute in agape:europa_ocean as @e[type=minecraft:item,nbt={Item:{id:"techreborn:quantum_storage_unit"}}] at @s if block ~ ~-1 ~ blockus:nether_stars_block run setblock ~ ~-1 ~ techreborn:creative_storage_unit -
Quantum Tank Unit ascends into Creative Tank Unit
execute in agape:europa_ocean as @e[type=minecraft:item,nbt={Item:{id:"techreborn:quantum_tank_unit"}}] at @s if block ~ ~-1 ~ blockus:nether_stars_block run setblock ~ ~-1 ~ techreborn:creative_tank_unit - The Tech Reborn Creative suite therefore costs 27 Nether Stars minimum
- Three genuinely impossible/infinite machines.
- Three Blocks of Nether Star.
- Nine Nether Stars each.
- 27 total, plus the Quantum precursor machines, UU-Matter/tech progression involved in those, plus the full space progression required to reach Europa Ocean.
The emerging server-law families are now distinct
- Ecology / mutation: Warped Nylium → Sculk, Giant Mold → Dragon Bone decay.
- Travel history: Nether Hyphae paths, End Stone Brick paths.
- Environmental chemistry: Quartz-water, Crying Obsidian, Bubble Coral → Prismarine Crystals.
- Combat geology: Ghast fireballs → Magma scars.
- Catalysis: Gold Block → Gilded Blackstone.
- Pressure / impact engineering: Anvil → Budding Amethyst, Terminite → break Bedrock, Aeternium → manufacture Bedrock.
- Postgame transmutation: Europa Ocean + Nether Stars + Quantum technology → Creative Tech Reborn machines.
Let's Play Series



[SURVIVAL SERVER ONLINE]
Consider voting here:
https://mcservers.top/server/1485




