▲ 1 r/mcrealmsservers+1 crossposts

Not For the Weak - bedrock realm

Our server is a much harder version of Minecraft then vanilla where you only get three lives. Adding new mechanics like thirst and RPG like leveling, as well as overhauling the way you progress through the game. It also makes night actually dangerous, both early game and late game with intelligent mob AI.

The only rules are, no cheating, no exploiting (abusing bugs) and no killing people on sight, and no excessive griefing (lava casting, exploding everything)

If you want to know the new progression you can find the guide here

[1.21.130+] XR's Hardcore Fragmentation (Forerunner) - Minecraft Bedrock Addons - CurseForge

This is a list of the most important addons on the server.

- cave dweller (to make the caves more dangerous)

-more enchants

-simple guns

-reskillable (adds level locking to certain items, as well as item skills)

-RR life system

-realistic biomes

-realistic food (spoiling mechanics)

-Xhydration (thirst bar)

-passive to neutral mobs (neutral cows, chicken and sheep)

-blood visual addons

-Xhardercore - enhanced mobs (adds better mob ai)

-xrandom respawn (makes you respawn some where thousands of blocks away from world spawn (if you have a set spawn point it won't do this))

SETTINGS

difficulty: normal

show tags off

immediate respawn - (these three settings make it impossible to know what (or who) killed you)

show death messages off

if you want to join simply comment your username below and click on the link!

https://realms.gg/29Te7hhCeiXhEMU

a simple warning: do not go out at night as you will inevitably lose a life.

reddit.com
u/LowParsley8605 — 5 days ago
▲ 6 r/godot

What do I use autoloads for? (And how)

So right now, I have a health component. And I am wondering should I put the variables in the health component into an autoload. Or would it get rid of the entire purpose of a health component?

Or should I use it for signals and other things that require managing separately?

reddit.com
u/LowParsley8605 — 2 months ago
▲ 6 r/godot

Need help with a simple clicker system.

I'm just trying to make a simple clicker game for some practice, but I can't for the life of me get the upgrade button to work. I don't get any error messages so it must just be that my code is buns.

I've tried changing just about everything, in the if statement but I just can't get it to work.

extends Node


var money: int = 0

var money_modifier: float = 1.0


# Called when the money button is clicked
func _on_button_pressed():
money += 1 * money_modifier
$Label.text = "Money: $ %d" % money





# called when the upgrade button is clicked
func _on_Upgrade1_pressed():
if money >= 50:
money -= 50
money_modifier += 0.2
else:
pass
reddit.com
u/LowParsley8605 — 2 months ago

new grid just dropped

birb

edit: how is no one realizing all of these are stupid birds except for 3 of them. I don't like birds

u/LowParsley8605 — 2 months ago
▲ 3 r/playark+1 crossposts

What to do on astraeos?

I've already tamed many creatures and built a fairly horrid base.

But I don't know what to do now.

Tell me to do something on astraeos and I'll do it and post it.

Edit: Im a broke bum in a thatch base with over 100 araneo eggs, and also I have few wyvern and rock drake eggs

reddit.com
u/LowParsley8605 — 3 months ago
▲ 2 r/ARK

Fix for visual issue

Any one know how to fix this, I have my texture quality on epic.

u/LowParsley8605 — 3 months ago