Skip to content

misc recipe changes#107

Merged
SeqSEE merged 6 commits intomainfrom
bonemeal_recipe_change
Apr 27, 2023
Merged

misc recipe changes#107
SeqSEE merged 6 commits intomainfrom
bonemeal_recipe_change

Conversation

@Vanikoro
Copy link
Contributor

closes #102

minetest.clear_craft({ output = "unified_inventory:bag_large" })
minetest.clear_craft({ output = "mobs:saddle" })
minetest.clear_craft({ output = "prefab:boat" })
minetest.clear_craft({ output = "dye:white" })
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will probably clear all white dye. Have you tested that it doesn't?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you were right, so it is fixed now, just bone recipe removed

author = CryptechServices
title = Cryptech Test world settings
depends = default, 3d_armor, spacesuit, vacuum, ctg_jetpack, mesecons, unified_inventory, mobs, beds, farming, aquaz, dungeon_loot, growler, lumpblocks, prefab
{ "dye:blue","technic:lead_ingot", "dye:red" },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks like a mistake

@SeqSEE
Copy link
Contributor

SeqSEE commented Apr 27, 2023

closes #89

@SeqSEE SeqSEE changed the title bonemeal recipe changes misc recipe changes Apr 27, 2023
depends = default, 3d_armor, spacesuit, vacuum, ctg_jetpack, mesecons, unified_inventory, mobs, beds, farming, aquaz, dungeon_loot, growler, lumpblocks, prefab
{ "dye:blue","technic:lead_ingot", "dye:red" },
{ "dye:blue","technic:lead_ingot", "dye:red" },
depends = default, 3d_armor, spacesuit, vacuum, ctg_jetpack, mesecons, unified_inventory, mobs, beds, farming, aquaz, dungeon_loot, growler, lumpblocks, prefab, technic, vehicle_mash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is the stuff about dye here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not up to date

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not up to date

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not up to date

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not up to date

@SeqSEE SeqSEE merged commit d58d6ae into main Apr 27, 2023
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

Successfully merging this pull request may close these issues.

Update bone recipe

2 participants