Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test #7

Closed
wants to merge 1,613 commits into from
Closed

Test #7

wants to merge 1,613 commits into from

Conversation

AlsoSomeoneElse
Copy link
Owner

No description provided.

KlemenDEV and others added 30 commits September 20, 2021 15:31
* New translations texts.properties (Czech)
[skip ci]

* New translations texts.properties (Portuguese)
[skip ci]

* New translations texts.properties (Turkish)
[skip ci]

* New translations texts.properties (Vietnamese)
[skip ci]

* New translations texts.properties (Portuguese, Brazilian)
[skip ci]
* Fixed wrong action result default value

* Minor improvements to math singular ops block

* Added atan2 to math dual op block

* Added hypot to math dual op block
* Ported some player procedure blocks

* Refactor

* Refactor
* New translations texts.properties (Czech)
[skip ci]

* New translations texts.properties (Polish)
[skip ci]

* New translations texts.properties (Japanese)
[skip ci]

* New translations texts.properties (German)
[skip ci]
…es (#1778)

* Improved code of "Get/Set item in armor slot" procedure

* Fixed some compilation errors, refactoring

* Fixed issue with gamemode
* Ported more player procedures

* Refactoring
* New translations texts.properties (French)
[skip ci]

* New translations texts.properties (Italian)
[skip ci]
* Ported some world management procedures

* Refactor
* Added support for hex variable colors

* Indent fix

* Added documentation for getBlocklyColor()

* Added log warnings for when the color isn't formatted correctly

* Minor fixes

* Reverted variable files
* Some externalizations of compile notes

* Fix missing local word

* Update texts.properties

* Update SetVariableBlock.java
* Improved code of negate, binary ops and math singular op blocks

* Added method to remove parentheses from output block

* Code optimizer is now passed to FreeMarker as "opt"

* Added check for string or comment

* Improved check for valid parentheses, method now ignores leading/trailing whitespaces

* Print block now removes blockstate/itemstack marker if present

* Improved method comment

* Changed method

* Procedures now remove blockstate/itemstack markers

* Updated comment

* Removed unnecessary check
* New translations texts.properties (French)
[skip ci]

* New translations texts.properties (Russian)
[skip ci]

* New translations texts.properties (Spanish, Argentina)
[skip ci]

* New translations texts.properties (Portuguese, Brazilian)
[skip ci]

* New translations texts.properties (Vietnamese)
[skip ci]

* New translations texts.properties (Chinese Traditional)
[skip ci]

* New translations texts.properties (Chinese Simplified)
[skip ci]

* New translations texts.properties (Turkish)
[skip ci]

* New translations texts.properties (Swedish)
[skip ci]

* New translations texts.properties (Portuguese)
[skip ci]

* New translations texts.properties (Czech)
[skip ci]

* New translations texts.properties (Polish)
[skip ci]

* New translations texts.properties (Korean)
[skip ci]

* New translations texts.properties (Japanese)
[skip ci]

* New translations texts.properties (Italian)
[skip ci]

* New translations texts.properties (Hungarian)
[skip ci]

* New translations texts.properties (Hebrew)
[skip ci]

* New translations texts.properties (German)
[skip ci]

* New translations texts.properties (Romanian)
[skip ci]
* New translations texts.properties (Russian)
[skip ci]

* New translations texts.properties (Portuguese, Brazilian)
[skip ci]

* New translations texts.properties (Chinese Simplified)
[skip ci]

* New translations texts.properties (Portuguese)
[skip ci]
* Last triggers

Needs to be tested

* Inline world_ticks trigger

* Fix all triggers

* Minor cleanup

Co-authored-by: KlemenDEV <16374228+KlemenDEV@users.noreply.github.com>
* Ported particle mod element to 1.17.x

* Fixed copyright & wrong class names

* Added particles registry

* Moved type register method to init class

* Migrated to vanilla-style package

* Migrated to vanilla-style package

* Fix tests

* Removed odd code

* Moved particle definition to the outer class

* Moved provider register method to init class

* Minor registry fix

* Cleanup

* Was this PR ever tested? (fixing crash when just running Minecraft with any particle)

* Fixed "spawn_particle" procedure blocks

* Cleanup

Co-authored-by: KlemenDEV <16374228+KlemenDEV@users.noreply.github.com>
…f "entity in range"/"nearest entity" (#1787)

* Improved code of "Is entity in range" and "Get closest entity"

* Ported some world management blocks

* Ported "Spawn entity" procedure blocks

* Changed "spawn entity" procedures
* New translations texts.properties (Vietnamese)
[skip ci]

* New translations texts.properties (Swedish)
[skip ci]

* New translations texts.properties (Czech)
[skip ci]

* New translations texts.properties (Japanese)
[skip ci]

* New translations texts.properties (Romanian)
[skip ci]
Bumps edu.sc.seis.launch4j from 2.5.0 to 2.5.1.

---
updated-dependencies:
- dependency-name: edu.sc.seis.launch4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Initial (very wip)

* Dimensions without portals implemented

* Improved generator system for proper global template handling

* Added portal support to dimensions (WIP)

* Improve global templates handling 2

* Finishing touches

* Revert accidental 1.16.5 change
KlemenDEV and others added 27 commits November 12, 2021 15:12
* Initial

* Ported all triggers to the new system

* Fix bug with call procedure block

* Tests now cover triggers better

* Fix bug
* Suspicious stew option now supports custom effects

* Updated to 1.17

* Modified 1.17 template
* New translations texts.properties (French)
[skip ci]

* New translations texts.properties (Spanish, Argentina)
[skip ci]

* New translations texts.properties (Portuguese, Brazilian)
[skip ci]

* New translations texts.properties (Vietnamese)
[skip ci]

* New translations texts.properties (Chinese Traditional)
[skip ci]

* New translations texts.properties (Chinese Simplified)
[skip ci]

* New translations texts.properties (Russian)
[skip ci]

* New translations texts.properties (Czech)
[skip ci]

* New translations texts.properties (Portuguese)
[skip ci]

* New translations texts.properties (Japanese)
[skip ci]

* New translations texts.properties (Italian)
[skip ci]

* New translations texts.properties (German)
[skip ci]

* New translations texts.properties (Spanish, Chile)
[skip ci]
* Add some time related blocks

* Add get week of year block + reformat code

* Reword some texts

* Add to Time to formatted string block

* Oops

* Revert "Port some block and item global triggers to 1.17.1 (#1682)"

This reverts commit 4c170ea.

* Revert "Revert "Port some block and item global triggers to 1.17.1 (#1682)""

This reverts commit 5dda5b6.

* Change localization key to match with other errors

* Some changes

* UX improvements

* Fix block that does not compile (was this tested?)

* TimeToFormattedString block now handles properly the String return block

* Improved code niceness with use of existing methods

* Colors, added missing day of month

Co-authored-by: KlemenDEV <16374228+KlemenDEV@users.noreply.github.com>
* New translations texts.properties (French)
[skip ci]

* New translations texts.properties (Portuguese, Brazilian)
[skip ci]

* New translations texts.properties (Chinese Traditional)
[skip ci]

* New translations texts.properties (Chinese Simplified)
[skip ci]

* New translations texts.properties (Russian)
[skip ci]

* New translations texts.properties (Czech)
[skip ci]

* New translations texts.properties (German)
[skip ci]
* Refractor data lists

* Fix tests

Stupid me

* Refactoring

* Some refactoring 2

* Manual merge

Co-authored-by: KlemenDEV <16374228+KlemenDEV@users.noreply.github.com>
Bumps org.jetbrains.gradle.plugin.idea-ext from 1.1 to 1.1.1.

---
updated-dependencies:
- dependency-name: org.jetbrains.gradle.plugin.idea-ext
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* New translations texts.properties (Turkish)
[skip ci]

* New translations texts.properties (Turkish)
[skip ci]

* New translations texts.properties (Arabic)
[skip ci]
* Added support for value inputs that provide dependencies

* To snake case

* Common input for inputs and advanced inputs

* Fix a bug

Co-authored-by: KlemenDEV <16374228+KlemenDEV@users.noreply.github.com>
* Help tips with arguments are now treated as freemarker templates

* Fixed help context entry setting being applied to the whole mod element GUI

* Fixed procedure selectors issue

* Added arguments to dispense behavior help tips

* Fixed french tip (hopefully) and header comment

* Performance optimization

* Made system a tad more universal + performance optimization to not invoke freemarker when not needed

* Bug fix

Co-authored-by: KlemenDEV <16374228+KlemenDEV@users.noreply.github.com>
* New translations texts.properties (Japanese)
[skip ci]

* New translations texts.properties (Polish)
[skip ci]

* New translations texts.properties (Swedish)
[skip ci]

* New translations texts.properties (Turkish)
[skip ci]

* New translations texts.properties (Chinese Simplified)
[skip ci]
AlsoSomeoneElse pushed a commit that referenced this pull request Jul 14, 2023
* Update ai_path_node_type.md

* Update beacon_color_modifier.md

* Update bind_gui.md

* Update block_sound.md

* Update bounding_box.md

* Update creative_pick_item.md

* Update drop_amount.md

* Update drop_inventory_items.md

* Update unbreakable.md

* Update when_added.md

* Update when_entity_walks_on.md

* Fix outrageous errors in Simplified Chinese!! (#2)

* fixed

* Update display_condition.md

* Update base_texture.md

* Update overlay_target.md

* Update rendering_priority.md

* Update display_condition.md (#3)

* command

* common

* dimension

* enchantment

* feature

* entity

* fluid

* function

* name

* gui

* item

* item_extension

* keybinding

* loottable

* musicdisc

* overlay

* painting

* recipe

* structure

* villagertrades

* Create custom_property_name.md (#7)

add

* add (#6)

add new help tip!!!!!!

* chinese translation fix and add some external link (#4)

* fix

* Update generation_shape.md

* Update harvest_level.md

* Update coverage_estimate.md

* Update default_features.md

* Update toughness.md

* update zh_TW

* amend biome

* block

* common

* dimension

* enchantment

* entity

* fluid

* gui

* item

* painting

* particle

* recipe

---------

Co-authored-by: Jin1358 <126249552+Jin1358@users.noreply.github.com>
Co-authored-by: cdc <63762187+cdc12345@users.noreply.github.com>
AlsoSomeoneElse pushed a commit that referenced this pull request Aug 8, 2023
* Update ai_path_node_type.md

* Update beacon_color_modifier.md

* Update bind_gui.md

* Update block_sound.md

* Update bounding_box.md

* Update creative_pick_item.md

* Update drop_amount.md

* Update drop_inventory_items.md

* Update unbreakable.md

* Update when_added.md

* Update when_entity_walks_on.md

* Fix outrageous errors in Simplified Chinese!! (#2)

* fixed

* Update display_condition.md

* Update base_texture.md

* Update overlay_target.md

* Update rendering_priority.md

* Update display_condition.md (#3)

* command

* common

* dimension

* enchantment

* feature

* entity

* fluid

* function

* name

* gui

* item

* item_extension

* keybinding

* loottable

* musicdisc

* overlay

* painting

* recipe

* structure

* villagertrades

* Create custom_property_name.md (#7)

add

* add (#6)

add new help tip!!!!!!

* chinese translation fix and add some external link (#4)

* fix

* Update generation_shape.md

* Update harvest_level.md

* Update coverage_estimate.md

* Update default_features.md

* Update toughness.md

* update zh_TW

* amend biome

* block

* common

* dimension

* enchantment

* entity

* fluid

* gui

* item

* painting

* particle

* recipe

* Update category.md (#8)

* plant

* Update gen_height.md

* Update is_bonemealable.md

* Update gen_height.md

* Update gen_height.md

---------

Co-authored-by: Jin1358 <126249552+Jin1358@users.noreply.github.com>
Co-authored-by: cdc <63762187+cdc12345@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
7 participants