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

1.16.4 Minecraft Forge generator #4

Closed
KlemenDEV opened this issue Sep 6, 2020 · 6 comments
Closed

1.16.4 Minecraft Forge generator #4

KlemenDEV opened this issue Sep 6, 2020 · 6 comments
Assignees
Labels
new feature New feature or request official Opened by maintainers and only looking for bug-related feedback

Comments

@KlemenDEV
Copy link
Contributor

KlemenDEV commented Sep 6, 2020

Migrated from https://mcreator.net/tracker/issue/63141

Guidelines:

  • Make sure to test each thing you add very carefully - test each feature and field, and as many combinations as possible (also how different bases, models, ... work together), and I really mean this, if it will turn out things are not tested, I will have to deeply test each PR which can slow things down a lot. This is very important.
  • When opening PRs, open one feature/mod element/procedure set per PR, so we can keep things trackable and manageable.
  • Mark 1.16.4 Minecraft Forge generator #4 or 1.16.x Datapack generator #6 and proper milestone to the PRs.
@KlemenDEV KlemenDEV added the new feature New feature or request label Sep 6, 2020
@KlemenDEV
Copy link
Contributor Author

I have created a new branch for work on this version: https://github.com/MCreator/MCreator/tree/feature/1.16.x

Please wait with the development (at least until some parts are made) because I plan to do some major restructuring there.

@KlemenDEV KlemenDEV added the official Opened by maintainers and only looking for bug-related feedback label Sep 6, 2020
@MysteriousWolf MysteriousWolf linked a pull request Sep 6, 2020 that will close this issue
@MysteriousWolf MysteriousWolf removed a link to a pull request Sep 6, 2020
@MysteriousWolf
Copy link
Collaborator

Pull request #2 adds items to the following data lists and will be merged to master when all review requests are fulfilled:

  • achievements.yaml
  • biomes.yaml
  • blocksitems.yaml (only adds some blocks)
  • enchantments.yaml
  • entities.yaml
  • materials.yaml
  • particles.yaml
  • sounds.yaml
  • stepsounds.yaml

@KlemenDEV KlemenDEV self-assigned this Sep 9, 2020
@Defeatomizer
Copy link
Collaborator

For users who doesn't know yet: 1.16.3 Forge is finally out, we only need to wait for stable mappings now. 🎉

@KlemenDEV
Copy link
Contributor Author

Mappins are kinda ok-ish already. I explained 1.16.x roadmap here: https://mcreator.net/news/66708/second-20205-snapshot-and-some-updates

@KlemenDEV KlemenDEV pinned this issue Oct 28, 2020
@KlemenDEV KlemenDEV unpinned this issue Oct 28, 2020
@KlemenDEV
Copy link
Contributor Author

After #551 is merged into master, I will start accepting PRs for 1.16.x support (updated procedures, triggers, ...), but please, make sure to test each thing you add very carefully. Mark PRs for 1.16.x with 1.16.x support milestone. Also mark #4 or #6, but do not mark these issues as closing commits.

When opening PRs, open one feature/mod element/procedure set per PR, so we can keep things trackable and manageable.

KlemenDEV added a commit that referenced this issue Nov 22, 2020
Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>
@KlemenDEV KlemenDEV added this to the 1.16.x support milestone Nov 22, 2020
KlemenDEV added a commit that referenced this issue Nov 22, 2020
Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>
@KlemenDEV
Copy link
Contributor Author

I plan to work on block, dimension, and living entity elements, so I can thoughtfully test them.

I suggest to leave a note if you plan to work on a specific element here too, so we don't all work at the same mod elements :D

KlemenDEV added a commit that referenced this issue Nov 25, 2020
Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>
KlemenDEV added a commit that referenced this issue Nov 25, 2020
Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>
KlemenDEV added a commit that referenced this issue Nov 25, 2020
Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>
KlemenDEV added a commit that referenced this issue Nov 25, 2020
Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>
KlemenDEV added a commit that referenced this issue Nov 25, 2020
Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>
KlemenDEV added a commit that referenced this issue Nov 25, 2020
Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>
@KlemenDEV KlemenDEV pinned this issue Nov 25, 2020
@KlemenDEV KlemenDEV changed the title 1.16.x Minecraft Forge generator 1.16.4 Minecraft Forge generator Nov 25, 2020
KlemenDEV added a commit that referenced this issue Nov 25, 2020
Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>
MysteriousWolf added a commit that referenced this issue Nov 25, 2020
MysteriousWolf added a commit that referenced this issue Nov 25, 2020
Update entity list
KlemenDEV added a commit that referenced this issue Dec 2, 2020
* Added 1.16.4 mob element support (#4)

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Made unit tests ignore AI tasks if not defined

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Added AI Tasks (#591)

* Fixed AI tasks

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

Co-authored-by: Max094Reikeb <49318596+Max094Reikeb@users.noreply.github.com>
KlemenDEV added a commit that referenced this issue Dec 2, 2020
* Added comparison procedure blocks

* Fixed broken tag compare procedures

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

Co-authored-by: KlemenDEV <klemen.pylo@gmail.com>
KlemenDEV added a commit that referenced this issue Dec 3, 2020
Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>
KlemenDEV pushed a commit that referenced this issue Dec 4, 2020
* Ported some global triggers to 1.16.4

* Changed IWorld and World compatibility issues

* Tried to solve some issues

* Fixed casts

* Fixed all indentation and casts problems

* Reverted a change and deleted a global trigger

* Fixed misreplacement with a trigger

* Modified position getting for Command event
KlemenDEV added a commit that referenced this issue Dec 8, 2020
Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>
KlemenDEV added a commit that referenced this issue Dec 8, 2020
Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>
KlemenDEV added a commit that referenced this issue Dec 9, 2020
…606)

* Ported second half of entity related procedure blocks to 1.16.4

* Some minor changes

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

Co-authored-by: KlemenDEV <klemen.pylo@gmail.com>
KlemenDEV added a commit that referenced this issue Dec 11, 2020
Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>
KlemenDEV added a commit that referenced this issue Dec 12, 2020
…626)

* Ported more entity and item procedures and ported GUI procedures

* Deleted unecessary file

* Indentation

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

Co-authored-by: KlemenDEV <klemen.pylo@gmail.com>
KlemenDEV added a commit that referenced this issue Dec 12, 2020
* Dimension mod element base for 1.16.4 (#4)

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Dimension switch procedure for 1.16.4 (#4)

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Minor fix in tp procedure and new POI registration code

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Added dimension support to data packs (#6)

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Fixed missing property for fluids in dimensions

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Added dimension procedures and triggers for 1.16.4 and implemented new condition system for dimension type as int is no longer used 1.16.4+

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Ported new dimension tye system for 1.15.2

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Changed behaviour in 1.15.2 to match 1.16.4 regarding weather setting

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Added portal support

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>
KlemenDEV added a commit that referenced this issue Dec 13, 2020
* Ported some world procedures to 1.16.4

* Fixed procedure block that crashes the game

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Removed some casts

* Fixed "make portal" procedure with wrong method call

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

Co-authored-by: KlemenDEV <klemen.pylo@gmail.com>
KlemenDEV added a commit that referenced this issue Dec 17, 2020
* Initial biome port (heavy WIP)

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Some UI changes

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* New UI compat

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Extensive 1.16.4 custom trees support

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Added some more counted features

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Renamed sandPatchesPerChunk (will need re-entering)

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Finished counted features

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>
KlemenDEV added a commit that referenced this issue Dec 18, 2020
* Added all missing procedure blocks

* Fixed some procedures

* Fixed wrong is remote usafe

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Fixed more bugs

* Modified some procedure blocks and removed procedure blocks

* Fixed last bug

* Reverted some deletions

* Fixed unchecked casts that crashed the game in some use cases (part 1)

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Fixed unchecked casts that crashed the game in some use cases (part 2)

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Fixed more unchecked casts

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Removed unneeded cast

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Fixed wrong casting that could crash the game

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

* Removed unneeded cast

Signed-off-by: KlemenDEV <klemen.pylo@gmail.com>

Co-authored-by: KlemenDEV <klemen.pylo@gmail.com>
@KlemenDEV KlemenDEV unpinned this issue Dec 26, 2020
KlemenDEV added a commit that referenced this issue May 16, 2023
* Create category.md

* Create dictionary.md

* Create height_variation.md

* update advancement

* update armor

* update block

* command

* common

* dimension

* enchantment

* energy

* entity

* fluid

* fluidtank

* function

* gamerule

* GUI

* item

* loottable

* musicdisc

* overlay

* painting

* tab

* tag

* Update namespace.md

* Update namespace.md

安息吧协助翻译

* Delete height_variation.md

* Update has_transparency.md

* Update name.md

* Update disable_offset.md

* Update display_tick_update.md

* Update drop_amount.md

* Update drop_inventory_items.md

* Update emissive_rendering.md

* Update emits_redstone.md

* Update enable_pitch.md

* Update enchantments_bonus.md

* Update fall_sound.md

* Update fire_spread_speed.md

* Update flammability.md

* Update generation_condition.md

* Update generation_shape.md

* Update hardness.md

* harvest

* when

* gen

* has

* Update hit_sound.md

* Update input_slots.md

* inventory

* is

* Update item_texture.md

* Update jump_factor.md

* Update light_opacity.md

* Update luminance.md

* Update material.md

* Update model.md

* Update permission_level.md

* Update offset_type.md

* All remaining files in the block

* Delete untranslated files from the item

* Update namespace.md

* tool

* recipe

* keybinding

* villagertrades

* item_extension

* potion

* item when

* item on

* item container

* item food

* Create bind_gui.md

* Create can_destroy_any_block.md

* Create condition_glow.md

* Create damage_vs_entity.md

* Create destroy_speed.md

* Create burn_time.md

* Create dispense_success_condition.md

* Create has_dispense_behavior.md

* correct translation errors

* biome

* 导入文件

* feature

* gui

* item

* Villager Profession (#1)

* Villager Profession

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Goldorion <38427877+Goldorion@users.noreply.github.com>
Co-authored-by: KlemenDEV <16374228+KlemenDEV@users.noreply.github.com>
Co-authored-by: Defeatomizer <drag7398@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: AlsoSomeoneElse <64546452+AlsoSomeoneElse@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: NerdyPuzzle <112079900+NerdyPuzzle@users.noreply.github.com>
Co-authored-by: Matej <matej2000@gmail.com>
Co-authored-by: kleiders3010 <71478358+kleiders3010@users.noreply.github.com>
Co-authored-by: Max094Reikeb <49318596+Max094Reikeb@users.noreply.github.com>

* Revert "Villager Profession (#1)" (#2)

This reverts commit c02455d.

* structure

Here are some missing uncommitted files. In the new version of Minecraft, the structure blocks were modified, but they were not updated in time, so I changed the values in the English structure.md

* Restore the English changes

* 台湾繁体中文tooltip (#3)

* 台湾繁体中文tooltip (#3)

* Villager Profession (#4)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: cdc <63762187+cdc12345@users.noreply.github.com>
Co-authored-by: Goldorion <38427877+Goldorion@users.noreply.github.com>
Co-authored-by: KlemenDEV <16374228+KlemenDEV@users.noreply.github.com>
Co-authored-by: Defeatomizer <drag7398@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: AlsoSomeoneElse <64546452+AlsoSomeoneElse@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: NerdyPuzzle <112079900+NerdyPuzzle@users.noreply.github.com>
Co-authored-by: Matej <matej2000@gmail.com>
Co-authored-by: kleiders3010 <71478358+kleiders3010@users.noreply.github.com>
Co-authored-by: Max094Reikeb <49318596+Max094Reikeb@users.noreply.github.com>
Co-authored-by: Jin1358 <126249552+Jin1358@users.noreply.github.com>
KlemenDEV added a commit that referenced this issue May 22, 2023
* Create category.md

* Create dictionary.md

* Create height_variation.md

* update advancement

* update armor

* update block

* command

* common

* dimension

* enchantment

* energy

* entity

* fluid

* fluidtank

* function

* gamerule

* GUI

* item

* loottable

* musicdisc

* overlay

* painting

* tab

* tag

* Update namespace.md

* Update namespace.md

安息吧协助翻译

* Delete height_variation.md

* Update has_transparency.md

* Update name.md

* Update disable_offset.md

* Update display_tick_update.md

* Update drop_amount.md

* Update drop_inventory_items.md

* Update emissive_rendering.md

* Update emits_redstone.md

* Update enable_pitch.md

* Update enchantments_bonus.md

* Update fall_sound.md

* Update fire_spread_speed.md

* Update flammability.md

* Update generation_condition.md

* Update generation_shape.md

* Update hardness.md

* harvest

* when

* gen

* has

* Update hit_sound.md

* Update input_slots.md

* inventory

* is

* Update item_texture.md

* Update jump_factor.md

* Update light_opacity.md

* Update luminance.md

* Update material.md

* Update model.md

* Update permission_level.md

* Update offset_type.md

* All remaining files in the block

* Delete untranslated files from the item

* Update namespace.md

* tool

* recipe

* keybinding

* villagertrades

* item_extension

* potion

* item when

* item on

* item container

* item food

* Create bind_gui.md

* Create can_destroy_any_block.md

* Create condition_glow.md

* Create damage_vs_entity.md

* Create destroy_speed.md

* Create burn_time.md

* Create dispense_success_condition.md

* Create has_dispense_behavior.md

* correct translation errors

* biome

* 导入文件

* feature

* gui

* item

* Villager Profession (#1)

* Villager Profession

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Goldorion <38427877+Goldorion@users.noreply.github.com>
Co-authored-by: KlemenDEV <16374228+KlemenDEV@users.noreply.github.com>
Co-authored-by: Defeatomizer <drag7398@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: AlsoSomeoneElse <64546452+AlsoSomeoneElse@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: NerdyPuzzle <112079900+NerdyPuzzle@users.noreply.github.com>
Co-authored-by: Matej <matej2000@gmail.com>
Co-authored-by: kleiders3010 <71478358+kleiders3010@users.noreply.github.com>
Co-authored-by: Max094Reikeb <49318596+Max094Reikeb@users.noreply.github.com>

* Revert "Villager Profession (#1)" (#2)

This reverts commit c02455d.

* structure

Here are some missing uncommitted files. In the new version of Minecraft, the structure blocks were modified, but they were not updated in time, so I changed the values in the English structure.md

* Restore the English changes

* 台湾繁体中文tooltip (#3)

* 台湾繁体中文tooltip (#3)

* Villager Profession (#4)

* block中文修正

* Update icon.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: cdc <63762187+cdc12345@users.noreply.github.com>
Co-authored-by: Goldorion <38427877+Goldorion@users.noreply.github.com>
Co-authored-by: KlemenDEV <16374228+KlemenDEV@users.noreply.github.com>
Co-authored-by: Defeatomizer <drag7398@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: AlsoSomeoneElse <64546452+AlsoSomeoneElse@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: NerdyPuzzle <112079900+NerdyPuzzle@users.noreply.github.com>
Co-authored-by: Matej <matej2000@gmail.com>
Co-authored-by: kleiders3010 <71478358+kleiders3010@users.noreply.github.com>
Co-authored-by: Max094Reikeb <49318596+Max094Reikeb@users.noreply.github.com>
Co-authored-by: Jin1358 <126249552+Jin1358@users.noreply.github.com>
KlemenDEV added a commit that referenced this issue Jun 5, 2023
* Create category.md

* Create dictionary.md

* Create height_variation.md

* update advancement

* update armor

* update block

* command

* common

* dimension

* enchantment

* energy

* entity

* fluid

* fluidtank

* function

* gamerule

* GUI

* item

* loottable

* musicdisc

* overlay

* painting

* tab

* tag

* Update namespace.md

* Update namespace.md

安息吧协助翻译

* Delete height_variation.md

* Update has_transparency.md

* Update name.md

* Update disable_offset.md

* Update display_tick_update.md

* Update drop_amount.md

* Update drop_inventory_items.md

* Update emissive_rendering.md

* Update emits_redstone.md

* Update enable_pitch.md

* Update enchantments_bonus.md

* Update fall_sound.md

* Update fire_spread_speed.md

* Update flammability.md

* Update generation_condition.md

* Update generation_shape.md

* Update hardness.md

* harvest

* when

* gen

* has

* Update hit_sound.md

* Update input_slots.md

* inventory

* is

* Update item_texture.md

* Update jump_factor.md

* Update light_opacity.md

* Update luminance.md

* Update material.md

* Update model.md

* Update permission_level.md

* Update offset_type.md

* All remaining files in the block

* Delete untranslated files from the item

* Update namespace.md

* tool

* recipe

* keybinding

* villagertrades

* item_extension

* potion

* item when

* item on

* item container

* item food

* Create bind_gui.md

* Create can_destroy_any_block.md

* Create condition_glow.md

* Create damage_vs_entity.md

* Create destroy_speed.md

* Create burn_time.md

* Create dispense_success_condition.md

* Create has_dispense_behavior.md

* correct translation errors

* biome

* 导入文件

* feature

* gui

* item

* Villager Profession (#1)

* Villager Profession

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Goldorion <38427877+Goldorion@users.noreply.github.com>
Co-authored-by: KlemenDEV <16374228+KlemenDEV@users.noreply.github.com>
Co-authored-by: Defeatomizer <drag7398@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: AlsoSomeoneElse <64546452+AlsoSomeoneElse@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: NerdyPuzzle <112079900+NerdyPuzzle@users.noreply.github.com>
Co-authored-by: Matej <matej2000@gmail.com>
Co-authored-by: kleiders3010 <71478358+kleiders3010@users.noreply.github.com>
Co-authored-by: Max094Reikeb <49318596+Max094Reikeb@users.noreply.github.com>

* Revert "Villager Profession (#1)" (#2)

This reverts commit c02455d.

* structure

Here are some missing uncommitted files. In the new version of Minecraft, the structure blocks were modified, but they were not updated in time, so I changed the values in the English structure.md

* Restore the English changes

* 台湾繁体中文tooltip (#3)

* 台湾繁体中文tooltip (#3)

* Villager Profession (#4)

* block中文修正

* Update icon.md

* taiwan item (#9)

* biome中文修正

* armor中文修正

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: cdc <63762187+cdc12345@users.noreply.github.com>
Co-authored-by: Goldorion <38427877+Goldorion@users.noreply.github.com>
Co-authored-by: KlemenDEV <16374228+KlemenDEV@users.noreply.github.com>
Co-authored-by: Defeatomizer <drag7398@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: AlsoSomeoneElse <64546452+AlsoSomeoneElse@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: NerdyPuzzle <112079900+NerdyPuzzle@users.noreply.github.com>
Co-authored-by: Matej <matej2000@gmail.com>
Co-authored-by: kleiders3010 <71478358+kleiders3010@users.noreply.github.com>
Co-authored-by: Max094Reikeb <49318596+Max094Reikeb@users.noreply.github.com>
Co-authored-by: Jin1358 <126249552+Jin1358@users.noreply.github.com>
KlemenDEV pushed a commit that referenced this issue Jul 13, 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>
KlemenDEV pushed a commit that referenced this issue Jul 20, 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
new feature New feature or request official Opened by maintainers and only looking for bug-related feedback
Projects
None yet
Development

No branches or pull requests

3 participants