Giter Site home page Giter Site logo

growthcraft-1.12's Introduction

Growthcraft 4 for Minecraft 1.12.2 (Forge)

Growthcraft Version Forge Version

Build Status Gitpod Ready-to-Code Discord Channel

This is a second major community fork of the original GrowthCraft developed by Gwafu. The original forum post can be found on the Minecraft Forums mod page. We have created a forum post for Growthcraft CE for general discussions, announcements and feedback. We have a Discord chat group (https://discord.gg/Quh76Jn).

Wiki

We are using the Gamepedia FTB Wiki for publishing how the plugins work and tutorials. For technical details please read our GitHub Wiki.

Contributing

For any contributions to this project, please refer to our Contributing to Growthcraft wiki page and create a branch from our development branch. All pull requests need to be towards our development. Pull requests directly to the master branch will be closed without review.

License

Until we find the right license model, for now we are allowing for others to modify the code for personal/private use. Do not distribute your own version of the plugin. Instead, submit your changes as this is a community project. If you add this mod or set of mods to your mod-pack, simply post an issue with a list of mods that you have included in your pack. It is that simple. We want the list of your mods so that we can determine where to invest time in cross-mod compatibility.

growthcraft-1.12's People

Contributors

alatyami avatar clienthax avatar coffeethieff avatar coro101 avatar darthvader45 avatar deshiba avatar doenerstyle avatar dycoldwind avatar emirhangg avatar foreck1 avatar ginyai avatar hohserg1 avatar kisutora avatar ristovski avatar rocketblaster247 avatar sunconure11 avatar vonzeeple avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

growthcraft-1.12's Issues

Growthcraft Rice: Implement a Cultivator for tilling farmland into rice paddy

In previous versions we have had conflicts with right clicking farmland into rice paddy. After research, we could use a garden cultivator instead to till the farmland.

https://www.homedepot.com/p/Ames-3-Tine-Garden-Cultivator-2917000/206297044

https://images.homedepot-static.com/productImages/1a8a2bc4-c5fe-43f1-9903-b90e3390d342/svn/ames-cultivators-2853600-64_1000.jpg

Crafting
5 Iron Nuggets (N)
2 Sticks (S)

NNN
NSN
-S-

Add secondary drops to the cultivator

Not everyone wants to go find a dungeon to get GC items. The cultivator should have a chance to drop Grape Seeds, Hops, and Rice when creating rice paddies.

GCCE seems to cause missing textures in Travel Huts

Hi,
I've found that installing Growthcraft v4.0.4.100 with Travel Huts v3.0.1 causes missing textures on the travel hut glass blocks. Problem can be reproduced with only those mods and Forge v2768. Removing GC brings the textures back.

Reported here.

No recipe to turn ricotta curds into ricotta

After drying ricotta curds we used to craft them with bowls to make ricotta. In JEI I can see the ricotta icon, which still has a bowl, but JEI shows no recipe to make it.

I experimented with pressing it in the cheese press but (as expected) nothing happened.

Growthcraft Dynamic Apple Trees

I (among others) would like to see a Growthcraft apple tree in the style of the Dynamic Trees mod. An add-on made with the API provided should prove to be fairly easy to make as there is a Dynamic apple tree in that mod so about 80-ish percent of that code could be reused.

Rope Blocks Can Be Passed Through During Certain Behaviors

By either walking towards or pressing against a Rope block, you can sometimes pass through the block. Walking doesn't produce this effect consistently, and pressing against the rope will always eventually allow you to pass through it but the length of time you must press against it is inconsistent. This was tested against a head-height line of Rope blocks.

Growthcraft Rice

Implementation of Growthcraft Rice

Items

[ ] Rice
[ ] RiceBall

Blocks

[ ] RicePaddy
[ ] RiceCrop

Fluids

[ ] Sake

Tools

[ ] Rake

Crash on Servers caused by cellar

Hi,
Latest version is crashing on server with the following.

PMDescription: Exception in server tick loop java.lang.NoSuchFieldError: guiProvider at growthcraft.cellar.GrowthcraftCellar.<clinit>(GrowthcraftCellar.java:47) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:528) at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593) at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97) at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) at java.lang.Thread.run(Unknown Source)

Grapes: Grape Plant Breaking On Farmland Blockstate Change

When pressing against a grape stalk, regardless of height, the auto-jump feature will activate. If close enough to the grape stalk when landing this changes the farmland into dirt. Changing the farmland under a grape stalk into dirt causes the plant to break, which is a bug.

#11 is not completely fixed...probably

Hello, its me again. I created new world with latest ic2 and growthcraft alpha, which you sent to me. Its loaded and created perfectly, but when i try to move 1 step or another, its instantly crashes. I cant say for sure, is it a growthcraft problem or not, but i'll deffinetly test it this evening.
p.s. also, please fix that irritating "page not found" of issues on curseforge. thanks.

Issues page on curseforge is broken

Not exactly an issue with the mod directly per say, but on curseforge the issues link links to Growthcraft for 1.11, which a page doesn't exist for it. Only found the link by looking at the comments.

Recipe collision due to OreDictionary of UniversalBucket for FluidHoney

Expected Behavior

Should be able to craft vanilla milk bucket with one Animania milk bucket.

Actual Behavior

Obtain 1 honey (from Harvestcraft) instead of one vanilla milk bucket

Steps to Reproduce

Mod list:
Animania 1.6.0.2
CraftStudio API 1.0.0
GrowthCraft 4.0.4.100
HarvestCraft 1.12a

Problem is solved when disabling either Growthcraft or HarvestCraft.

Multiple Bugs

The butter churn is not working as I can't interact with it or insert a bucket of milk. Also when breaking the churn, the particles don't have any textures:
2018-05-28_18 32 45

The cheese vat doesn't work when Forestry is enabled. The vat will not be filled with milk unless Forestry is disabled. Unfortunately it isn't just Forestry. Other mods which I can't identify blocks milk from being inserted as well.

Some items are missing their localisation (I believe that is what it's called; not a native speaker) or The One Probe integration is not working:
2018-05-28_18 14 32
2018-05-28_18 18 56
2018-05-28_18 20 07
2018-05-28_18 20 20

Crash Server

java.lang.NoSuchFieldError: guiProvider
at growthcraft.cellar.GrowthcraftCellar.(GrowthcraftCellar.java:47)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:528)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:745)

https://pastebin.com/Ue0TTfTS

Server restart when player break kettle from Grothcraft

Server restart when player break kettle from Grothcraft. Spongeforge

Проблема на сервере, когда пытаешься разрушить котел из Grothcraft.

28.11 15:23:10 [Server] Server thread/FATAL [minecraft/MinecraftServer]: Error executing task
28.11 15:23:10 [Server] INFO java.util.concurrent.ExecutionException: java.lang.NoSuchFieldError: lidSteamEmitter
28.11 15:23:10 [Server] INFO at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_131]
28.11 15:23:10 [Server] INFO at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_131]
28.11 15:23:10 [Server] INFO at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
28.11 15:23:10 [Server] INFO at org.spongepowered.common.SpongeImplHooks.onUtilRunTask(SpongeImplHooks.java:294) [SpongeImplHooks.class:1.12.2-2768-7.1.2]
28.11 15:23:10 [Server] INFO at net.minecraft.server.MinecraftServer.redirect$onRun$zjk000(MinecraftServer.java:3970) [MinecraftServer.class:?]
28.11 15:23:10 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?]
28.11 15:23:10 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
28.11 15:23:10 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
28.11 15:23:10 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
28.11 15:23:10 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
28.11 15:23:10 [Server] INFO Caused by: java.lang.NoSuchFieldError: lidSteamEmitter
28.11 15:23:10 [Server] INFO at growthcraft.cellar.common.tileentity.TileEntityBrewKettle.<init>(TileEntityBrewKettle.java:73) ~[TileEntityBrewKettle.class:?]
28.11 15:23:10 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_131]
28.11 15:23:10 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_131]
28.11 15:23:10 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_131]
28.11 15:23:10 [Server] INFO at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_131]
28.11 15:23:10 [Server] INFO at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_131]
28.11 15:23:10 [Server] INFO at growthcraft.core.shared.block.GrowthcraftBlockContainer.func_149915_a(GrowthcraftBlockContainer.java:595) ~[GrowthcraftBlockContainer.class:?]
28.11 15:23:10 [Server] INFO at net.minecraft.block.Block.createTileEntity(Block.java:1274) ~[aow.class:?]
28.11 15:23:10 [Server] INFO at net.minecraft.world.chunk.Chunk.func_177422_i(Chunk.java:782) ~[axw.class:?]
28.11 15:23:10 [Server] INFO at net.minecraft.world.chunk.Chunk.func_177424_a(Chunk.java:800) ~[axw.class:?]
28.11 15:23:10 [Server] INFO at net.minecraft.world.World.func_175625_s(World.java:5862) ~[amu.class:?]
28.11 15:23:10 [Server] INFO at growthcraft.core.shared.block.GrowthcraftBlockContainer.getTileEntity(GrowthcraftBlockContainer.java:573) ~[GrowthcraftBlockContainer.class:?]
28.11 15:23:10 [Server] INFO at growthcraft.cellar.common.block.BlockBrewKettle.func_176221_a(BlockBrewKettle.java:227) ~[BlockBrewKettle.class:?]
28.11 15:23:10 [Server] INFO at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185899_b(BlockStateContainer.java:423) ~[awu$a.class:?]
28.11 15:23:10 [Server] INFO at net.minecraft.world.WorldServer.createSnapshot(WorldServer.java:2556) ~[oo.class:?]
28.11 15:23:10 [Server] INFO at org.spongepowered.api.world.extent.Extent.createSnapshot(Extent.java:255) ~[Extent.class:1.12.2-2768-7.1.2]
28.11 15:23:10 [Server] INFO at org.spongepowered.api.world.Location.createSnapshot(Location.java:724) ~[Location.class:1.12.2-2768-7.1.2]
28.11 15:23:10 [Server] INFO at org.spongepowered.common.event.tracking.phase.packet.player.InteractionPacketState.populateContext(InteractionPacketState.java:89) ~[InteractionPacketState.class:1.12.2-2768-7.1.2]
28.11 15:23:10 [Server] INFO at org.spongepowered.common.event.tracking.phase.packet.player.InteractionPacketState.populateContext(InteractionPacketState.java:75) ~[InteractionPacketState.class:1.12.2-2768-7.1.2]
28.11 15:23:10 [Server] INFO at org.spongepowered.common.event.tracking.phase.packet.PacketPhase.populateContext(PacketPhase.java:230) ~[PacketPhase.class:1.12.2-2768-7.1.2]
28.11 15:23:10 [Server] INFO at org.spongepowered.common.event.tracking.phase.packet.PacketPhaseUtil.onProcessPacket(PacketPhaseUtil.java:187) ~[PacketPhaseUtil.class:1.12.2-2768-7.1.2]
28.11 15:23:10 [Server] INFO at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$zlg000(SourceFile:539) ~[hv$1.class:?]
28.11 15:23:10 [Server] INFO at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[hv$1.class:?]
28.11 15:23:10 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_131]
28.11 15:23:10 [Server] INFO at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_131]
28.11 15:23:10 [Server] INFO at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
28.11 15:23:10 [Server] INFO ... 7 more
28.11 15:23:10 [Server] Server thread/ERROR [minecraft/MinecraftServer]: Encountered an unexpected exception
28.11 15:23:10 [Server] INFO java.lang.NoSuchFieldError: lidSteamEmitter
28.11 15:23:10 [Server] INFO at growthcraft.cellar.common.tileentity.TileEntityBrewKettle.<init>(TileEntityBrewKettle.java:73) ~[TileEntityBrewKettle.class:?]
28.11 15:23:10 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_131]
28.11 15:23:10 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_131]
28.11 15:23:10 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_131]
28.11 15:23:10 [Server] INFO at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_131]
28.11 15:23:10 [Server] INFO at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_131]
28.11 15:23:10 [Server] INFO at growthcraft.core.shared.block.GrowthcraftBlockContainer.func_149915_a(GrowthcraftBlockContainer.java:595) ~[GrowthcraftBlockContainer.class:?]
28.11 15:23:10 [Server] INFO at net.minecraft.block.Block.createTileEntity(Block.java:1274) ~[aow.class:?]
28.11 15:23:10 [Server] INFO at net.minecraft.world.chunk.Chunk.func_177422_i(Chunk.java:782) ~[axw.class:?]
28.11 15:23:10 [Server] INFO at net.minecraft.world.chunk.Chunk.func_177424_a(Chunk.java:800) ~[axw.class:?]
28.11 15:23:10 [Server] INFO at net.minecraft.world.World.func_175625_s(World.java:5862) ~[amu.class:?]
28.11 15:23:10 [Server] INFO at growthcraft.core.shared.block.GrowthcraftBlockContainer.getTileEntity(GrowthcraftBlockContainer.java:573) ~[GrowthcraftBlockContainer.class:?]
28.11 15:23:10 [Server] INFO at growthcraft.cellar.common.block.BlockBrewKettle.func_176221_a(BlockBrewKettle.java:227) ~[BlockBrewKettle.class:?]
28.11 15:23:10 [Server] INFO at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185899_b(BlockStateContainer.java:423) ~[awu$a.class:?]
28.11 15:23:10 [Server] INFO at net.minecraft.world.WorldServer.createSnapshot(WorldServer.java:2556) ~[oo.class:?]
28.11 15:23:10 [Server] INFO at org.spongepowered.api.world.extent.Extent.createSnapshot(Extent.java:255) ~[Extent.class:1.12.2-2768-7.1.2]
28.11 15:23:10 [Server] INFO at org.spongepowered.api.world.Location.createSnapshot(Location.java:724) ~[Location.class:1.12.2-2768-7.1.2]
28.11 15:23:10 [Server] INFO at net.minecraft.server.MinecraftServer.handler$onServerTickEnd$zjk000(MinecraftServer.java:3795) ~[MinecraftServer.class:?]
28.11 15:23:12 [Multicraft] Server shut down (starting)
28.11 15:23:12 [Multicraft] Restarting crashed server in 5 seconds

Growthcraft Cellar: New Advanced Ale Processing

Grain Mill
The grain mill will take one wheat and turn it into four Grains (ore:itemGrain).

Furnance
itemGrain = Roasted Grain (roastedGrain)
roastedGrain = Darked Roasted Grain (darkenedRoasted)

Brew Kettle
roastedGrain + water = Ale Wort (basic)
darkGrains + water = Ale Wort (stout)

Growthcraft items appear everywhere in the menu.

Thanks for porting the mod to Minecraft 1.12. :)
I am currently testing out the mod and so far I have noticed that Growthcraft items appear everywhere in the creative menu:

2018-05-28_15 25 25
2018-05-28_15 25 02
2018-05-28_15 25 08
2018-05-28_15 25 16

As you can see Growthcraft items beginning from the White Crowbar to Ricotta Curds appear everywhere. It could be caused by getSubItems now being called by all tabs.

Brewing / Fermenting leads to intoxicated booze if using an invalid ingredient

Actually only origin yeast leads to such outcome. But what would be if intoxication is an outcome of using an invalid ingredient or an invalid process step?

Something like a default recipe handler is needed to catch unhandled processing steps. Unhandled is meant in the sence that it is not covered by some recipe.

For yeasts we could also add something like this. For example a default handler would be that a spoiled yeast is produced in case of using an improper fluid.

Growthcraft items appear on most tabs in creative mode

Didn't pay close enough attention to see if Growthcraft items were appearing on every single tab page in creative; however, there's usually a section of Growthcraft items either before or after another mods displayed items in a given tab. There's also a crowbar (or sword, I forget which) that displays in the delete item slot in the players inventory in creative. It seems that it's simply an overlay rather than an actual item you can click on with the mouse.

Good work by the way. Can't wait to see more development on this awesome mod. Many thanks.

Cellar: Apples can't go in fruit press (Harvestcraft conflict?)

I'm back!

I can put purple grapes in the fruit press, but I can't put a stack of apples in, nor a single apple.

I have Pam's HarvestCraft 1.12.2za installed, and this version modifies vanilla apples to change their hunger restore value. I think this might have caused a problem here. Perhaps the press should be changed to use listAllApple? (EDIT: she's using cropApple, not listAllApple)

On a related note, Pams grapes can't be pressed either; I expected them to produce purple grape juice.

Fishtrap GUI doesn't open

Fishtrap GUI doesn't open.

Looking at Cellar, Fishtrap's GUI is implemented differently. Going to make them the same.

Dairy: Unable to put rennet in Cheese Vat

I was able to make rennet out of thistles and water in the brew kettle, but I am unable to put it in the cheese vat to make cheese.

The cheese vat is over a fire block
I have tried putting the rennet in first, cannot do.
I have tried putting milk in first, and tried adding rennet after each bucket, cannot do.
I have tried putting in 5 buckets of milk and starter culture, and then rennet, cannot do.

I have also tried this without a fire block, wondering if I had to heat it up after filling it: no joy.

Is this a bug, or has the process changed?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.