-
Notifications
You must be signed in to change notification settings - Fork 4
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
Stretch Goals #47
Comments
I would like to believe point three is impossible. I don't think you can change that, opening the players inventory is hard coded into every container. There is no way to "Over write it" so to speak. |
I know a mod with its own villager trades for 1.8.9. It went around by adding its own villagers (replacing the vanilla ones). I hope this information will help. |
@medsal15 Not sure we really want to go the replacing villagers route, but i'll take a look at it |
@SoBiohazardous So did I until I started dinking around in the container code while fixing 4.3.0 stuff. We definitely can't overwrite the containers themselves, but I think we actually could do it by overwriting the backpack code so that if you right-click while looking at a tile entity container it replaces the backpack slots where the inventory would go with the inventory of the selected container. Would probably be pretty complicated to get working properly, but it's definitely possible. :D |
This is basically just all the stuff we either can't finish now due to code limitations, or is just very complicated to add and somewhat low priority. No real deadline for these, so they can get finished whenever.
The text was updated successfully, but these errors were encountered: