Krl acho que já joguei mine com você a muito tempo atrás você montava alguns servidores, era dahora. A gente jogava via skype isso acho que uns 10 anos atrás kkkk
@unclespock80872 ай бұрын
Sim eu me lembro, tambem com docdoor e hyper.
@jeffrydapig10873 ай бұрын
possible very stupid question but i cant find an answer anywhere. do you know how to breed chickens? i tried seeds and other things but nothings working lol. they still follow me with seeds but wont use them for breeding
@unclespock80873 ай бұрын
It’s not a stupid question. Wheat seeds will breed chickens
@jeffrydapig10873 ай бұрын
@@unclespock8087 yea I tried that but nothing happens when I click on the chickens. Is there any other way than the regular Minecraft way that you know of?
@unclespock80873 ай бұрын
I can check tomorrow. It might be disabled by mod config. There might be a chicken feeder or breeder you can check in JEI.
@lewiswallace262510 ай бұрын
'promosm'
@xdswitchh4726 Жыл бұрын
shitty ass youtube
@MichaelFrankNZ Жыл бұрын
Thanks for the video! I couldn't get this to work as coded, but I could get it working by setting the buttons to "Momentary" in the Korg Kontrol, and then mapping directly through VoiceMeeter with FF mode enabled.
@elfantasmadelaoperaradio89012 жыл бұрын
Thank you very much mate, you have helped me a lot with this tutorial, you already have my like, a hug
@Gitago3 жыл бұрын
unfortunately i cannot get this to work at all on my nanokontrol2...
@crypticSlave3 жыл бұрын
It's worth noting that as of Voicemeeter Potato 3.0.1.8, this workaround is no longer needed, as Voicemeeter now has the ability to use Double Feedback through MIDI Mapping controls in order to activate lights and motorized faders. Is there any chance that you will cover this new feature update?
@zelintan17543 жыл бұрын
any idea on how i can set this up?
@jonahbron45942 жыл бұрын
@@zelintan1754 In the M.I.D.I Mapping you can select the F, click it until you have "FF" this will enable to lights to run without code. As in the Mute, Solo... etc.
@turtlefarm8742 Жыл бұрын
@@jonahbron4594 i think the macros are better to keep the lights on if you are muted if not it will Un sync it seems
@juniorsilvabroadcast Жыл бұрын
It works perfect with voicemeeter new midi update
@merlijnbeekman96463 жыл бұрын
A small question. Do you have an idea how to use the Nanokontrol 2 with Spotify to use the play/pause button to play and pause a song?
@stijn0matic2 жыл бұрын
I use midi-mixer for this
@Nor1MAL3 жыл бұрын
The code is the following : Strip0 Solo Midi Inital State: System.SendMidi("out1", "ctrl-change", 1, 32, 0); Button ON: Strip(0).solo=1; System.SendMidi("out1", "ctrl-change", 1, 32, 127); Button OFF: Strip(0).solo=0; System.SendMidi("out1", "ctrl-change", 1, 32, 0); Strip0 Mute Midi Inital State: System.SendMidi("out1", "ctrl-change", 1, 48, 0); Button ON: Strip(0).mute=1; System.SendMidi("out1", "ctrl-change", 1, 48, 127); Button OFF: Strip(0).mute=0; System.SendMidi("out1", "ctrl-change", 1, 48, 0); Then just increase Strip(0) to Strip(1) etc; and 32 to 33 etc, then 48 to 49 etc. You should be able to see the id if you learn the midi button anyhow. Remember to put 2 Position State instead of Push Button, except on cough/tempmute button, which I don't use, at least not at this time. For Rec button, I used this : Record Midi Inital State: recorder.stop=1 System.SendMidi("out1", "ctrl-change", 1, 45, 0); Button ON: recorder.record=1 System.SendMidi("out1", "ctrl-change", 1, 45, 127); Button OFF: recorder.stop=1 System.SendMidi("out1", "ctrl-change", 1, 45, 0); Would been beneficial to use the pause recording function in voicemeeter, but I haven't figured out how to make the record button blink, so I just made it stop the recording instead. There is currently no loop/while and/or repeat/recurring command function in voicemeeter, though it has a wait function ( Wait(2000) is waiting 2000ms or 2 seconds). If you want to have the pause recording, replace recorder.stop=1 to recorder.record=0 instead :) Hope this helps.
@phatadam1233 жыл бұрын
This is great - does anyone else, have to doube tap the button once in and a while? Strip(0).mute=1; System.SendMidi("out1", "ctrl-change", 1, 21, 127); for those of you who like copy/paste
@theirongaming41503 жыл бұрын
The out 1 means the specific midi device so that mean if you connect 2 midi device (voicemeeter only support up to 2) it will recognize out 2 if u choose another midi device and the 3 numbers (XX,XX,XX) when you write the control change the first number means the channel which different device set different channel for their LED, I think novation set their launchpad channel 7 for user1 , the second is the different button you want to set and the third number is the colour so novation launchpad have 127 different color that really depends on your midi device tho
@kimkelvin3 жыл бұрын
any ideal for the akai midi mix? i had it configured for the channels 1-3 when i tried to configure the mute for channel 4 in my case its note 12 on the learn, but when i save it it lights a different button on my midimix in my case its the 6th channel's mute, any idea what's going on? cheers!
@TheKerbalKing4 жыл бұрын
This is very helpful. In my case, I had to right-click on the menu bar of the macro window and set MIDI OUT 1 device to my nano Kontrol 2 for the lights to work.
@nielslangerak74344 жыл бұрын
Thanks for your comment. This helped me a lot...
@elfantasmadelaoperaradio89012 жыл бұрын
@@nielslangerak7434 Thank you very much man, you have saved me, I was going crazy with this topic, thank you very much
@kylekowalczyk3437 Жыл бұрын
Yes this had to have been overlooked in the video! Thank you for sharing this!
@Bronze_Kneecap4 жыл бұрын
Thank you so much for this video just used it to automate my crystal crafting with AE2 and Xnet!
@City-Hunter4 жыл бұрын
Not working for me, i get the "Exit Code: 0"
@user-nv7fx1gd7z4 жыл бұрын
hi, can you tell me why they tell me this sentence when I want to place a construction: you must first place a town hall
@unclespock80874 жыл бұрын
Have you placed a town hall down yet? If you have did you try and move it? If you did try moving it far away and then moving it back
@user-nv7fx1gd7z4 жыл бұрын
@@unclespock8087 but what's the name of the building to be placed please, I can't find it.pleasee
@unclespock80874 жыл бұрын
In the beginning of this video you will see when you start your camp, you will find a rack (chest) with the town hall in it. Then use the builders wand to place it
@unclespock80874 жыл бұрын
To start a city you must first have a town hall. Then you mush have a builder to build any other buildings
@indeepjable4 жыл бұрын
This Doesn't Seem To Be About Minecolonies
@unclespock80874 жыл бұрын
I have miss titled this video, thanks for pointing it out.
@indeepjable4 жыл бұрын
Your Welcome? I Was Looking For Minecolonies Videos At The Time, And After Seeing Yours, I Saw This One, Thought It Was Another Part To That One, And Realized It Was Something Else, Causing Some Confusion And Making Me Think There Was Some Sort Of Electrical System In Minecolonies
@dkbp43404 жыл бұрын
Just sub for the mods reviews, keep up!
@unclespock80874 жыл бұрын
Thanks, I will.
@docdoor21394 жыл бұрын
Nice vids. I got to say I love that Mining Gadget "Lazer Gun".
@unclespock80874 жыл бұрын
Thanks doc. Yes I also love the Gun
@edyspaghedy19414 жыл бұрын
I forgot to mention how it quads you see... The thing gives you 2 chunks from the ore and if you reprocess that in the same machine it gives you 4 dust out of 1 ore wich you can smelt into ingots lol
@unclespock80874 жыл бұрын
I guess I can make 2 crushers and pipe them together for auto quading. Lol
@edyspaghedy19414 жыл бұрын
Dude idk if you have noticed but the crusher from silent mechanism quadruples your ores xD idk if its intended or not but holy mother of god dude thats O P
@unclespock80874 жыл бұрын
I have not I’ll try it out. Thanks.
@edyspaghedy19414 жыл бұрын
@@unclespock8087 works on some ores and others not lol sadly osmium doesn't
@unclespock80874 жыл бұрын
Well I can use the crusher until I can X8 with Mek.
@lukas-yl3ty4 жыл бұрын
I dont get new people so my village cant grow can you tell me why
@unclespock80874 жыл бұрын
You get one person per level per house. Lvl 1 house = 1 citizen Lvl 5 house = 5 citizen More houses more people :) Guard house also + citizen Any hut you build that has a bed give extra people as well. So any hut that has a bed equals more people. And the more people in your village the stronger the raiders are!!!! (Get more guards first)
@edyspaghedy19414 жыл бұрын
If you want to have a laugh play the video at 50% speed UncleSpock sounds hammered xD Btw i honestly thought this was a 1.12.2 modpack because of ftb quests but its 1.15.2 :o i cant wait to play this
@unclespock80874 жыл бұрын
That’s to funny, have you tried the pack?
@edyspaghedy19414 жыл бұрын
@@unclespock8087 yeah but i have to figure out how to turn off the amplified terrain because its too much for my pc
@thekingoftheworld26504 жыл бұрын
Hello there
@unclespock80874 жыл бұрын
Hello 👋
@thekingoftheworld26504 жыл бұрын
Hello there
@unclespock80874 жыл бұрын
Hello 👋
@edyspaghedy19414 жыл бұрын
Just a tip for those using the digital miner and its not working for them. Use it 200 blocks away from your colonies because the town hall has a block protection radius of 180 blocks and thus preventing the digital miner to break blocks... You may also turn protection off in the configs wich is what i did... And it still keeps protection from explosions.
@unclespock80874 жыл бұрын
Same goes for the rftools builder.
@edyspaghedy19414 жыл бұрын
Hey UncleSpock i watch your video like literally 15 minutes after you posted it but i forgot to tell you i sent you a request on discord. Great video by the way... I might make one of these quarries but at the moment im just using a digital miner with filters.
@edyspaghedy19414 жыл бұрын
Hey unclespock i just uploaded a video on how to automate the energizing orb crafting process... Check it out if you want :) it might help you with your dry ice crafting. Btw personally i prefer the mekanism advanced solar generator. Great vids man keep em coming :D
@unclespock80874 жыл бұрын
I’ll check it out for sure thanks
@davidkhan92734 жыл бұрын
How did you destroy a large area with your pickaxe?
@unclespock80874 жыл бұрын
I use vain minding. V change mode and CTRL+shift+V opens Config.
@unclespock80874 жыл бұрын
And to vain mine hold ~ key while digging
@Isaiahchpt41vs104 жыл бұрын
Is vainmining included in the mod pack?
@davidkhan92734 жыл бұрын
Nice thanks @UncleSpock
@unclespock80874 жыл бұрын
Yes it’s called excavation
@willsson04434 жыл бұрын
whats the ip
@unclespock80874 жыл бұрын
check out JNEM2 discord for server info discordapp.com/invite/jhGY8sh
@willsson04434 жыл бұрын
whats the ip
@seramasumi84814 жыл бұрын
Can u tell me why my deliveryman is just take the item from rake on another place like builder hut or farm and dont wanna bring that item to warehouse? its just run and back with that item. And i also put items on warehouse like stone bricks, stone slab etc for building or upgrading house then that deliveryman dont wanna bring that specific item to builder. I tried to rebuild a warehouse to fix that and nothing change. Pls tell me coz that deliveryman is useless for me. Thanks btw i already subscribe your channel :)
@unclespock80874 жыл бұрын
You can change the priorities to where the delivery man takes items. Also if someone requests items in a higher priority he will drop items where he is closest to. And when you upgrade delivery man hut he can carry more items. Also you can have up to 5 delivery huts.
@seramasumi84814 жыл бұрын
So, what does the stats means? like inteligent, strength etc. Thanks for the response btw.
@RubyWasntTaken4 жыл бұрын
This was very useful for me, thank you !
@unclespock80874 жыл бұрын
Your welcome I’m glad I was able to help.
@robertross45014 жыл бұрын
New subscriber here, I’ve just started this Modpack as Enigmatica 2 was too greedy on my PC. Searched for this mod on here and your videos popped up, playing alongside your videos now! Keep up the great content.
@unclespock80874 жыл бұрын
Thank you for the kind words, I hope you enjoy playing this pack and my videos.
@robertross45014 жыл бұрын
UncleSpock I will, looking forward to seeing what other mods they may add in the future too.
@jadelink234 жыл бұрын
Very useful!
@thealmondmemer42304 жыл бұрын
that audio glitch is BAAAD
@unclespock80874 жыл бұрын
Yes I got a new mic. Sorry my videos get better I promise
@raytbrown24 жыл бұрын
Fun series. Thanks. But . . . Gotta set your light levels to bright so we can see. A dark screen isn't fun to watch.
@nonchip4 жыл бұрын
UncleSpock: "let's build near a village" - game: "i sure hope you're far away from a village"
@nightwolf70704 жыл бұрын
I hope your muscular dystrophy gets cured 🙏 stay strong bro
@unclespock80874 жыл бұрын
Always strong. I wish the cure for the young. Ive done most everything I wished to too. And thank you for the wishes.
@docdoor21394 жыл бұрын
I like your vids. Keep up the good work. You must be a mechanical engineer. This level is a bit in advance for my brain. I do like watching and admire the development, placement and the concept of these equipments down below the warehouse.
@unclespock80874 жыл бұрын
Thank you, you are very kind. I appreciate the compliments.
@emrah_80734 жыл бұрын
umm
@markgarbutt98434 жыл бұрын
How are you
@unclespock80874 жыл бұрын
I’m good you?
@markgarbutt98434 жыл бұрын
First
@beastayanxd4 жыл бұрын
But i am download this mod pack now xD !!
@beastayanxd4 жыл бұрын
Bro in this game are there any danger mob ? Because this is 1.15.1 modpack and i never play 1.15.1 mod so i have no idea xD Rip english Do Not Mind !
@unclespock80874 жыл бұрын
So far there is raiders and pirates. They are getting stronger and more quantity as my town grows. I understand you just fine 😀
@beastayanxd4 жыл бұрын
@@unclespock8087 Is This game is Adventure , survival or Hardcore ?
@unclespock80874 жыл бұрын
Beast Ayan Gaming this is survival and luring the mechanics of minecolonies. I’ll make a spotlight or tutorial after I understand the mod.
@beastayanxd4 жыл бұрын
I wish u get 1000subs !!!!
@unclespock80874 жыл бұрын
Awww thank you
@beastayanxd4 жыл бұрын
@@unclespock8087 :)
@beastayanxd4 жыл бұрын
Hi
@unclespock80874 жыл бұрын
Hello
@NaliAroni4 жыл бұрын
also, I think I recognized the corner of my base there
@NaliAroni4 жыл бұрын
don't forget to /sethome and explore /spawn some more by those redstone torches <3
@unclespock80874 жыл бұрын
Yes I set home and I will explode the spawn for sure
@dannobananno9874 жыл бұрын
My JNEM2 crash when i initate the launcher, saying me that forge isn't there, do you have any solution?
@unclespock80874 жыл бұрын
Hello Danno. Are you launching it with twitch launcher? If so you might need to allocate more memory probably min 4g-6g.
@dannobananno9874 жыл бұрын
@@unclespock8087 thx but i gave 12gb and still the same thing but thanks mate
@unclespock80874 жыл бұрын
Check the version you are using maybe start with 1st JNEN2 so it will install the forge and then update
@unclespock80874 жыл бұрын
Check the version you are using maybe start with 1st JNEN2 so it will install the forge and then update