Jigsaw block support
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 55
- Forks
- 53
- Avg merge
- 20m
- Merged PRs (30d)
- 1
Description
Jigsaw blocks are blocks to construct worldgen colonies.
They are tileEntities that hold a bunch of useful data, some of that data could also be useful to handle growing colonies etc. (Where would it connect to a road etc).
However, they are creative only blocks. Furthermore, it is possible to define a "replacement" block in the jigsaw block.
Support would need to be two fold:
a) In "complete" paste mode nothing changes
b) In the "natural paste mode" we need to return the "replacement block" or air.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the handling for complete versus natural paste modes and the jigsaw tile-entity data described in the issue. Confirm that complete mode remains unchanged and that natural mode returns the configured replacement block, or air when appropriate.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100