{"id":19134700,"url":"https://github.com/sirlich/sapiens-table","last_synced_at":"2026-06-24T00:31:47.325Z","repository":{"id":109137878,"uuid":"498103913","full_name":"SirLich/sapiens-table","owner":"SirLich","description":"A test mod that adds a table into Sapiens. ","archived":false,"fork":false,"pushed_at":"2022-08-25T09:00:21.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-13T00:03:34.887Z","etag":null,"topics":["lua","modding","sapiens","sapiens-mod"],"latest_commit_sha":null,"homepage":"https://discord.gg/WnN8hj2Fyg","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SirLich.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-30T21:40:44.000Z","updated_at":"2022-11-12T04:12:12.000Z","dependencies_parsed_at":"2023-04-10T22:39:03.201Z","dependency_job_id":null,"html_url":"https://github.com/SirLich/sapiens-table","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SirLich/sapiens-table","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirLich%2Fsapiens-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirLich%2Fsapiens-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirLich%2Fsapiens-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirLich%2Fsapiens-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SirLich","download_url":"https://codeload.github.com/SirLich/sapiens-table/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirLich%2Fsapiens-table/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34712578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lua","modding","sapiens","sapiens-mod"],"created_at":"2024-11-09T06:27:47.344Z","updated_at":"2026-06-24T00:31:47.285Z","avatar_url":"https://github.com/SirLich.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sapiens Table mod\n\nThis is a test mod, which simply adds a table  to the game. The main purpose is to test the viability of adding buildables into Sapiens, and also finding any places where lack of exposure prevents me from doing it as a pure mode (without source code edits).\n\n![image](https://user-images.githubusercontent.com/18729296/174457396-e5eda854-f91f-4985-9db7-63f958f51d28.png)\n\n## Join Us!\n\nJoin the discord: https://discord.gg/WnN8hj2Fyg\n## Issues\n\n - No Build UI preview image\n - Model placeholder is showing even though the model is already built\n - Materials are totally wrong!\n - Model preview isn't setup correctly yet (wrong positions)\n - Not tested yet whether sapiens can actually build it\n - Currently using thatch building instead of wood building\n\n## Source Edit Issues\n\nTwo issues. Might be able to \n\n### buildUI.lua\n\n84: `        constructable.types.aspenTable.index,`\n\n\n### modelPlaceholder.lua\n\n1070: \n\n```lua\naddModel(\"aspenTable\", {\n    {\n        multiKeyBase = \"splitLog\",\n        multiCount = 5,\n        additionalIndexCount = 1,\n        defaultModelName = \"birchSplitLog075\",\n        resourceTypeIndex = resource.types.splitLog.index,\n        placeholderModelIndexForObjectTypeFunction = function(placeholderInfo, objectTypeIndex, placeholderContext)\n            return getModelIndexForStandardRemaps(placeholderInfo, doorFrameSplitLogRemaps[objectTypeIndex], placeholderContext)\n        end\n    },\n    { \n        multiKeyBase = \"log\",\n        multiCount = 2, \n        defaultModelName = \"birchLog\",\n        resourceTypeIndex = resource.types.log.index,\n    },\n    {\n        key = \"splitLog_store\",\n        offsetToStorageBoxWalkableHeight = true,\n    },\n    {\n        key = \"log_store\",\n        offsetToStorageBoxWalkableHeight = true,\n    },\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirlich%2Fsapiens-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsirlich%2Fsapiens-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirlich%2Fsapiens-table/lists"}