fix crash and netherite hoes #31

Merged
erlehmann merged 1 commits from fix-crash-hoe-smithing into master 2021-09-10 22:53:36 +02:00
Owner

The item registration in mcl_farming for diamond hoes contains the wrong
upgrade_item id (mcl_tools:hoe_netherite, should me mcl_farming:). This
PR changes that.

Testing

Relevant itemid's for /give:

  • mcl_farming:hoe_diamond
  • mcl_smithing_table:table
  • mcl_nether:netherite_ingot

Verify Bug

  1. Open MineClone5 on commit 2c231559be
  2. Give yourself a smithing table and place it
  3. put a diamond hoe in the first inventory slot
  4. observe the server crashing

Verify Patch

  1. Open MineClone5 on commit 7ae73bcf47
  2. Give yourself a smithing table and place it (you can use the one you previosly placed)
  3. put a diamond hoe in the first inventory slot
  4. put a netherite ingot in the second inventory slot
  5. Verify you can take a netherite hoe from the third slot.
  6. Verify the game did not crash
The item registration in mcl_farming for diamond hoes contains the wrong upgrade_item id (mcl_tools:hoe_netherite, should me mcl_farming:). This PR changes that. ### Testing Relevant itemid's for /give: * mcl_farming:hoe_diamond * mcl_smithing_table:table * mcl_nether:netherite_ingot #### Verify Bug 1. Open MineClone5 on commit 2c231559be 2. Give yourself a smithing table and place it 3. put a diamond hoe in the first inventory slot 4. observe the server crashing #### Verify Patch 1. Open MineClone5 on commit 7ae73bcf47 2. Give yourself a smithing table and place it (you can use the one you previosly placed) 3. put a diamond hoe in the first inventory slot 4. put a netherite ingot in the second inventory slot 5. Verify you can take a netherite hoe from the third slot. 6. Verify the game did not crash
cora added 1 commit 2021-09-10 21:51:18 +02:00
7ae73bcf47 fix crash and netherite hoes
The item registration in mcl_farming for diamond hoes contains the wrong
upgrade_item id (mcl_tools:hoe_netherite, should me mcl_farming:). This
commit changes that.
Collaborator

I'll test it now.

I'll test it now.
Collaborator

Fast bugfixing! Excellent patch! Love the commit! Thank you!

Verify Bug
  • Open MineClone5 on commit 2c231559be
  • Give yourself a smithing table and place it
  • put a diamond hoe in the first inventory slot
  • observe the server crashing
Verify Patch
  • Open MineClone5 on commit 7ae73bcf47
  • Give yourself a smithing table and place it (you can use the one you previosly placed)
  • put a diamond hoe in the first inventory slot
  • put a netherite ingot in the second inventory slot
  • Verify you can take a netherite hoe from the third slot.
  • Verify the game did not crash
Fast bugfixing! Excellent patch! Love the commit! Thank you! ##### Verify Bug - [x] Open MineClone5 on commit 2c231559be - [x] Give yourself a smithing table and place it - [x] put a diamond hoe in the first inventory slot - [x] observe the server crashing ##### Verify Patch - [x] Open MineClone5 on commit 7ae73bcf47 - [x] Give yourself a smithing table and place it (you can use the one you previosly placed) - [x] put a diamond hoe in the first inventory slot - [x] put a netherite ingot in the second inventory slot - [x] Verify you can take a netherite hoe from the third slot. - [x] Verify the game did not crash
erlehmann merged commit 0b6420c9f5 into master 2021-09-10 22:53:36 +02:00
erlehmann deleted branch fix-crash-hoe-smithing 2021-09-10 22:55:38 +02:00
Collaborator

A+++ Fantastic! Highly Recommended!

GREAT PATCHING EXCEPTIONAL QUALITY 5 STAR PROGRAMMER

Delivered on time, accurate description, works perfectly. Very pleased.

A+++ Fantastic! Highly Recommended! GREAT PATCHING EXCEPTIONAL QUALITY 5 STAR PROGRAMMER Delivered on time, accurate description, works perfectly. Very pleased.
Author
Owner

lol

lol
Sign in to join this conversation.
No description provided.