Jim Shield
4ad6170a49
Fix ox_target items variable
...
Completely overlooked that ox_target item variable is `items` not `item`
changes
```lua
item = opts[i].item or nil,
```
to:
```lua
items = opts[i].item or nil,
```
2025-05-03 00:11:28 +01:00
Jim Shield
45c5af8e81
Fix duplicate functions and typos
2025-04-22 19:16:31 +01:00
Jim Shield
3ec00956df
Enhance drawtext feature
2025-04-08 17:51:30 +01:00
Jim Shield
4d8305c844
changes for beta branch
2025-04-01 14:15:50 +01:00
Jim Shield
8611bc6d3c
I am still alive
2025-03-26 21:43:48 +00:00
Jim Shield
6bfb549fd0
refactor + attempt better support for other inventories
2025-03-08 13:44:05 +00:00
Jim Shield
8dd2b7ae9a
Beta: Fixes for existing scripts + feature for jim-crafting
2025-03-06 23:49:07 +00:00
Jim Shield
8eb98bff29
(Beta) Fixes for multiframework support
2025-03-01 12:58:43 +00:00
Jim Shield
e72fad0bfa
Upload beta 1.2
2025-02-21 13:47:15 +00:00