You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
photocopier= {name="printer5", label="Photocopier", weight=5000, type="item", image="photocopier.png", unique=true, useable=true, shouldClose=true, combinable=nil, description="Make a lot of copies"},
34
+
photocopier= {name="photocopier", label="Photocopier", weight=5000, type="item", image="photocopier.png", unique=true, useable=true, shouldClose=true, combinable=nil, description="Make a lot of copies"},
35
35
```
36
36
4.In`wp-placeables/shared/config.lua`, searchfor`-- Uncomment this line if you are using wp-printer` anduncommentthefollowinglines:
37
37
```lua
@@ -49,6 +49,7 @@ This is a simple addon for [Waypoint Placeables](https://github.com/WaypointRP/w
0 commit comments