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

A few items aren't in the the craft guide #128

Open
1 task
Lazerbeak12345 opened this issue Aug 28, 2022 · 4 comments
Open
1 task

A few items aren't in the the craft guide #128

Lazerbeak12345 opened this issue Aug 28, 2022 · 4 comments
Labels
Wait for upstream fix Mod needs a fix in upsteam

Comments

@Lazerbeak12345
Copy link
Collaborator

Lazerbeak12345 commented Aug 28, 2022

one is "homedecor:glowlight_half_on"


@dacmot
Copy link
Collaborator

dacmot commented Aug 31, 2022

Hmmm... homedecor:glowlight_half_14 is listed by qa_block as unobtainable, but not all the other glowlights. Given

local word_to_bright = {
	["off"] = 0,
	["low"] = 3,
	["med"] = 7,
	["hi"]  = 11,
	["on"]  = 14,
	["max"] = 14,
}

and

for name, level in pairs(word_to_bright) do
	minetest.register_alias("homedecor:glowlight_half_"..name,        "homedecor:glowlight_half_"..level)

those should be the same. Then there's this:

minetest.register_alias("homedecor:glowlight_half",            "homedecor:glowlight_half_14")

and multiple recipes for homedecor:glowlight_half. It should therefore be craft-able. I'm not sure why neither the craftguide or qa_block think it's craftable.

@dacmot
Copy link
Collaborator

dacmot commented Aug 31, 2022

depends on mt-mods/homedecor_modpack#41

@dacmot dacmot added the Wait for upstream fix Mod needs a fix in upsteam label Sep 1, 2022
@Lazerbeak12345
Copy link
Collaborator Author

Related #150

@Lazerbeak12345
Copy link
Collaborator Author

basic_materials:silicon is also not appearing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Wait for upstream fix Mod needs a fix in upsteam
Projects
None yet
Development

No branches or pull requests

2 participants