Skip to content

Releases: zHoeshin/CRDataModEditor

Update 3.0.0

04 Feb 15:31
754219a

Choose a tag to compare

Huge update, bringing a crafting system and QoL improvements + rewriting the CRBEL compiler for easier development
Outside of bugfixes includes:

  • Thing(block/item) picking + tag picking - allows for more flexible development in the future
  • Crafting recipe editing - an easy and hopefully intuitive way to create more recipes: just make a new file and click the + button
    Important: does not support conditional predicated in block events yet!

Preview

Release 2.1.2

08 Dec 11:10

Choose a tag to compare

Changes and bugfixes:

  • JSON does not sort properties and blockstates anymore(order is preserved when decompiling)
  • Items now properly export model
  • ThingPreview3D cleanup fix

Release 2.1.1 Item emergency fix

07 Dec 20:23

Choose a tag to compare

Bugfixes:

  • Items export correctly
    image

Release 2.1.0: The item update

07 Dec 20:13

Choose a tag to compare

Release 2.1.0

image

Changes and additions:

  • Item editor:
    • Item properties, including tool tags
    • Custom id
    • Texture preview
  • Both block editor and item editor now use ThingPreview3D and ThingPreview2D

Bugfixes

  • Fixed lights adding up when block model failed to load

Release 2.0.2

03 Nov 13:31

Choose a tag to compare

Bugfixes:

  • light color in blockstate params is rounded properly
  • blocks no more have their size reversed

Release 2.0.0

01 Nov 21:05
d676e48

Choose a tag to compare

The proper release of the program
Changes:

  • various bug fixes
  • added block editing

Prototype 1.0.0

06 Oct 18:02
a8a23ab

Choose a tag to compare

First, very raw release. This is a prototype that will be expanded soon.

Prototype 1.1.0

19 Oct 16:59
a8a23ab

Choose a tag to compare

Changes:

  • set params now uses json for parameterlists: set params {"paramname":"value"} at 0 -1 0
  • fixed various file export bugs