Commit Graph

115 Commits

Author SHA1 Message Date
Argonas24
887b64e4ea Update ru_ru.json
Russian translation update for 1.21.1.
2025-12-16 23:15:15 +03:00
DrMangoTea
3c67135aed Merge pull request #277 from FernLeafie/1.21.1-spellchecked-en_us
Fixed spelling of en_us.json
2025-11-03 20:01:48 +01:00
DrMangoTea
c5e2e1223d Merge pull request #261 from Fabbboy/fixcrash
fix #247 ConcurrentModificationException
2025-11-03 20:01:37 +01:00
DrMangoTea
adfc71b349 Merge pull request #265 from ceceayo/1.21.1
fix create not being listed as a dependency for the mod, leading to unexpected behaviour
2025-11-03 20:01:26 +01:00
DrMangoTea
ead87e66c7 Merge pull request #255 from Kaloyan501/1.21.1
Fix parchment mappings so they are actually used and fix #251
2025-11-03 20:01:07 +01:00
DrMangoTea
8313883ace Merge pull request #276 from FernLeafie/1.21.1
Added british translation for you :3
2025-11-03 20:00:51 +01:00
DrMangoTea
c81e4bd266 Merge pull request #279 from Frizi/create-6.0.7
Create 6.0.7 support
2025-11-03 20:00:36 +01:00
Frizi
d70277ab03 typo 2025-10-31 20:17:05 +01:00
Frizi
7686beb718 Regenerate all resources. 2025-10-31 20:16:00 +01:00
Frizi
4f0f637078 Do not run tag generators twice. 2025-10-31 20:05:02 +01:00
Frizi
174c90dfd6 update to create 6.0.7 and cleanup tag handling 2025-10-31 05:00:00 +01:00
Frizi
a1e4d51e21 update to create 6.0.7 and cleanup tag handling 2025-10-31 04:59:48 +01:00
Fernleafie
7d18b354b3 woops, accidentally edited one of the tags, fixed now
had accidentally removed condition from "block.tfmg.surface_scanner.tooltip.condition1"
but it's back now
2025-10-30 12:31:34 +01:00
Fernleafie
fa50d46466 Create en_gb.json
right place
right name
and with some extra additions
idk what i was up to yesterday when i put it in the wrong spot
2025-10-30 12:23:32 +01:00
Fernleafie
d7796ba4b6 Delete src/generated/resources/assets/tfmg/lang/en_uk.json
put it in the wrong place, my bad
2025-10-30 12:16:41 +01:00
Fernleafie
35058b24f2 Fixed spelling of en_us.json
Fixed several spelling mistakes and common grammatical issues, such as reccomended, similiar, and so on
2025-10-30 12:10:56 +01:00
Fernleafie
3ecbdd93eb missed a comma 2025-10-28 23:02:52 +01:00
Fernleafie
888284d246 Update en_uk.json
Added aluminium
2025-10-28 23:00:55 +01:00
Fernleafie
b2f8029d8d Create en_uk.json 2025-10-28 22:50:02 +01:00
ceayo
c93baccc99 fix create not being listed as a dependency for the mod, leading to unexpected behaviour 2025-10-13 20:47:22 +02:00
Fabrice
20cea7e6b9 fix #247 ConcurrentModificationException 2025-10-09 12:20:43 +02:00
DrMangoTea
ec8d92bb77 bugfixes 2025-10-01 13:24:39 +02:00
Kaloyan Donev
f5e689add2 Fix #251 2025-09-22 18:50:18 +03:00
Kaloyan Donev
3b3cba467c Fix parchment so its actually used. 2025-09-22 18:15:21 +03:00
DrMangoTea
272a873ca7 Merge remote-tracking branch 'origin/1.21.1' into 1.21.1
# Conflicts:
#	src/main/java/com/drmangotea/tfmg/content/decoration/pipes/TFMGPipes.java
2025-09-21 23:17:32 +02:00
DrMangoTea
ac5db68f21 1.1.0b update 2025-09-21 23:16:59 +02:00
DrMangoTea
986206654c Merge pull request #226 from ceceayo/1.21.1
Fix segmented display and pipes crashing server
2025-09-18 23:45:48 +02:00
DrMangoTea
a4a7d3e610 Merge pull request #239 from HeavyLvy/fix-issue-237
Fix issue #237 in BlastStoveBlockEntity
2025-09-18 23:45:37 +02:00
DrMangoTea
a92650b8b8 Merge pull request #229 from ceceayo/screw-drivers
Fix bug where screwdriver invalidly casts all blockentities to TFMGPipeBlockEntity
2025-09-18 23:44:50 +02:00
DrMangoTea
fe39a8c78b Merge pull request #246 from MarbleGateKeeper/1.21.1
Fix ponder crashes when calling FluidTankBlockEntity#getControllerBE
2025-09-18 23:43:21 +02:00
DrMangoTea
0f02878aed Merge pull request #250 from Argonas24/patch-1
Create ru_ru.json
2025-09-18 23:42:40 +02:00
Argonas24
ed2d0afc5c Create ru_ru.json
Hello! Please add the Russian translation for 1.21.1. I have attached the file.
2025-09-15 21:45:32 +03:00
DrMangoTea
00afd7b118 1.1.0 update 2025-09-11 20:09:11 +02:00
MarbleGate
4983e69425 Fix ponder crashes when calling FluidTankBlockEntity#getControllerBE 2025-08-31 10:34:18 +08:00
HeavyLvy
2f13722442 added check if genControllerBE() is null when adding blast stove info to create goggles tooltip. If it is null return false. Fixes GitHub issue #237 2025-08-24 19:12:45 -06:00
Jesse
41f484d6c5 Fix bug where screwdriver invalidly casts all blockentities to TFMGPipeBlockEntity 2025-08-17 15:17:56 +02:00
Jesse
65bb195487 Fix Segmented Display crashing server 2025-08-16 12:15:56 +02:00
Jesse
0e25c65734 Fix issue with tfmgpipes.java not even starting the server 2025-08-16 11:43:33 +02:00
DrMangoTea
813ed0afa5 Merge remote-tracking branch 'origin/1.21.1' into 1.21.1 2025-08-09 21:53:28 +02:00
DrMangoTea
7fd177a039 code optimization & retextures 2025-08-09 21:53:15 +02:00
PouffyDev
beef6be76b Remapper
- Added a remapper for ID changes.
- Flamethrowers now remap their components from the old format to the new one.
- Renamed encased pipes and their assets
2025-08-04 20:11:39 +01:00
PouffyDev
416872e61e Namespace fixes
- TFMG recipes are now registered in the TFMG namespace.
- Added TFMGLang and all our translations use the tfmg namespace instead of create.
- Added TFMGTexts for translations that could occur regularly.
2025-08-03 18:39:12 +01:00
PouffyDev
80f59a270c Smarter Voltage Observing
- Voltage Observers can now send information through Display Links.
- Added Translation keys for multiple literal strings.
- Fixed StreamCodec issue with flamethrower fuel.
- Added Display Sources for the following:
-> Voltage Generation
-> Voltage
-> Power Generation
-> Power Usage
-> Resistance
-> Current
-> Network Power Generation
-> Network Power Consumption
-> Network Resistance
-> Network ID
2025-08-01 22:23:30 +01:00
PouffyDev
661ac57592 guh
- Update flamethrower tooltip info to reflect the new change.
2025-07-30 22:09:22 +01:00
PouffyDev
235548291d I see a red door, I must have it painted black.
- All tanks in the vat are scaled properly
- Vats now render their fluids similarly to basins.
- PipeEntry now annotates the attachmentModel as client only.
- Re-Introduced renderers for Advanced & Quad Potato Cannons.
- Electrodes can now perform actions on tick.

Flamethrower Changes
- Flamethrowers now have datapack registered fuel types.
- Updated Flamethrowers to use one component to handle fuel data.
- Flamethrowers can now take fuel from any block entity with a fluid capability, as long as you interact with the side containing the handler.
- Spark entities now set entities ablaze for 4 seconds and do an additional 1 damage to an entity that is already on fire.
2025-07-30 21:56:17 +01:00
DrMangoTea
55c10c1d33 whoops 2025-07-26 22:38:33 +02:00
DrMangoTea
bd0c1c255b Merge remote-tracking branch 'origin/1.21.1' into 1.21.1 2025-07-26 22:35:24 +02:00
DrMangoTea
5d31947f7d code optimization & distillation fix 2025-07-26 22:35:12 +02:00
PouffyDev
edce5d7e0e Merge remote-tracking branch 'origin/1.21.1' into 1.21.1 2025-07-26 16:34:06 +01:00
PouffyDev
a83c0ef74b Winding Machine fix 2025-07-26 16:33:46 +01:00