This commit is contained in:
Pyritie 2025-09-08 00:34:10 +01:00
parent 76c5732f65
commit d758e40db6
2 changed files with 5 additions and 0 deletions

View file

@ -22,6 +22,8 @@
- Fixed rapeseed wild block model @BlueBoat29
- Fixed butchery knife not giving additional meat when used to kill an animal @Pyritie
- Prospector picks can be placed on tool racks and interact with most inventory's again. @Redeix
- Fixed some of the more obvious dupes while we wait for a GregTech to do them properly (#1576) @Pyritie
- Fixed not being able to use buzzsaws (and chainsaws) to cut things into lumber (#1685) @Pyritie
### Translation updates
- Chinese (simplified) @jmecn & @CN059
- Russian @Dl, @Kostabl, @Turikar42, & @But3r

View file

@ -76,6 +76,9 @@ const registerGTCEUItemTags = (event) => {
// Rose Quartz Lens
event.add('forge:lenses/pink', 'gtceu:rose_quartz_lens')
event.add('tfc:saws', '#forge:tools/buzzsaws')
event.add('tfc:saws', '#forge:tools/chainsaws')
}
const registerGTCEUBlockTags = (event) => {