LadyK reports: Recipe modification: 1 savanna ... #414

Closed
opened 2021-04-10 23:00:07 +00:00 by yourland-report · 5 comments

LadyK reports a bug:

Recipe modification: 1 savannah grass placed in crafting table returns 1 hay. Instead of cooking it like normal grass, since it's already dried out, this way makes more sense.

Player position:

{
	y = 14.5,
	x = 2105.8132324219,
	z = 1121.7490234375
}

Player look:

{
	y = -0.17897394299507,
	x = -0.98383843898773,
	z = -0.005494836717844
}

Player information:

{
	min_rtt = 0.12300000339746,
	max_rtt = 1.1870000362396,
	connection_uptime = 513,
	lang_code = "",
	address = "2600:8807:c883:3d00:992b:1fb6:8133:8f33",
	formspec_version = 4,
	protocol_version = 39,
	avg_rtt = 0.12899999320507,
	min_jitter = 0,
	ip_version = 6,
	max_jitter = 1.0379999876022,
	avg_jitter = 0
}

Player meta:

{
	fields = {
		["3d_armor_inventory"] = "return {\"3d_armor:helmet_bronze 1 2720\", \"3d_armor:chestplate_bronze 1 2720\", \"3d_armor:leggings_diamond 1 1360\", \"shields:shield_bronze 1 2720\", \"3d_armor:boots_bronze 1 2720\", \"\"}",
		played_time = "103670",
		jointime = "1616853711",
		yl_commons_player_joined = "1618095113",
		["signslib:pos"] = "(2231,4,-1025)",
		digged_nodes = "22900",
		yl_church = "return {[\"last_death\"] = {[\"y\"] = 16, [\"x\"] = 2077, [\"z\"] = 1257}, [\"last_heal\"] = 1617507129, [\"last_death_portal\"] = 1616957884}",
		["stamina:level"] = "7.25",
		punch_count = "648",
		inflicted_damage = "8876",
		crafted = "526",
		died = "6",
		xp = "20384",
		placed_nodes = "6363",
		hud_state = "on",
		yl_commons_thankyou = "3",
		yl_commons_player_created = "1616853711"
	}
}

Log identifier


[MOD] yl_report log identifier = he4qTGIKvkOjUwh9sGUAMbBy9h6MaUA3

Profiler save:

profile-20210411T010007.json_pretty

Status:

# Server: version=5.3.0-yl, uptime=139198, max_lag=2.42021, clients={Hydra, LadyPyle, XRuZzz, darealbang, whosit, adr, paula6, mia1, TheAlchemist, Chazz, LadyK, Elias, flux, Service, AliasAlreadyTaken, itaca94, Bailiff}
LadyK reports a bug: > Recipe modification: 1 savannah grass placed in crafting table returns 1 hay. Instead of cooking it like normal grass, since it's already dried out, this way makes more sense. Player position: ``` { y = 14.5, x = 2105.8132324219, z = 1121.7490234375 } ``` Player look: ``` { y = -0.17897394299507, x = -0.98383843898773, z = -0.005494836717844 } ``` Player information: ``` { min_rtt = 0.12300000339746, max_rtt = 1.1870000362396, connection_uptime = 513, lang_code = "", address = "2600:8807:c883:3d00:992b:1fb6:8133:8f33", formspec_version = 4, protocol_version = 39, avg_rtt = 0.12899999320507, min_jitter = 0, ip_version = 6, max_jitter = 1.0379999876022, avg_jitter = 0 } ``` Player meta: ``` { fields = { ["3d_armor_inventory"] = "return {\"3d_armor:helmet_bronze 1 2720\", \"3d_armor:chestplate_bronze 1 2720\", \"3d_armor:leggings_diamond 1 1360\", \"shields:shield_bronze 1 2720\", \"3d_armor:boots_bronze 1 2720\", \"\"}", played_time = "103670", jointime = "1616853711", yl_commons_player_joined = "1618095113", ["signslib:pos"] = "(2231,4,-1025)", digged_nodes = "22900", yl_church = "return {[\"last_death\"] = {[\"y\"] = 16, [\"x\"] = 2077, [\"z\"] = 1257}, [\"last_heal\"] = 1617507129, [\"last_death_portal\"] = 1616957884}", ["stamina:level"] = "7.25", punch_count = "648", inflicted_damage = "8876", crafted = "526", died = "6", xp = "20384", placed_nodes = "6363", hud_state = "on", yl_commons_thankyou = "3", yl_commons_player_created = "1616853711" } } ``` Log identifier ``` [MOD] yl_report log identifier = he4qTGIKvkOjUwh9sGUAMbBy9h6MaUA3 ``` Profiler save: ``` profile-20210411T010007.json_pretty ``` Status: ``` # Server: version=5.3.0-yl, uptime=139198, max_lag=2.42021, clients={Hydra, LadyPyle, XRuZzz, darealbang, whosit, adr, paula6, mia1, TheAlchemist, Chazz, LadyK, Elias, flux, Service, AliasAlreadyTaken, itaca94, Bailiff} ```
AliasAlreadyTaken was assigned by yourland-report 2021-04-10 23:00:07 +00:00
AliasAlreadyTaken added the
4. step/help wanted
label 2021-04-14 19:14:50 +00:00

What exactly is what should be changed?

What exactly is what should be changed?
Styxcolor self-assigned this 2021-11-02 00:40:38 +00:00
Owner

I think LadyK refers to cottages:hay and how default:dirt_with_dry_grass should be forkable and produce a cottages:layer_of_straw block comparable to cottages:hay_mat, that combined into 9 returns a block similar to farming:straw

The problem with this is that farming:straw is made out of wheat, not any grass.

A furnace is not involved in any of the recipes.

Do we want this meta change though?

I think LadyK refers to cottages:hay and how default:dirt_with_dry_grass should be forkable and produce a cottages:layer_of_straw block comparable to cottages:hay_mat, that combined into 9 returns a block similar to farming:straw The problem with this is that farming:straw is made out of wheat, not any grass. A furnace is not involved in any of the recipes. Do we want this meta change though?
Styxcolor added
2. prio/low
4. step/question
and removed
4. step/help wanted
labels 2021-11-02 18:02:09 +00:00
flux added the
4. step/want approval
label 2022-05-25 02:38:09 +00:00
Member

If approved, I can add a recipe like

minetest.register_craft({
    output = "cottages:hay_mat",
    recipe = {{"default:dry_grass_1"}},
})

Either that, or this should be closed.

If approved, I can add a recipe like ``` minetest.register_craft({ output = "cottages:hay_mat", recipe = {{"default:dry_grass_1"}}, }) ``` Either that, or this should be closed.
AliasAlreadyTaken added the
4. step/approved
label 2022-05-25 17:36:40 +00:00
flux removed the
4. step/want approval
label 2022-05-27 22:55:57 +00:00
Member

Fixed in 313de3a2d0

Fixed in https://gitea.your-land.de/your-land/yl_commons/commit/313de3a2d0d69877fed0d2cb8392f8b6f44ca4da
flux added
4. step/ready to QA test
and removed
4. step/question
4. step/approved
labels 2022-05-27 22:57:59 +00:00
AliasAlreadyTaken added this to the 1.1.112 milestone 2022-05-28 13:09:43 +00:00
flux self-assigned this 2022-06-02 01:56:02 +00:00
flux added
5. result/fixed
and removed
4. step/ready to QA test
labels 2022-06-07 15:59:49 +00:00
Member

this is live

this is live
flux closed this issue 2022-06-07 15:59:56 +00:00
AliasAlreadyTaken was unassigned by flux 2022-09-21 00:07:54 +00:00
Styxcolor was unassigned by flux 2022-09-21 00:07:54 +00:00
flux removed their assignment 2022-09-21 00:07:54 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: your-land/bugtracker#414
No description provided.