Skip to content
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

Cannot add material #2

Open
Ygarr opened this issue Nov 11, 2021 · 9 comments
Open

Cannot add material #2

Ygarr opened this issue Nov 11, 2021 · 9 comments

Comments

@Ygarr
Copy link

Ygarr commented Nov 11, 2021

Unable adding material and as result doing forms impossible

@NathanSalapat
Copy link
Owner

Can you please provide more information? How are you adding materials, some code examples, any errors, or a picture of the error would be helpful. I can't even start to try debugging with what you have provided here.

@Ygarr
Copy link
Author

Ygarr commented Nov 12, 2021

Screencastout.mp4

@NathanSalapat
Copy link
Owner

Sorry, I think I misunderstood the question the first time. Check in the advanced settings to make sure that the included mod support is enabled.
tombs

@kristovish
Copy link

Did you manage to find a solution to this problem? I am in the same situation and nothing recommended online has helped me

@NathanSalapat
Copy link
Owner

Can you paste the first few lines from debug.txt after starting the world. There should be some lines like this.
2022-07-19 20:51:57: ACTION[Main]: Tombs loaded support for default. 2022-07-19 20:51:57: ACTION[Main]: Tombs loaded support for wool.

@kristovish
Copy link

image

hello! Look I leave you a picture! in debug.txt I only get this same line of information. Every time I start the world..

I still can't get the gravestone creator to take any material to create the tomb...
The only thing I managed to do was activate the code so that the tombs are shown in the creative menu. players still can't use it to get tombs in survival mode.

image

nothing wrong with the mod itself. it's just that the machine does not accept the material.

image

maybe I'm doing something wrong. although the system of the machine is too simple to get confused. I have tested the machine in separate worlds with and without other mods. and nothing. I wonder if the other users who manifested the same problem have managed to solve it

@NathanSalapat
Copy link
Owner

Thank you for your feedback. I will see what I can figure out. Doesn't look like this should be an issue on your end, as the tombs are being registered, so there is most certainly something wrong with the formspec and the input slot.

@NathanSalapat
Copy link
Owner

NathanSalapat commented Jul 24, 2022

In your picture it appears as if you have diamond block, dessert stone brick, and sandstone brick. Those items are not supported. You can see the list of supported nodes from default here: https://github.com/NathanSalapat/tombs/blob/master/default.lua

edit: copper, gold, steal, and tin use the ingot forms of the material to make the tombstones. Diamond uses a singular diamond rather than the diamond block.

@singularis-mzf
Copy link

I have the same problem, but I found the solution. The problem is that minetest.settings:get_bool in init.lua returns nil for a setting that does not exist in minetest.conf, even when the default value for the setting is true. The solution is to add the second argument true to each of these calls (it works for me in Minetest 5.5.0). Other solution is to open Minetest settings and switch every setting from True to False and back to True, which causes them to be written to minetest.conf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants