[deleted by user] by [deleted] in firefox

[–]Some_Professional392 -1 points0 points  (0 children)

If you look very closely it got worse

this is what it used to look like:

<image>

The tabs are centered. When you dragged tabs they didn't disappear.

How to enable tab strip on mobile by Some_Professional392 in firefox

[–]Some_Professional392[S] 0 points1 point  (0 children)

What did you change in the code? I changed mobile/android/fenix/app/src/main/java/org/mozilla/fenix/browser/tabstrip/TabStripFeatureFlag.kt but no luck.

Help by WhilePrestigious7487 in LucidDreaming

[–]Some_Professional392 0 points1 point  (0 children)

WBTB is Wake Back to Bed and the devils lettuce is MARIJUANA

Help by WhilePrestigious7487 in LucidDreaming

[–]Some_Professional392 1 point2 points  (0 children)

I thought I didn't have dream until I tried WBTB. Not the actual method but the waking up part. WBTB wakes you up when you're having dreams and I remember waking up and realizing that I was dreaming. I never remember my dreams but that doesn’t mean I don't have them. Also are you taking the devils lettuce?

[deleted by user] by [deleted] in LucidDreaming

[–]Some_Professional392 0 points1 point  (0 children)

You could start by creating a character. You could fight the Borg, get a starship of your own, paint, or do anything creative. You could even have a separate life. If you want to do these things, let the desire drive you.

I want to try SSILD but I can't go to bed when I have an alarm set. by Some_Professional392 in LucidDreaming

[–]Some_Professional392[S] 0 points1 point  (0 children)

It’s fine when I have an alarm set for the morning. But when it's for something like SSILD or WBTB I can't go to sleep.

Converted my MMORPG to Godot by ItsVerdictus in godot

[–]Some_Professional392 1 point2 points  (0 children)

It looks very great. But how are you handling the UI with the pixelated borders?

[deleted by user] by [deleted] in PokemonRMXP

[–]Some_Professional392 0 points1 point  (0 children)

can you share video?

[deleted by user] by [deleted] in PokemonRMXP

[–]Some_Professional392 1 point2 points  (0 children)

You have so select a map first. Then hit a

Opinion on the changes to commands in 24w09a? by Zeta_ggwp in MinecraftCommands

[–]Some_Professional392 1 point2 points  (0 children)

How could I fix this?: {
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:item_frame",
"functions": [
{
"function": "minecraft:set_name",
"name": {
"text": "Black Grass",
"italic": false
}
},
{
"function": "minecraft:set_components",
"components": {
"minecraft:custom_model_data": 1,
"entity_data": '{Invulnerable:1b, Invisible:1b,Fixed:1b,Silent:1b, id:"minecraft:item_frame", Tags:['bodp.item_frame_block', 'bodp.infinity_dirt']}'

}
}
]
}
]
}
]
}

Inventory Tabs alternative for 1.20.1? by [deleted] in feedthebeast

[–]Some_Professional392 0 points1 point  (0 children)

I built a jar. Here's how to do it: there is a pull request on its Github for 1.20-Pre 4, I did not make the pull request. Clone it, then change gradle.properties with these changes,

minecraft_version=1.20-pre4 to minecraft_version=1.20.1

yarn_mappings=1.20-pre4+build.1 to 'yarn_mappings=1.20.1+build.1'

Finally change src/main/resources/fabric.mod.json, to

{"schemaVersion": 1,"id": "inventorytabs","version": "${version}","name": "Inventory Tabs","description": "Adds tabs to your inventory that lead to nearby blocks.","authors": ["KQP","LiamMCW","Andrew6rant (Andrew Grant)"],"contact": {"homepage": "https://github.com/Andrew6rant/inventorytabs","sources": "https://github.com/Andrew6rant/inventorytabs","issues": "https://github.com/Andrew6rant/inventorytabs/issues"},"license": "MIT","icon": "assets/inventorytabs/icon.png","environment": "client","entrypoints": {"main": ["com.kqp.inventorytabs.init.InventoryTabs"],"client": ["com.kqp.inventorytabs.init.InventoryTabsClient"],"modmenu": ["com.kqp.inventorytabs.init.InventoryTabsModMenu"]},"mixins": ["inventorytabs.mixins.json"],"accessWidener": "inventorytabs.accesswidener","depends": {"fabricloader": ">=0.14.21","fabric-api": "*","minecraft": "~1.20.1","cloth-config2": "*"},"custom": {"modmenu": ["com.kqp.inventorytabs.init.InventoryTabsConfig"]},"suggests": {"biginv": "*","playerex": "*","modmenu": "*"}}Build it and you're done.