-
Notifications
You must be signed in to change notification settings - Fork 1
Item_count bug #32
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I was testing some stuff with some different loot tables and found that using the bastion_hoglin_stables loot pool with these constraints
[
{
"item": "minecraft:diamond_pickaxe",
"range": {
"min": 1,
"max": 1000
},
"slot": 0
},
{
"item": "minecraft:cooked_porkchop",
"range": {
"min": 20,
"max": 1000
},
"slot": 0
}
]
gives this error: kernel.cu(209): error: identifier "item_count" is undefined
local_constraints[counter_idx] += item_count;
^
kernel.cu(226): error: identifier "item_count" is undefined
local_constraints[counter_idx] += item_count;
^
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working