16
Bug reports / [3.86b] masterwoodtype item can't be used in next recipe
« on: April 16, 2025, 10:19:34 PM »
The first recipe produces a poor aspen pointed log. But the next recipe can't use this, it doesn't recognise it as a Pointed log.
I first noticed this with another recipe but I wasn't sure if i'd messed something up or not, but it's happening again with this one, and this one is a more minimal example than that one was.
This recipe worked in 3.85 without the <Aspen> and without the [masterwoodtype] parts.
I first noticed this with another recipe but I wasn't sure if i'd messed something up or not, but it's happening again with this one, and this one is a more minimal example than that one was.
This recipe worked in 3.85 without the <Aspen> and without the [masterwoodtype] parts.
Code: [Select]
[SUBMENU_START:transport]
.Pointed log. "Log" *TIMBERCRAFT* [effort:4] [phys:arms legs stance] /2.5h/ [assist:3]
{Log} <Aspen> [remove] [ground] [noquality] [masterwoodtype] '+as a log smoothed on sides'
{Axe}<Broad axe> [wearpct:20]
[TYPE:timber]
[MATERIAL:wood]
[WEIGHT:350]
[TILEGFX:bc-trunkhalf]
.Shallow dug hull. "Log" *CARPENTRY* [effort:4] [phys:arms legs stance] /6h/ \4h\ [assist:3]
{Pointed log} <Aspen> (1) [ground] [remove] [masterwoodtype]
{Axe} <Hand axe> [wearpct:20]
{Fire} '+to start a burn'
{Firewood} (12) [remove] '+to put in area to weaken'
[TYPE:timber]
[PRICE:3]
[MATERIAL:wood]
[WEIGHT:200]
[TILEGFX:bc-trunkhalf]
[SUBMENU_END:transport]