He can't. There are no more free ID for materials.
I guess it's possible by an addon. It would be soo nice. Also I do like this machine https://en.wikipedia.org/wiki/Scrubber maybe one day Blood Asp adds it.
He can't. There are no more free ID for materials.
I guess it's possible by an addon. It would be soo nice. Also I do like this machine https://en.wikipedia.org/wiki/Scrubber maybe one day Blood Asp adds it.
Blood Asp, would you like to add Rhodium, Ruthenium, Technetium, Neptunium in the mod?
WTF with beta? Can you fix?
http://pastebin.com/S96HYn2x
Hello everyone, I'm a bacteriologist. I'm working in a clinical lab. I don't know how to code, but I have a lot of ideas.
What about a microbiology addon?
Disclaimer: English isn't my native language, sorry
Some features of the mod:
Also. I don't like easy recipes and mechanisms give you 1 diamonds from 64 dirt. It isn't interestingly.
How to find microbes:
1) The simple way is to put Petri dish to the ground (from air).
Example: there are fish trap and animal trap in Pam's Harvest Craft. They spawn random stuff inside (using lure of course). We can use the similar solution.
2) The middle level. Use apparatus to get more interesting microbes from air, water and dirt.
3) The advanced level. Use genetic ingeneering to get cool strains.
List of food:
...and more
Electricity:
Shewanella oneidensis and Geobacter sulfurreducens use glucose to produce 0.01 W/m2 energy in solt water.
Delftia acidovarans can help with extract metals.
*names of microbes are always italic.
Okay, how is the simplest lab looks like?
How to cook some food?
What about a mug of beer?
We need:
1. Malt;
2. Hop;
3. Sugar;
4. Water;
5. AND YEAST!
First, let's obtain yeast. It's fungi and Saccharomyces cerevisiae can live in water. Water that consists yeast should be a little bit darker than regular one.
We fill an ordinary bottle with water. Now we need to identificate what microorganisms in it.
For this we need a microscope and methylene blue stain.
Let's craft a microscope slide from glass. Use a pipette to move a little water to the microscope slide. Then put it above a burner to fixation. After this we can stain. Just pour out methylene blue. Then pour distilled water to the microscope slide.
After this we put the slide to the microscope. Bacilli, cocci and yeast look different. Bacilli is like a wand, cocci is like a ball, and yeast is like a really big ball.
For identification of species we use biochemical tests. It means we have several test-tubes with different substances. To make it's easer look at the table. S. cerevisiae changes the colour of substance A and does not has any interaction with B. And vice versa.
Okay, we have yeast.
I did not tell you that all utensils must be sterile? That's why we need to built an autoclave. There high pressure can get high temperature like 120°C. It makes sterile because of the very hot steam.
We add in a saucepan all stuff except yeast and sugar and boil it.
Then we need cool it quickly. If we do it for a long time you will be poisoned. Yes, we need to build a refrigerant. After this we add yeast and sugar.
Fermentation takes without O2, let's close the saucepan.
Done.
Beer restores more hunger if it stores a month.
Thank you for your attention. If you don't like it I hope you learned something new from it.
Hi guys can you help me one more time?
val Torch = <RealisticTorches:TorchUnlit>;
val Rubber = <gregtech:gt.metaitem.01:11880>;
val Stick = <RealisticTorches:Matchbox>;
val String = <minecraft:string>;
val Coal = <minecraft:coal>;
val Charcoal = <minecraft:coal:1>;
val CoalCoke = <Railcraft:fuel.coke>;
val WovenCloth = <harvestcraft:wovencottonItem>;
val Beeswax = <Forestry:beeswax>;
recipes.remove(<RealisticTorches:TorchUnlit>);
recipes.remove(<RealisticTorches:GlowstoneCrystal>);
recipes.remove(<enviromine:firetorch>);
recipes.remove(<envirominefftorch>);
recipes.remove(<minecraft:torch>);
recipes.addShaped(Torch * 4, [
[Coal, String],
[Stick, null]]);
recipes.addShaped(Torch * 3, [
[Charcoal, String],
[Stick, null]]);
recipes.addShaped(Torch * 2, [
[Beeswax, String],
[Stick, null]]);
recipes.addShaped(Torch * 4, [
[CoalCoke, String],
[Stick, null]]);
recipes.addShaped(Torch * 3, [
[Rubber, String],
[Stick, null]]);
recipes.addShaped(Torch * 3, [
[<minecraft:wool:*>, String],
[Stick, null]]);
recipes.addShaped(Torch * 4, [
[WovenCloth, String],
[Stick, null]]);
recipes.addShaped(Torch * 4, [
[<minecraft:book>, String],
[Stick, null]]);
One guy said me to change String to <minecraft:string>, but it doesn't work. Now it works like this http://savepic.ru/8007361.gif. Why vanila torch recipes exist? Also, can't craft a torch with a coal and a stick.
I also tried do like this
recipes.addShaped(<RealisticTorches:TorchUnlit> * 4, [
[Coal, <minecraft:string>],
[Stick, null]]);
It doesn't work too.
Also, this code works fine with Enviromine, but I decided to use torches from Realistic Torches and so I'm here :\
I told about it to Realistic Torches's autor but he said several players use minetweaker with his torches.
QuoteStart with the first recipes and test if it works
Thank you guys, I deal with it. I tested every recipe and now it works.
But all recipes don't work, not only the clock.
I fix ")".
Still don't work. The log
ERROR: system: Crop is already defined in that package
INFO: Adding command minetweaker
INFO: Adding minetweaker command tooltips
INFO: Adding minetweaker command entities
INFO: Adding minetweaker command ae2
INFO: Adding minetweaker command chiselGroups
INFO: Adding minetweaker command chiselVariations
INFO: Adding minetweaker command railcraft
INFO: Adding minetweaker command mfr
INFO: Removing 9 recipes
INFO: Removing 0 recipes
INFO: Adding recipe for Chest
INFO: Adding recipe for Trapped Chest
INFO: Adding recipe for Dispenser
INFO: Adding recipe for Dropper
INFO: Adding recipe for Piston
INFO: Adding recipe for Sticky Piston
INFO: Removing 2 recipes
INFO: Adding recipe for Track
INFO: Removing 1 recipes
INFO: Adding recipe for Detector Track
INFO: Removing 1 recipes
INFO: Adding recipe for Activator Track
INFO: Adding recipe for Note Block
INFO: Removing 1 recipes
INFO: Adding recipe for Jukebox
INFO: Adding recipe for Bookshelf
INFO: Adding recipe for Jack o'Lantern
INFO: Adding recipe for Trapdoor
INFO: Adding recipe for Pressure Plate
INFO: Removing 13 recipes
INFO: Adding recipe for Torch
INFO: Adding recipe for Torch
INFO: Adding recipe for Torch
INFO: Adding recipe for Torch
INFO: Adding recipe for Torch
INFO: Adding recipe for Torch
INFO: Adding recipe for Torch
INFO: Adding recipe for Torch
INFO: Adding recipe for Torch
INFO: Adding recipe for Torch
INFO: Adding recipe for Lever
INFO: Removing 1 recipes
INFO: Adding recipe for Redstone Torch
INFO: Adding recipe for Ladder
INFO: Adding recipe for Ladder
INFO: Adding recipe for Ladder
INFO: Adding recipe for Fence
INFO: Adding recipe for Fence
INFO: Adding recipe for Fence Gate
INFO: Adding recipe for Fence Gate
INFO: Adding recipe for Iron Bars
INFO: Adding recipe for Redstone Lamp
INFO: Removing 1 recipes
INFO: Adding recipe for Ender Chest
INFO: Removing 1 recipes
INFO: Adding recipe for Tripwire Hook
INFO: Adding recipe for Tripwire Hook
INFO: Removing 1 recipes
INFO: Adding recipe for Beacon
INFO: Adding recipe for Anvil
INFO: Adding recipe for Daylight Sensor
INFO: Adding recipe for Hopper
INFO: Adding recipe for Wool
INFO: Adding recipe for Wool
INFO: Adding recipe for Orange Wool
INFO: Adding recipe for Magenta Wool
INFO: Adding recipe for Light Blue Wool
INFO: Adding recipe for Yellow Wool
INFO: Adding recipe for Lime Wool
INFO: Adding recipe for Pink Wool
INFO: Adding recipe for Gray Wool
INFO: Adding recipe for Light Gray Wool
INFO: Adding recipe for Cyan Wool
INFO: Adding recipe for Purple Wool
INFO: Adding recipe for Blue Wool
INFO: Adding recipe for Brown Wool
INFO: Adding recipe for Green Wool
INFO: Adding recipe for Red Wool
INFO: Adding recipe for Black Wool
INFO: Adding recipe for White Stained Glass
INFO: Adding recipe for Orange Stained Glass
INFO: Adding recipe for Magenta Stained Glass
INFO: Adding recipe for Light Blue Stained Glass
INFO: Adding recipe for Yellow Stained Glass
INFO: Adding recipe for Lime Stained Glass
INFO: Adding recipe for Pink Stained Glass
INFO: Adding recipe for Gray Stained Glass
INFO: Adding recipe for Light Gray Stained Glass
INFO: Adding recipe for Cyan Stained Glass
INFO: Adding recipe for Purple Stained Glass
INFO: Adding recipe for Blue Stained Glass
INFO: Adding recipe for Brown Stained Glass
INFO: Adding recipe for Green Stained Glass
INFO: Adding recipe for Red Stained Glass
INFO: Adding recipe for Black Stained Glass
INFO: Adding recipe for White Stained Glass Pane
INFO: Adding recipe for Orange Stained Glass Pane
INFO: Adding recipe for Magenta Stained Glass Pane
INFO: Adding recipe for Light Blue Stained Glass Pane
INFO: Adding recipe for Yellow Stained Glass Pane
INFO: Adding recipe for Lime Stained Glass Pane
INFO: Adding recipe for Pink Stained Glass Pane
INFO: Adding recipe for Gray Stained Glass Pane
INFO: Adding recipe for Light Gray Stained Glass Pane
INFO: Adding recipe for Cyan Stained Glass Pane
INFO: Adding recipe for Purple Stained Glass Pane
INFO: Adding recipe for Blue Stained Glass Pane
INFO: Adding recipe for Brown Stained Glass Pane
INFO: Adding recipe for Green Stained Glass Pane
INFO: Adding recipe for Red Stained Glass Pane
INFO: Adding recipe for Black Stained Glass Pane
INFO: Adding recipe for Carpet
INFO: Adding recipe for Orange Carpet
INFO: Adding recipe for Magenta Carpet
INFO: Adding recipe for Light Blue Carpet
INFO: Adding recipe for Yellow Carpet
INFO: Adding recipe for Lime Carpet
INFO: Adding recipe for Pink Carpet
INFO: Adding recipe for Gray Carpet
INFO: Adding recipe for Light Gray Carpet
INFO: Adding recipe for Cyan Carpet
INFO: Adding recipe for Purple Carpet
INFO: Adding recipe for Blue Carpet
INFO: Adding recipe for Brown Carpet
INFO: Adding recipe for Green Carpet
INFO: Adding recipe for Red Carpet
INFO: Adding recipe for Black Carpet
INFO: Adding recipe for White Stained Clay
INFO: Adding recipe for Orange Stained Clay
INFO: Adding recipe for Magenta Stained Clay
INFO: Adding recipe for Light Blue Stained Clay
INFO: Adding recipe for Yellow Stained Clay
INFO: Adding recipe for Lime Stained Clay
INFO: Adding recipe for Pink Stained Clay
INFO: Adding recipe for Gray Stained Clay
INFO: Adding recipe for Light Gray Stained Clay
INFO: Adding recipe for Cyan Stained Clay
INFO: Adding recipe for Purple Stained Clay
INFO: Adding recipe for Blue Stained Clay
INFO: Adding recipe for Brown Stained Clay
INFO: Adding recipe for Green Stained Clay
INFO: Adding recipe for Red Stained Clay
INFO: Adding recipe for Black Stained Clay
INFO: Adding recipe for Sugar
INFO: Adding recipe for Brewing Stand
INFO: Adding recipe for Diamond Sword
INFO: Adding recipe for Diamond Shovel
INFO: Adding recipe for Diamond Pickaxe
INFO: Adding recipe for Diamond Axe
INFO: Adding recipe for Diamond Hoe
INFO: Adding recipe for Diamond Helmet
INFO: Adding recipe for Diamond Chestplate
INFO: Adding recipe for Diamond Leggings
INFO: Adding recipe for Diamond Boots
INFO: Adding recipe for Iron Horse Armor
INFO: Adding recipe for Gold Horse Armor
INFO: Adding recipe for Diamond Horse Armor
INFO: Adding recipe for Saddle
INFO: Removing 1 recipes
INFO: Adding recipe for Clock
INFO: Adding recipe for Compass
INFO: Adding recipe for Gunpowder
INFO: Removing 1 recipes
INFO: Adding recipe for Chest Cart
INFO: Removing 1 recipes
INFO: Adding recipe for Hopper Cart
INFO: Removing 7 recipes
INFO: Adding recipe for Oak Wood Slab
INFO: Adding minetweaker command tooltips
INFO: Adding minetweaker command entities
INFO: Adding minetweaker command ae2
INFO: Adding minetweaker command chiselGroups
INFO: Adding minetweaker command chiselVariations
INFO: Adding minetweaker command railcraft
Screenshots:
https://puu.sh/kFR96/4bddd85fb6.png
https://puu.sh/kFQAb/fb238d50d3.png
https://puu.sh/kFQHB/48270cdf7d.png
etc.
ERROR: system: Crop is already defined in that package
INFO: Adding command minetweaker
INFO: Adding minetweaker command tooltips
INFO: Adding minetweaker command entities
INFO: Adding minetweaker command ae2
INFO: Adding minetweaker command chiselGroups
INFO: Adding minetweaker command chiselVariations
INFO: Adding minetweaker command railcraft
INFO: Adding minetweaker command mfr
ERROR: Error parsing minecraft.zs:1138 -- ; expected
INFO: Adding minetweaker command tooltips
INFO: Adding minetweaker command entities
INFO: Adding minetweaker command ae2
INFO: Adding minetweaker command chiselGroups
INFO: Adding minetweaker command chiselVariations
INFO: Adding minetweaker command railcraft
1138 line:
recipes.addShaped(<minecraft:clock>), [
I have no idea what's wrong.
I use
MineTweaker3-1.7.10-3.0.10.jar
ModTweaker2-0.9.3.jar
GTTweaker-1.7.10-1.0.9.jar
but all my recipes don't work. There's vanila recipes:
http://pastebin.com/cXJp58Dg
Doesn't work ver. 2 http://pastebin.com/5aqrt3s4
I use Minecraft 1.7.10, GT 5.08.03 and GalacticGreg 1.5 . But GalacticGreg doesn't works. My server crashes all the time.
I'm from Russia. I do like your modpack. It's hard to find something like this. I know about Gregtech a lot.
Username: PaleBeta.