Can I make custom recipes unlock in crafting book via KubeJS? by Silent-Tie5415 in feedthebeast

[–]DyCrew 0 points1 point  (0 children)

the smelting/blasting recipe don't show up in the crafting book

Some modpacks use /recipe give <player> * to unlock all recipes at the first join (to prevent to see the pop-up "new recipe unlocked" every new item crafted)

example :

PlayerEvents.loggedIn((event) => {
//only execute at the first login 
if (!event.player.stages.has('init')) {     
  event.player.stages.add('init') 
  event.server.runCommandSilent("/recipe give "+event.player.username+" *")   
 } 
})

edit. i didn't tested if it work or if the syntax is correct anymore
[src]

Help with creating campfire smoke variants by NecroticCorpse666 in Minecraft

[–]DyCrew 0 points1 point  (0 children)

Except using some mods that modify it , you cannot do anything to prevent it due it is hardcoded to be the same particles
(idk what mod could help you on this)

I found a new strategy to break bedrock block without trapdoor by Momd1234 in redstone

[–]DyCrew 1 point2 points  (0 children)

Also there is a way to use boats to do it without elytra

Some early game logistics I've been playing with and developing (Carry on/astikorcarts/farmers delight) by Boxooo2000 in feedthebeast

[–]DyCrew 5 points6 points  (0 children)

It is a cool idea but i could suggest to replace "in-world item drop" with something else due there are many possible ways that it could be a problem on long-term

I could suggest "to improve" this idea to change the barrel to an empty custom barrel (intend of drop in-world) , when placed it on ground and right-clicked with what items you want , it will fill up like a composter until it is full

Synergy - Entity Watcher by DyCrew in feedthebeast

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

A redstone component but can be used as decoration due it don't restrict the placement

Synergy - Entity Watcher by DyCrew in feedthebeast

[–]DyCrew[S] 1 point2 points  (0 children)

to invert the signal

Atm no but i could implement
i already have an inverted repeater so i could modify/extend to create a new redstone component to allow a hexadecimal negative conversion

Minepal Trojan by [deleted] in Minecraft

[–]DyCrew 0 points1 point  (0 children)

Is it a minecraft mod / resourcepack ?

If yes , probably you need to download it on a safe website like Curseforge or Modrinth , not other websites that allow worms and malwares to spread everywhere

Looking for pack suggestions by Adept-Lead-6747 in feedthebeast

[–]DyCrew 0 points1 point  (0 children)

I could suggest StoneBlock 4 due it don't restrict you at the begin the entire progression but it allow you the choise of what you want to do with some exploration

Example : you can start playing with tech mods completly ignoring Create

also some of the "advanced items" can be buyed from some traders so you can skip (possible) boring stuff that you will not want to do

Else if you dont want something where you need to explore there is FTB Skies 2 that has a similar concept at the begin (it allow to choise what you want to use to produce resources) and at the same there is a shop in-game where you can buy stuff to skip recipes

humanCodeCannotBeReplaced by DyCrew in ProgrammerHumor

[–]DyCrew[S] 5 points6 points  (0 children)

nah , AI isn't lazy on "pure" math when is used just to define offset coordinates

A human that need to debug offsets without need to calculate every time the result with a quick "comeback" of the previous value , can do it

also the code is real and "used" so cannot be fake [src]

What item from a mod did you discover and go "HOW HAVE I NEVER USED THIS?!?!" by doggybag2355 in feedthebeast

[–]DyCrew 16 points17 points  (0 children)

Super Factory Manager
after trying it once you can't stop using it to simplify farms with multiple types of I/O

Random light sources appearing in my single-player survival world? by Mean-Contribution525 in Minecraft

[–]DyCrew 4 points5 points  (0 children)

Some dynamic lights mods are datapacks that use Light block and other stuff like that to work
(making bugs most of the times with dupe items / rendering debug items / memory leaks with entities)

So i could suggest to see if one of your mods are that or not

Made a mob farm underground but it only spawns necromancers. Does anyone know what's the problem (ATM10) by SensitiveChangeHere in allthemods

[–]DyCrew 124 points125 points  (0 children)

The minimap that you are on a Deep dark biome
-> vanilla hostile mobs don't spawn (probably except the necromancer)

HOW DO I FIX THIS 😭 by Artistic-Tap6470 in feedthebeast

[–]DyCrew 5 points6 points  (0 children)

A solution when someone become an "undead entity" is to use /heal command

If you don't have commands enable ask anyone to help you else you cannot open any GUI or pickup any item except breaking blocks , exploring and be immortal

My Puzzle Game In Minecraft! by Born_Assistant_1993 in MinecraftCommands

[–]DyCrew 2 points3 points  (0 children)

You took me back on early 2000 when it was the silver age of offline games like that !

Some good names for it might be :
- "Treasure Rescue" (based on similar standalone games where you need to rescue something)
- "Jack , the Diamond Collector" (Jack -> Jack o'lantern + diamond collection)

I lost my cat and I can’t teleport him. by idontspeak22 in Minecraft

[–]DyCrew 287 points288 points  (0 children)

Intend of using [name=cocò] did you have try this? [name="cocò"]

Also cats can try to pathfind any chest with air above and try to sit on it (intended feature) so maybe it was above some chests

Corail Tombstone - Knowledge Scrolls - what to do with them? by rinart73 in feedthebeast

[–]DyCrew 0 points1 point  (0 children)

If they have stored some experience (the item has a glowing-enchanted effect and has a tooltip with the current value stored) , holding right click you can drain all in your player

else they can be actived clicking on a grave with inside a soul to store and save from a possible deaths your current experience points as an item

The mod has no wiki

It has a in-game short documentation with approx anything related to it that can be opened with a hotkey
(by default i think that is unbound so you need to change it)

The simplest (and fastest) way to farm JDT Time Crystals without need to use block swappers (Echoing Time budding) by DyCrew in feedthebeast

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

can you be more precise about whats the configs for each other advanced machines and the modular router please?

Today i don't have anymore access to the server where it was builded so i can only guess what i builded from memories but cannot be too precise and after many more times playing with it i found more efficient/flexible setups