-
Notifications
You must be signed in to change notification settings - Fork 3
Pre-Chewed Food #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Pre-Chewed Food #31
Conversation
# Conflicts: # src/main/java/practicalities/PracticalitiesMod.java # src/main/java/practicalities/blocks/ModBlocks.java # src/main/java/practicalities/machine/inventoryfilter/ContainerInventoryF ilter.java
|
Away on vacation. Will look when I get back wednesday |
|
oh! I have internet at the vacation place. I didn't think I would. Going to look at this now. Looks promising |
|
This is a pretty good. There are a few bugs, but I don't think it will stop the merge. Going to grab a bite to eat then I will merge this in and log a few bugs. Maybe I can fix them tonight to :) the biggest one is that is the new fluid doesn't seem to work well with buckets. For example, take a bucket of PCF and put it in a fluid transposer. I can't get it to take the bucket. I can pipe it in from the Masher, but I can't empty it into a bucket using the fluid transposer either.... |
|
I might have forgotten to register it as a fluid container? maybe? |
|
I'm not sure. It doesn't seem to be behaving as other fluids are. If you don't have it, add the Thermal Expansion-dev files to your test instance and make the pre-chewed food interact with the fluid transposer. You will see the weirdness I am talking about. |
|
Also, using fluid tanks I could put the pre-chwed in using a bucket, but I wasn't able to take any out |
|
I think it's all because I never registered it as a fluid container. I'll On Tuesday, December 15, 2015, Joe notifications@github.com wrote:
|
Adds Pre-Chewed food and the ability to feed the player by piping pre chewed food into the player interface.