ldtteam / ldtteam/Structurize

Jigsaw block support

Open
#492 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature: Request
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.