Verison 0.1.1 #3
EliteMasterEric
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A day 1 patch to resolve a couple of issues people were having.
Added
make
command to convert the generated Java code into a valid mod JAR.gradle build
command.eq
,neq
,gt
,gteq
,lt
, andlteq
, for each comparison operation.#if (minecraft >= "1.19.3")
, it is recommended to use#if minecraft_gteq_1_19_3
if compatibility with snapshots is needed.<haxelib name="pickhaxe-tmi">
tag for use inproject.xml
files.version="1.0.0"
to set the version orgit="gitrepourl"
to use a Git repository version.net.minecraft.network.chat.Component
net.minecraft.util.StringRepresentable
Changed
--verbose
is used.build
command.BuiltInRegistries
andSoundEvents
.Fixed
DisplayItemsGeneratorHaxe
that would cause crashes on1.19.4
.clean
command would be unable to delete child directories before parent directories.-v
and-h
would not be recognized properly.project.xml
would be used.clean
command actually called thebuild
command.This discussion was created from the release Verison 0.1.1.
Beta Was this translation helpful? Give feedback.
All reactions