TechDudie / TechTest

TechTest is a mod for minetest, with what the players of Blocky Survival want.
MIT License
1 stars 2 forks source link

There is some bugs in this build please upload a new bug fixed version #12

Closed MihinMUD closed 1 year ago

MihinMUD commented 3 years ago

image

and after fix it I got some other errors so fix it

MihinMUD commented 3 years ago

image this errror too look at my fixes in pull requests after that game loaded but get this errors

TechDudie commented 3 years ago

Okay now ill do a code check (not a run as i am busy at the moment), just look and see if i think the code is correct.

TechDudie commented 3 years ago

Apparently there are still a few typos, ill push the commits later today.

TechDudie commented 3 years ago

Mud, first remove the ‘-main’ suffix to the mod folder.

TechDudie commented 3 years ago

Then run it from cmd.exe.

MihinMUD commented 3 years ago

how ever I did I think error is because some spelling mistakes check all code again and run it in minetest and see

MihinMUD commented 3 years ago

And also I recommend adding some tools (aluminum , Pyrite) some amour too

MihinMUD commented 3 years ago

oh your update worked!! but still some other bugs there

MihinMUD commented 3 years ago

no errors for now i will see

TechDudie commented 3 years ago

Okay, great!

TechDudie commented 3 years ago

Now, (somehow I dunno) give urself the “give” privilege. Then do /give . If the texture says unknown item then there is something wrong with the item registration, if it’s pink and black, the item is registered but there is not texture.

TechDudie commented 3 years ago

Try placing the block if it’s a node or eating the item if it’s a food.

TechDudie commented 3 years ago

P.S. I just discovered 2 items have missing images, it has to do with gems.lua. Aluminum and pyrite are not meant for making tools, so no I won’t.

MihinMUD commented 3 years ago

Ok

MihinMUD commented 3 years ago

I mean the soda bucket it is not eatable or usable

MihinMUD commented 3 years ago

image i found this errors I will work on it

MihinMUD commented 3 years ago

I have send the fixes so I will look for more errors

MihinMUD commented 3 years ago

some items has no recipe

MihinMUD commented 3 years ago

techtest:carrot_fruit_snacks techtest:blueberry_fruit_snacks techtest:raspberry_fruit_snacks techtest:hershey5 techtest:leather techtest:beeswax techtest:match

this items has no recpes

MihinMUD commented 3 years ago

so tell me if I can make a recipe or you make it

MihinMUD commented 3 years ago

I know you have to add mob_animal mod as a depended I will do it

MihinMUD commented 3 years ago

techtest:amethyst techtest:amethyst_shard has no inv_images

may make some textures

Lanhild commented 3 years ago

Recipes for the following items:

Create textures for the following items:

Lanhild commented 3 years ago

techtest:hershey5 seems like it already got a recipe:

minetest.register_craftitem("techtest:hershey5", { description = "Hershey Bar", inventory_image = "hershey5.png", on_use = minetest.item_eat(3,"techtest:hershey4"), }) minetest.register_craft({ output = "techtest:hershey5", recipe = { {"farming:chocolate", "farming:chocolate", "farming:chocolate"}, {"farming:chocolate", "farming:chocolate", "farming:chocolate"}, }, })

TechDudie commented 3 years ago

All the fruit snacks, the match, the leather, and hershey5 should have recipies. Hershey4-0 should not, and beeswax also should not.

MihinMUD commented 3 years ago

ok May I work on it? or lanhid will work?

TechDudie commented 3 years ago

Well u both are assigned

MihinMUD commented 3 years ago

i just download the mod and run there is no recipe show for techtest:hershey5

MihinMUD commented 3 years ago

i think there is no item call farming:chocolate its farming:chocolate_dark in farming mod

MihinMUD commented 3 years ago

I can work on textures too the thing is i don't know what shape is it

MihinMUD commented 3 years ago

is it like a Emerald in mc

MihinMUD commented 3 years ago

what about soda bucket is it just a craft item? or a food

MihinMUD commented 3 years ago

we must have to update depends txt too it very outdated

TechDudie commented 3 years ago

Soda is a craft item

MihinMUD commented 3 years ago

ok got it

Lanhild commented 3 years ago

I can work on textures too the thing is i don't know what shape is it

I will do textures

MihinMUD commented 3 years ago

ok i only find errors and fix it

TechDudie commented 3 years ago

Sure

TechDudie commented 3 years ago

The Amethyst Probably should be a triangle shape.

TechDudie commented 3 years ago

But first, imma give u collaborator access.

MihinMUD commented 3 years ago

I m gonna dwonload the latest version and test it

MihinMUD commented 3 years ago

pull request is needed accept quick

MihinMUD commented 1 year ago

Gonna close this issue and reopen one for missing textures.